diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 17:31:01 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 17:31:01 -0500 |
commit | bd58ace50081e113eb892a42fec130842a7cca3e (patch) | |
tree | 15b9da18a39593f3f974800471fc043e588e5492 | |
parent | da38485eeda04c183b449ea63e2173e7125231b3 (diff) | |
download | packages-bd58ace50081e113eb892a42fec130842a7cca3e.tar.gz packages-bd58ace50081e113eb892a42fec130842a7cca3e.tar.bz2 packages-bd58ace50081e113eb892a42fec130842a7cca3e.tar.xz packages-bd58ace50081e113eb892a42fec130842a7cca3e.zip |
user/compton-conf: modernise
-rw-r--r-- | user/compton-conf/APKBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/user/compton-conf/APKBUILD b/user/compton-conf/APKBUILD index 82425dd58..1ed0e33c2 100644 --- a/user/compton-conf/APKBUILD +++ b/user/compton-conf/APKBUILD @@ -2,20 +2,17 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=compton-conf pkgver=0.4.0 -pkgrel=0 -pkgdesc="GUI configuration tool for the compton X compositor" -url="http://lxqt.org" +pkgrel=1 +pkgdesc="GUI configuration tool for the Compton X compositor" +url="https://lxqt.org" arch="all" +options="!check" # No test suite. license="LGPL-2.1+" depends="" -depends_dev="" -makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qttools-dev libconfig-dev liblxqt-dev lxqt-build-tools $depends_dev" -install="" +makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qttools-dev + libconfig-dev liblxqt-dev lxqt-build-tools" subpackages="" source="https://github.com/lxqt/compton-conf/releases/download/$pkgver/compton-conf-$pkgver.tar.xz" -builddir="$srcdir/compton-conf-$pkgver" -# no tests provided -options="!check" build() { cd "$builddir" |