From 4cf689b3091f51953a0cfbe4e9fb69a0bc904b47 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 12 Oct 2017 20:07:42 -0500 Subject: user/kmousetool: new package --- user/kmousetool/APKBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 user/kmousetool/APKBUILD (limited to 'user') diff --git a/user/kmousetool/APKBUILD b/user/kmousetool/APKBUILD new file mode 100644 index 000000000..91eabc57d --- /dev/null +++ b/user/kmousetool/APKBUILD @@ -0,0 +1,45 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=kmousetool +pkgver=17.08.1 +pkgrel=0 +pkgdesc="Tool to assist with clicking the mouse button" +url="https://userbase.kde.org/KMouseTool" +arch="all" +license="LGPL-2.1" +depends="" +makedepends="cmake extra-cmake-modules qt5-qtbase-dev kdbusaddons-dev ki18n-dev + kdoctools-dev kiconthemes-dev knotifications-dev kxmlgui-dev phonon-dev + libxtst-dev libxt-dev" +install="" +subpackages="$pkgname-doc $pkgname-lang" +source="http://download.kde.org/stable/applications/$pkgver/src/kmousetool-$pkgver.tar.xz" +builddir="$srcdir/kmousetool-$pkgver" + +build() { + cd "$builddir" + if [ "$CBUILD" != "$CHOST" ]; then + CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" + fi + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_SHARED_LIBS=True \ + -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ + -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ + -DCMAKE_C_FLAGS="$CFLAGS" \ + ${CMAKE_CROSSOPTS} + make +} + +check() { + cd "$builddir" + CTEST_OUTPUT_ON_FAILURE=TRUE ctest +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="8147555a752caae592b9f6bfa0ef7eedc21e798add44c457d5d7e3a1cda8a3635e6166f1284c7d3809cd8ba9b0f51edbc05d6c43448d1e45ab6005d4f66c9ff4 kmousetool-17.08.1.tar.xz" -- cgit v1.2.3-60-g2f50