aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:21:50 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:28:34 -0300
commitd91d32d0e3efc7d092bdbe93e77cd90fd292ea89 (patch)
tree5d7d472cfd615a6949acb01808fe66fcd0b20293
parentf17f79df5402e887a739b3413d842e7595168b0f (diff)
downloadaports-d91d32d0e3efc7d092bdbe93e77cd90fd292ea89.tar.bz2
aports-d91d32d0e3efc7d092bdbe93e77cd90fd292ea89.tar.xz
testing/i3lock-color: remove
-rw-r--r--testing/i3lock-color/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/i3lock-color/APKBUILD b/testing/i3lock-color/APKBUILD
deleted file mode 100644
index 7a7beb3620..0000000000
--- a/testing/i3lock-color/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=i3lock-color
-pkgver=2.12.c
-pkgrel=0
-pkgdesc="Fork of i3lock with extras features"
-url="https://github.com/PandorasFox/i3lock-color"
-arch="all"
-license="BSD-3-Clause"
-makedepends="libxcb-dev xcb-util-dev linux-pam-dev cairo-dev
- xcb-util-image-dev fontconfig-dev libev-dev libxkbcommon-dev
- libjpeg-turbo-dev xcb-util-xrm-dev
- autoconf automake libtool"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/PandorasFox/i3lock-color/archive/$pkgver.tar.gz"
-
-prepare() {
- default_prepare
- autoreconf -fi
- mkdir -p "$builddir"/build
-}
-
-build() {
- cd build
- ../configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --disable-sanitizers
- make
-}
-
-package() {
- make -C build DESTDIR="$pkgdir" install
-
- # Rename to avoid conflict with i3lock
- mv "$pkgdir"/usr/bin/i3lock "$pkgdir"/usr/bin/i3lock-color
- mv "$pkgdir"/usr/share/man/man1/i3lock.1 "$pkgdir"/usr/share/man/man1/i3lock-color.1
-}
-
-sha512sums="2b8ce7b9e41694c6edb2394ba8a47bc05051500aa2ca6f46e082989c7bfed8540e343ffaa514c32b2e2b75f91b224c5b2d5958f1478a6d02ca87726ec876c90e i3lock-color-2.12.c.tar.gz"