aboutsummaryrefslogtreecommitdiffstats
path: root/community/libhandy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libhandy/APKBUILD')
-rw-r--r--community/libhandy/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD
deleted file mode 100644
index edf7637f29b..00000000000
--- a/community/libhandy/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=libhandy
-pkgver=0.0.13
-pkgrel=4
-pkgdesc="Library full of GTK+ widgets for mobile phones"
-url="https://source.puri.sm/Librem5/libhandy"
-arch="all !s390x !mips !mips64" # Limited by 'ibus'
-license="LGPL-2.0-or-later"
-makedepends="meson glib-dev gtk+3.0-dev vala py3-setuptools gobject-introspection-dev"
-checkdepends="xvfb-run ibus"
-subpackages="$pkgname-dev"
-source="https://source.puri.sm/Librem5/libhandy/-/archive/v$pkgver/libhandy-v$pkgver.tar.gz
- skip-test.patch
- "
-builddir="$srcdir/$pkgname-v$pkgver"
-
-build() {
- abuild-meson \
- -Dexamples=true \
- . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-check() {
- xvfb-run meson test --no-rebuild -v -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C output
-}
-
-dev() {
- default_dev
-
- mkdir -p "$subpkgdir"/usr
- mv "$pkgdir"/usr/bin "$subpkgdir"/usr
-}
-
-sha512sums="b9eaef775a93c200aa3f526b627827ed4530ff2a4c826ab24abdbd944075c0939232bd2c3388b8b8e34c6729cb11017a7af2bd3ff9eec78fbdc7e7dd9f11d24b libhandy-v0.0.13.tar.gz
-e67a51b2985d27f1ed259773060e7df1430f7529f6cef69b1a240f97bfdccb73bd97303b96e209daa2ff7d31094f290986a663d4c7919b4799ec333b8e06a83f skip-test.patch"