aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-01-20 22:31:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-21 03:29:15 +0100
commitad346adb4d0b50da4a7cc67cd1fc01b03360cf37 (patch)
tree236c5fe848ef815205154b782d56e482213628ff
parent2929f78838ae0461f9848c779f67650cf3894cbb (diff)
testing/wlc: remove
wlc is officially deprecated and no other package depends on it. Use wlroots instead.
-rw-r--r--testing/wlc/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/wlc/APKBUILD b/testing/wlc/APKBUILD
deleted file mode 100644
index 97ca20cd4a9..00000000000
--- a/testing/wlc/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer:
-pkgname=wlc
-pkgver=0.0.11
-pkgrel=0
-pkgdesc="Wayland Compositor Library"
-url="https://github.com/Cloudef/wlc"
-arch="all"
-license="MIT"
-depends="xkeyboard-config"
-makedepends="cmake eudev-dev libinput-dev libx11-dev libxkbcommon-dev mesa-dev
- pixman-dev wayland-dev wayland-protocols xcb-util-image-dev
- xcb-util-wm-dev"
-subpackages="$pkgname-dev"
-source="https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- cmake . \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_SYSCONFDIR=/etc \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-check() {
- make test -C "$builddir"
-}
-
-package() {
- make DESTDIR="$pkgdir/" -C "$builddir" install
-}
-
-sha512sums="29e7d734cee76b9d0d1fabac71bab33a7146fec8557e583be2d0e85413fa77ed938f23f3bc8728f1f0766239d5eb023ace52abb9b78d40ce1edf876185a60ea5 wlc-0.0.11.tar.bz2"