aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/graphene/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/graphene/APKBUILD b/testing/graphene/APKBUILD
deleted file mode 100644
index a568202ab7..0000000000
--- a/testing/graphene/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname="graphene"
-pkgver="1.10.0"
-pkgrel=0
-pkgdesc="A thin layer of graphic data types"
-url="http://ebassi.github.io/graphene/"
-arch="all"
-license="MIT"
-makedepends="meson glib-dev gobject-introspection-dev"
-subpackages="$pkgname-dev"
-source="https://download.gnome.org/sources/graphene/${pkgver%.*}/graphene-$pkgver.tar.xz"
-
-build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=release \
- -Dinstalled_tests=false \
- . output
- ninja -C output
-}
-
-check() {
- ninja -C output test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C output install
-}
-
-sha512sums="842ac2c9c2046f07f8421b99292cac348276bb1e025250c7e0dc3ec7f90cb33094b765034862f325dd78f93aa5484ad75a4ad6139fe13330d9e41e3a7cb830d0 graphene-1.10.0.tar.xz"