From d6cdefbf7b8ec377a765e088d4ce7320d6dac58d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 24 Jul 2018 04:32:24 -0500 Subject: user/lxqt-config: modernise --- user/lxqt-config/APKBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'user/lxqt-config') diff --git a/user/lxqt-config/APKBUILD b/user/lxqt-config/APKBUILD index 434111e5a..7837fffc6 100644 --- a/user/lxqt-config/APKBUILD +++ b/user/lxqt-config/APKBUILD @@ -2,19 +2,17 @@ # Maintainer: Kiyoshi Aman pkgname=lxqt-config pkgver=0.13.0 -pkgrel=0 -pkgdesc="Collection of tools for configuring LXQt and the underlying system." -url="http://lxqt.org" +pkgrel=1 +pkgdesc="Collection of tools for configuring LXQt and the underlying system" +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 libxcursor-dev qt5-qtsvg-dev qt5-qttools-dev kwindowsystem-dev libkscreen-dev $depends_dev" -install="" +makedepends="cmake extra-cmake-modules qt5-qtsvg-dev qt5-qttools-dev + liblxqt-dev>=0.12.0 lxqt-build-tools>=0.5.0 libxcursor-dev + kwindowsystem-dev libkscreen-dev" source="https://github.com/lxqt/lxqt-config/releases/download/$pkgver/lxqt-config-$pkgver.tar.xz" -builddir="$srcdir/lxqt-config-$pkgver" -# no tests -options="!check" build() { cd "$builddir" -- cgit v1.2.3-60-g2f50