From 82b3673750fd9eff5a83d12db513ff49d4f11278 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 22 Sep 2019 23:58:18 +0200 Subject: community/cheese: move from testing --- testing/cheese/APKBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 testing/cheese/APKBUILD (limited to 'testing/cheese') diff --git a/testing/cheese/APKBUILD b/testing/cheese/APKBUILD deleted file mode 100644 index 2c766a9812..0000000000 --- a/testing/cheese/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: Rasmus Thomsen -# Maintainer: Rasmus Thomsen -pkgname=cheese -pkgver=3.34.0 -pkgrel=0 -pkgdesc="Take photos and videos with your webcam" -url="https://wiki.gnome.org/Apps/Cheese" -arch="all" -license="GPL-2.0-or-later" -makedepends="glib-dev gtk+3.0-dev gdk-pixbuf-dev gstreamer-dev - gst-plugins-bad-dev gnome-desktop-dev clutter-dev clutter-gtk-dev - clutter-gst-dev libcanberra-dev libx11-dev gobject-introspection-dev - libxslt docbook-xml docbook-xsl itstool meson vala gtk-doc" -checkdepends="xvfb-run" -options="!check" # wonky tests -subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/cheese/${pkgver%.*}/cheese-$pkgver.tar.xz" - -build() { - meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --buildtype=release \ - . output - ninja -C output -} - -package() { - DESTDIR="$pkgdir" ninja -C output install -} - -sha512sums="093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200 cheese-3.34.0.tar.xz" -- cgit v1.2.3