diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-01 23:51:47 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:30:50 -0300 |
| commit | 078463e54cee872a434f8b061c2eeec695e800c0 (patch) | |
| tree | fca1ec4c058c22fad5c67f5f74bf804b19af2c0a /testing | |
| parent | 6af97ec7df1dfb4c61e260504546fc0caea7ddcf (diff) | |
| download | aports-078463e54cee872a434f8b061c2eeec695e800c0.tar.bz2 aports-078463e54cee872a434f8b061c2eeec695e800c0.tar.xz | |
community/lightsoff: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/lightsoff/APKBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/lightsoff/APKBUILD b/testing/lightsoff/APKBUILD deleted file mode 100644 index d5017d895e..0000000000 --- a/testing/lightsoff/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=lightsoff -pkgver=3.34.0 -pkgrel=2 -arch="all !s390x" # Blocked by librsvg -> rust -url="https://wiki.gnome.org/Apps/Lightsoff" -pkgdesc="Turn off all the lights" -license="GPL-2.0-or-later" -makedepends="meson ninja itstool vala gtk+3.0-dev librsvg-dev clutter-dev clutter-gtk-dev" -source="https://download.gnome.org/sources/lightsoff/${pkgver%.*}/lightsoff-$pkgver.tar.xz" -subpackages="$pkgname-doc $pkgname-lang" - -build() { - meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --buildtype=plain \ - . output - ninja -C output -} - -check() { - ninja -C output test -} - -package() { - DESTDIR="$pkgdir" ninja -C output install -} - -sha512sums="dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9 lightsoff-3.34.0.tar.xz" |
