diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-24 04:30:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-24 04:30:24 -0500 |
commit | c6e6e0d72f31e87a8b611cf70e1db994d2c1d3fa (patch) | |
tree | 832ca1c3f3f0fe518254bf3a13a4e2af514b76f0 /user/lxqt-qtplugin | |
parent | bed4c720059c78f35550d6df3be1e92c8320bc36 (diff) | |
download | packages-c6e6e0d72f31e87a8b611cf70e1db994d2c1d3fa.tar.gz packages-c6e6e0d72f31e87a8b611cf70e1db994d2c1d3fa.tar.bz2 packages-c6e6e0d72f31e87a8b611cf70e1db994d2c1d3fa.tar.xz packages-c6e6e0d72f31e87a8b611cf70e1db994d2c1d3fa.zip |
user/lxqt-qtplugin: modernise
Diffstat (limited to 'user/lxqt-qtplugin')
-rw-r--r-- | user/lxqt-qtplugin/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/user/lxqt-qtplugin/APKBUILD b/user/lxqt-qtplugin/APKBUILD index 64e463cbf..3749214d5 100644 --- a/user/lxqt-qtplugin/APKBUILD +++ b/user/lxqt-qtplugin/APKBUILD @@ -2,17 +2,15 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=lxqt-qtplugin pkgver=0.13.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt plugin for platform integration with LXQt" -url="http://lxqt.org" +url="https://lxqt.org/" arch="all" license="LGPL-2.1+" depends="" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 libdbusmenu-qt-dev liblxqt-dev libfm-qt-dev qt5-qttools-dev" -install="" -subpackages="" +makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 libfm-qt-dev + libdbusmenu-qt-dev liblxqt-dev qt5-qttools-dev" source="https://github.com/lxqt/lxqt-qtplugin/releases/download/$pkgver/lxqt-qtplugin-$pkgver.tar.xz" -builddir="$srcdir/lxqt-qtplugin-$pkgver" build() { cd "$builddir" |