From 76fbf5dc3b807c03b502a63bfb9bc5aaae3f1ccf Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Tue, 31 Oct 2017 04:40:02 +0000 Subject: user/lxqt-about: new package --- user/lxqt-about/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 user/lxqt-about/APKBUILD diff --git a/user/lxqt-about/APKBUILD b/user/lxqt-about/APKBUILD new file mode 100644 index 000000000..5e25d2947 --- /dev/null +++ b/user/lxqt-about/APKBUILD @@ -0,0 +1,41 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=lxqt-about +pkgver=0.12.0 +pkgrel=0 +pkgdesc="Dialog window providing information about LXQt and the system it runs on." +url="http://lxqt.org" +arch="all" +license="LGPL-2.1+" +depends="" +makedepends="cmake extra-cmake-modules qt5-qttools-dev kwindowsystem-dev lxqt-build-tools liblxqt-dev>=0.12.0" +install="" +source="https://github.com/lxde/lxqt-about/releases/download/$pkgver/lxqt-about-$pkgver.tar.xz" +builddir="$srcdir/lxqt-about-$pkgver" +# no tests +options="!check" + +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" \ + -DPULL_TRANSLATIONS=False \ + -DLXQT_VERSION="0.11.1" \ + ${CMAKE_CROSSOPTS} + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="31f35dc70d9738739a5d28cfa0d0ff3991534b2f4d91ba579ed0898a6b797b48a1c3728f1b92ef92204124c48e4d20ef358f22e1aaffd5a430a5a97702b8db07 lxqt-about-0.12.0.tar.xz" -- cgit v1.2.3-60-g2f50