~alpine/aports

testing/kdesdk-kioslaves: new aport v1 PROPOSED

Bart Ribbers: 1
 testing/kdesdk-kioslaves: new aport

 1 files changed, 31 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2843/mbox | git am -3
Learn more about email & git

[PATCH] testing/kdesdk-kioslaves: new aport Export this patch

---
 testing/kdesdk-kioslaves/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/kdesdk-kioslaves/APKBUILD

diff --git a/testing/kdesdk-kioslaves/APKBUILD b/testing/kdesdk-kioslaves/APKBUILD
new file mode 100644
index 0000000000..1006c6dedf
--- /dev/null
+++ b/testing/kdesdk-kioslaves/APKBUILD
@@ -0,0 +1,31 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdesdk-kioslaves
pkgver=19.04.3
pkgrel=0
arch="all"
url="https://kde.org/applications/development"
pkgdesc="KIO-Slaves"
license="GPL-2.0-or-later"
makedepends="extra-cmake-modules qt5-qtbase-dev ki18n-dev kio-dev perl-dev"
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-lang"
options="!check" # No tests

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="d4d16740b0be399affd1197d6e08d98c77d9410400597ec7b9e48aef79313dfb0898aee9662c8bd0e4475fd443da6942a2a87170f262f2a3a864221e83c8c3bd  kdesdk-kioslaves-19.04.3.tar.xz"
-- 
2.22.0