diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/kdecoration/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/kdecoration/APKBUILD b/testing/kdecoration/APKBUILD deleted file mode 100644 index d9ba698518..0000000000 --- a/testing/kdecoration/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=kdecoration -pkgver=5.16.5 -pkgrel=0 -pkgdesc="Plugin based library to create window decorations" -arch="all" -url="https://www.kde.org/workspaces/plasmadesktop/" -license="LGPL-2.1-only OR LGPL-3.0-only" -depends_dev="qt5-qtbase-dev ki18n-dev" -makedepends="$depends_dev extra-cmake-modules" -source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" -subpackages="$pkgname-dev $pkgname-lang" -options="!check" # Fails due to requiring running X11 - -build() { - cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib - make -} - -check() { - CTEST_OUTPUT_ON_FAILURE=TRUE ctest -} - -package() { - DESTDIR="$pkgdir" make install -} -sha512sums="aaf7c24f7f6c77661902bc219ac1448cf2542645fb96fcc18f5751ed775a722c745f6d71c2d6b0285103a99b68446bb3ae59ff9bd8279dcb635dee6927fc000e kdecoration-5.16.5.tar.xz" |
