diff --git a/com.jeffser.Alpaca.json~ b/com.jeffser.Alpaca.json~ new file mode 100644 index 0000000..0ae92df --- /dev/null +++ b/com.jeffser.Alpaca.json~ @@ -0,0 +1,157 @@ +{ + "id" : "com.jeffser.Alpaca", + "runtime" : "org.gnome.Platform", + "runtime-version" : "46", + "sdk" : "org.gnome.Sdk", + "command" : "alpaca", + "finish-args" : [ + "--share=network", + "--share=ipc", + "--socket=fallback-x11", + "--device=dri", + "--socket=wayland" + ], + "cleanup" : [ + "/include", + "/lib/pkgconfig", + "/man", + "/share/doc", + "/share/gtk-doc", + "/share/man", + "/share/pkgconfig", + "*.la", + "*.a" + ], + "modules" : [ + { + "name" : "python3-requests", + "buildsystem" : "simple", + "build-commands" : [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests\" --no-build-isolation" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl", + "sha256" : "dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" + }, + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz", + "sha256" : "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" + }, + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl", + "sha256" : "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" + }, + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl", + "sha256" : "58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" + }, + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl", + "sha256" : "450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d" + } + ] + }, + { + "name" : "python3-pillow", + "buildsystem" : "simple", + "build-commands" : [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pillow\" --no-build-isolation" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/ef/43/c50c17c5f7d438e836c169e343695534c38c77f60e7c90389bd77981bc21/pillow-10.3.0.tar.gz", + "sha256" : "9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d" + } + ] + }, + { + "name" : "python3-pypdf", + "buildsystem" : "simple", + "build-commands" : [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pypdf\" --no-build-isolation" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/c9/d1/450b19bbdbb2c802f554312c62ce2a2c0d8744fe14735bc70ad2803578c7/pypdf-4.2.0-py3-none-any.whl", + "sha256" : "dc035581664e0ad717e3492acebc1a5fc23dba759e788e3d4a9fc9b1a32e72c1" + } + ] + }, + { + "name" : "python3-pytube", + "buildsystem" : "simple", + "build-commands" : [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pytube\" --no-build-isolation" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/51/64/bcf8632ed2b7a36bbf84a0544885ffa1d0b4bcf25cc0903dba66ec5fdad9/pytube-15.0.0-py3-none-any.whl", + "sha256" : "07b9904749e213485780d7eb606e5e5b8e4341aa4dccf699160876da00e12d78" + } + ] + }, + { + "name" : "python3-html2text", + "buildsystem" : "simple", + "build-commands" : [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"html2text\" --no-build-isolation" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://files.pythonhosted.org/packages/1a/43/e1d53588561e533212117750ee79ad0ba02a41f52a08c1df3396bd466c05/html2text-2024.2.26.tar.gz", + "sha256" : "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" + } + ] + }, + { + "name" : "ollama", + "buildsystem" : "simple", + "build-commands" : [ + "install -Dm0755 ollama* ${FLATPAK_DEST}/bin/ollama" + ], + "sources" : [ + { + "type" : "file", + "url" : "https://github.com/ollama/ollama/releases/download/v0.1.48/ollama-linux-amd64", + "sha256" : "7641b21e9d0822ba44e494f5ed3d3796d9e9fcdf4dbb66064f8c34c865bbec0b", + "only-arches" : [ + "x86_64" + ] + }, + { + "type" : "file", + "url" : "https://github.com/ollama/ollama/releases/download/v0.1.48/ollama-linux-arm64", + "sha256" : "8ccaea237c3ef2a34d0cc00d8a89ffb1179d5c49211b6cbdf80d8d88e3f0add6", + "only-arches" : [ + "aarch64" + ] + } + ] + }, + { + "name" : "alpaca", + "builddir" : true, + "buildsystem" : "meson", + "sources" : [ + { + "type" : "git", + "url" : "file:///home/tentri/Documents/Alpaca", + "branch" : "main" + } + ] + } + ], + "build-options" : { + "env" : { } + } +} diff --git a/po/LINGUAS b/po/LINGUAS index e8354e4..652c645 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -2,5 +2,5 @@ ru es pt_BR fr -no +nb bn \ No newline at end of file diff --git a/po/no.po b/po/nb.po similarity index 99% rename from po/no.po rename to po/nb.po index e3349b0..8143f80 100644 --- a/po/no.po +++ b/po/nb.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: 2024-07-02 18:24-0600\n" "Last-Translator: Niklas Opsahl Halvorsen\n" "Language-Team: Norwegian\n" -"Language: no\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"