From 8a42cdc9bb9527a23da8ce6a268dffd0890cefcc Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 9 Sep 2019 21:32:43 +0200 Subject: community/plasma-browser-integration: move from testing --- testing/plasma-browser-integration/APKBUILD | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 testing/plasma-browser-integration/APKBUILD (limited to 'testing') diff --git a/testing/plasma-browser-integration/APKBUILD b/testing/plasma-browser-integration/APKBUILD deleted file mode 100644 index 8e9e3bc55f..0000000000 --- a/testing/plasma-browser-integration/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Bart Ribbers -# Maintainer: Bart Ribbers -pkgname=plasma-browser-integration -pkgver=5.16.5 -pkgrel=0 -pkgdesc="Components necessary to integrate browsers into the Plasma Desktop" -arch="all" -url="https://community.kde.org/Plasma/Browser_Integration" -license="GPL-3.0-or-later" -makedepends="extra-cmake-modules qt5-qtbase-dev kio-dev ki18n-dev kconfig-dev kdbusaddons-dev knotifications-dev krunner-dev kactivities-dev" -source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" -subpackages="$pkgname-lang" - -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="667c5ef2dd0529e6c567e9d3e34e8e6df73e0101605ccc4a6712e7f47b6824407495102ddc9b800e411f53a1fdf0132caebf6d955c39e7a80b7ab6569d02d1b4 plasma-browser-integration-5.16.5.tar.xz" -- cgit v1.2.3