diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 01:12:43 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-23 01:29:47 +0200 |
commit | 5aaa9d6567491e51515a71ee8aa60e85efe5106a (patch) | |
tree | ec6f5f5cb117dcfa1e6ed2d45040f5cbcd673b6d /testing | |
parent | c8715c3130e6d8bae12cdd4b105e6e65417cc652 (diff) | |
download | aports-5aaa9d6567491e51515a71ee8aa60e85efe5106a.tar.bz2 aports-5aaa9d6567491e51515a71ee8aa60e85efe5106a.tar.xz |
community/gnome-shell-extensions: move from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gnome-shell-extensions/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/gnome-shell-extensions/APKBUILD b/testing/gnome-shell-extensions/APKBUILD deleted file mode 100644 index d408f3c423..0000000000 --- a/testing/gnome-shell-extensions/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Rasmus Thomsen <oss@cogitri.dev> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=gnome-shell-extensions -pkgver=3.34.0 -pkgrel=0 -pkgdesc="A collection of extensions for GNOME Shell" -url="https://wiki.gnome.org/Projects/GnomeShell/Extensions" -arch="noarch" -license="GPL-2.0-or-later" -makedepends="meson sassc mozjs60-dev gettext-dev" -subpackages="$pkgname-lang" -source="https://download.gnome.org/sources/gnome-shell-extensions/${pkgver%.*}/gnome-shell-extensions-$pkgver.tar.xz" - -build() { - meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --buildtype=release \ - -Dextension_set=all \ - -Dclassic_mode=true \ - . output - ninja -C output -} - -check() { - ninja -C output test -} - -package() { - DESTDIR="$pkgdir" ninja -C output install -} - -sha512sums="ab2658acaff8e255575f36706d8d02754e58686546b609a72526fcc80ee02292fd6c0a078b89c34fdea9c2b1868e16d48f903741cff89e918f6fd2ed3d9ad193 gnome-shell-extensions-3.34.0.tar.xz" |