summaryrefslogtreecommitdiff
path: root/user/lxqt-globalkeys/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/lxqt-globalkeys/APKBUILD')
-rw-r--r--user/lxqt-globalkeys/APKBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/user/lxqt-globalkeys/APKBUILD b/user/lxqt-globalkeys/APKBUILD
index add26f8d7..9fea365ab 100644
--- a/user/lxqt-globalkeys/APKBUILD
+++ b/user/lxqt-globalkeys/APKBUILD
@@ -2,20 +2,17 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=lxqt-globalkeys
pkgver=0.13.0
-pkgrel=0
-pkgdesc="Daemon and configuration utility for global shortcuts in LXQt."
-url="http://lxqt.org"
+pkgrel=1
+pkgdesc="Daemon and configuration utility for global shortcuts in LXQt"
+url="https://lxqt.org"
arch="all"
+options="!check" # No test suite.
license="LGPL-2.1+"
depends=""
-depends_dev=""
-makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 liblxqt-dev qt5-qttools-dev kwindowsystem-dev $depends_dev"
-install=""
+makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 liblxqt-dev
+ qt5-qttools-dev kwindowsystem-dev"
subpackages="$pkgname-dev"
source="https://github.com/lxqt/lxqt-globalkeys/releases/download/$pkgver/lxqt-globalkeys-$pkgver.tar.xz"
-builddir="$srcdir/lxqt-globalkeys-$pkgver"
-# no tests
-options="!check"
build() {
cd "$builddir"