summaryrefslogtreecommitdiff
path: root/user/lxqt-policykit
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 22:36:25 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 22:36:25 -0500
commitead65902aa1ae0e3b7aac5c2010f45d20268260e (patch)
tree9a1131ecd9d7f981a582491e085f517e26ae27a1 /user/lxqt-policykit
parent84468d73362dba67a9cfacc4a55f8bc8516677ce (diff)
downloadpackages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.gz
packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.bz2
packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.tar.xz
packages-ead65902aa1ae0e3b7aac5c2010f45d20268260e.zip
user/[17 LXQt packages]: modernise, set URL to https
Diffstat (limited to 'user/lxqt-policykit')
-rw-r--r--user/lxqt-policykit/APKBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/user/lxqt-policykit/APKBUILD b/user/lxqt-policykit/APKBUILD
index 778c97744..402acef73 100644
--- a/user/lxqt-policykit/APKBUILD
+++ b/user/lxqt-policykit/APKBUILD
@@ -2,20 +2,17 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=lxqt-policykit
pkgver=0.13.0
-pkgrel=0
+pkgrel=1
pkgdesc="PolicyKit agent for LXQT"
-url="http://lxqt.org"
+url="https://lxqt.org"
arch="all"
+options="!check" # No test suite.
license="LGPL-2.1+"
depends=""
-depends_dev=""
-makedepends="cmake extra-cmake-modules liblxqt-dev>=0.12.0 lxqt-build-tools>=0.5.0 qt5-qttools-dev kwindowsystem-dev polkit-qt-1-dev $depends_dev"
-install=""
-subpackages=""
+makedepends="cmake extra-cmake-modules qt5-qttools-dev liblxqt-dev>=0.12.0
+ lxqt-build-tools>=0.5.0 qt5-qttools-dev kwindowsystem-dev
+ polkit-qt-1-dev"
source="https://github.com/lxqt/lxqt-policykit/releases/download/$pkgver/lxqt-policykit-$pkgver.tar.xz"
-builddir="$srcdir/lxqt-policykit-$pkgver"
-# no useful tests
-options="!check"
build() {
cd "$builddir"