summaryrefslogtreecommitdiff
path: root/user/obconf-qt/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-24 21:48:10 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-24 21:48:10 -0500
commita46feba00c0e448ff2f6881736d90ae2a86fa55b (patch)
tree53d2cac3a0ee0eb7cccb20976d7fb67782972095 /user/obconf-qt/APKBUILD
parentc1c9dee16e60736ce86e45ed3c66f6de172ee379 (diff)
downloadpackages-a46feba00c0e448ff2f6881736d90ae2a86fa55b.tar.gz
packages-a46feba00c0e448ff2f6881736d90ae2a86fa55b.tar.bz2
packages-a46feba00c0e448ff2f6881736d90ae2a86fa55b.tar.xz
packages-a46feba00c0e448ff2f6881736d90ae2a86fa55b.zip
user/obconf-qt: modernise
Diffstat (limited to 'user/obconf-qt/APKBUILD')
-rw-r--r--user/obconf-qt/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/user/obconf-qt/APKBUILD b/user/obconf-qt/APKBUILD
index 394c4cb9e..1462ba86f 100644
--- a/user/obconf-qt/APKBUILD
+++ b/user/obconf-qt/APKBUILD
@@ -4,15 +4,13 @@ pkgname=obconf-qt
pkgver=0.12.0
pkgrel=0
pkgdesc="Qt5-based Openbox configuration tool"
-url="http://lxqt.org"
+url="https://lxqt.org/"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0+"
depends=""
-depends_dev=""
-makedepends="cmake extra-cmake-modules lxqt-build-tools openbox-dev liblxqt-dev qt5-qttools-dev $depends_dev"
-install=""
+makedepends="cmake extra-cmake-modules lxqt-build-tools openbox-dev liblxqt-dev
+ qt5-qttools-dev"
source="https://github.com/lxqt/obconf-qt/releases/download/$pkgver/obconf-qt-$pkgver.tar.xz"
-builddir="$srcdir/obconf-qt-$pkgver"
build() {
cd "$builddir"