~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/kimagemapeditor: new aport

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190716184645.10823-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +31 -0
---
 testing/kimagemapeditor/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/kimagemapeditor/APKBUILD

diff --git a/testing/kimagemapeditor/APKBUILD b/testing/kimagemapeditor/APKBUILD
new file mode 100644
index 0000000000..51df821841
--- /dev/null
+++ b/testing/kimagemapeditor/APKBUILD
@@ -0,0 +1,31 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kimagemapeditor
pkgver=19.04.3
pkgrel=0
arch="all"
url="https://kde.org/applications/development/org.kde.kimagemapeditor"
pkgdesc="An editor of image maps embedded inside HTML files, based on the <map> tag"
license="GPL-2.0-or-later"
makedepends="extra-cmake-modules qt5-qtbase-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev kdoctools-dev kguiaddons-dev kiconthemes-dev khtml-dev kparts-dev ki18n-dev kwidgetsaddons-dev kxmlgui-dev"
source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-doc $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="991a101c6d5c9be02a494a8540b8c6cd2cc345cf23963d34d5d6951105d95f85d0ed748a286ab08c1b7cfe4d2b4f55a61f6d6c8ef76247cdd5ea869c47f57b20  kimagemapeditor-19.04.3.tar.xz"
-- 
2.22.0
Reply to thread Export thread (mbox)