aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:58:38 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:59:48 +0200
commitbd76c52c4bc2b50782392ae0e8d5b41b4a9613aa (patch)
treec68ca6c3e0e54e508661247541b29a8a20f15fe7 /testing
parent38691cf0675875576e3d86a214111a12cf74b4b6 (diff)
downloadaports-bd76c52c4bc2b50782392ae0e8d5b41b4a9613aa.tar.bz2
aports-bd76c52c4bc2b50782392ae0e8d5b41b4a9613aa.tar.xz
community/clutter-gtk: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/clutter-gtk/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/clutter-gtk/APKBUILD b/testing/clutter-gtk/APKBUILD
deleted file mode 100644
index 1978b25e1e..0000000000
--- a/testing/clutter-gtk/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=clutter-gtk
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Gtk clutter embed library"
-url="https://wiki.gnome.org/Projects/Clutter"
-arch="all"
-license="LGPL-2.0-or-later"
-makedepends="gtk+3.0-dev clutter-dev libxslt libxml2-utils itstool gobject-introspection-dev"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/clutter-gtk/${pkgver%.*}/clutter-gtk-$pkgver.tar.xz"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="810f879a56cd71f1e9c4678ef704a997ee652d052cfea56b3ed9478f7a813a35dd2fdcded028ce17411ae02da52fa31e0fb8d1f4130c7b9f6d25eeb774b51ada clutter-gtk-1.8.4.tar.xz"