aboutsummaryrefslogtreecommitdiffstats
path: root/community/giara/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/giara/APKBUILD')
-rw-r--r--community/giara/APKBUILD56
1 files changed, 0 insertions, 56 deletions
diff --git a/community/giara/APKBUILD b/community/giara/APKBUILD
deleted file mode 100644
index 373c4ac92be..00000000000
--- a/community/giara/APKBUILD
+++ /dev/null
@@ -1,56 +0,0 @@
-# Contributor: Newbyte <newbie13xd@gmail.com>
-# Maintainer: Newbyte <newbie13xd@gmail.com>
-pkgname=giara
-pkgver=1.0
-pkgrel=0
-pkgdesc="reddit app for GNOME, created with mobile Linux in mind."
-url="https://gitlab.gnome.org/World/giara"
-# mips64, riscv64 blocked by webkit2gtk
-# mips64, riscv64, s390x blocked by libadwaita
-arch="noarch !s390x !mips64 !riscv64"
-license="GPL-3.0-or-later"
-subpackages="$pkgname-lang"
-depends="
- py3-beautifulsoup4
- py3-cairo
- py3-dateutil
- py3-gobject3
- py3-mistune
- py3-pillow
- py3-praw
- py3-requests
- gtksourceview5
- gtk4.0
- libadwaita
- python3
- webkit2gtk
- "
-makedepends="
- appstream
- gobject-introspection-dev
- gtk4.0-dev
- libadwaita-dev
- meson
- "
-options="!check"
-source="https://gitlab.gnome.org/World/giara/-/archive/$pkgver/giara-$pkgver.tar.gz
- 6204427f8b8e3d8c72b669717a3f129ffae401d9.patch
- c5685fa39024f8597a83c8b0a52a0bad28d20dba.patch
- 0e6d5cab96e7b3f8db15739a3e00b9d1a3a48fb1.patch
- "
-
-build() {
- abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C output
-}
-
-sha512sums="
-b2349beaf809cea9b52232c998185944ca685d094291d5694f4b201a7ca52bc846521825e3a7b50a4e967644926a1e6c997e239b6dfb80083bc493b18a5c0bdc giara-1.0.tar.gz
-800c1efb66d326bbacfdfe597d9d45dc432567bd128403084df0181681f771666e1b2ae26fcf5b732d0b35a663d74ed9b2ab0fafba118f1cc583babcb8cd9195 6204427f8b8e3d8c72b669717a3f129ffae401d9.patch
-cfaf7c7b521bbf4440471a7bfc205c4b313d07a3e6cd4db5cc8e83d09f1f5d149087dc7391de90162383e854b28354215e4b03b01192f06249903d4c74b8c723 c5685fa39024f8597a83c8b0a52a0bad28d20dba.patch
-bdf9b7ec5af6f5cf0b27e59260312fe929a4aa1a05cb10091e2b1cdd509f2bb7a8ce4b5bdb37a8f90fbe6477d2fc68127ad51af75515aa39ba28b62e63053a40 0e6d5cab96e7b3f8db15739a3e00b9d1a3a48fb1.patch
-"