summaryrefslogtreecommitdiff
path: root/user/lxqt-qtplugin
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-27 04:54:34 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-27 09:20:55 -0600
commit194cb0e23d34f8ce8003dd30d55097b6b9d13439 (patch)
tree8d372af42b2be9fd9b0025fb4e64dfd46fa1fb85 /user/lxqt-qtplugin
parente518f081831416b1d58fe35ab818143d26cbcb69 (diff)
downloadpackages-194cb0e23d34f8ce8003dd30d55097b6b9d13439.tar.gz
packages-194cb0e23d34f8ce8003dd30d55097b6b9d13439.tar.bz2
packages-194cb0e23d34f8ce8003dd30d55097b6b9d13439.tar.xz
packages-194cb0e23d34f8ce8003dd30d55097b6b9d13439.zip
user/lxqt-qtplugin: upgrade to 0.14.0
Diffstat (limited to 'user/lxqt-qtplugin')
-rw-r--r--user/lxqt-qtplugin/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/user/lxqt-qtplugin/APKBUILD b/user/lxqt-qtplugin/APKBUILD
index 3749214d5..ae0a30b03 100644
--- a/user/lxqt-qtplugin/APKBUILD
+++ b/user/lxqt-qtplugin/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=lxqt-qtplugin
-pkgver=0.13.0
-pkgrel=1
+pkgver=0.14.0
+pkgrel=0
pkgdesc="Qt plugin for platform integration with LXQt"
url="https://lxqt.org/"
arch="all"
license="LGPL-2.1+"
depends=""
-makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 libfm-qt-dev
- libdbusmenu-qt-dev liblxqt-dev qt5-qttools-dev"
+makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.6.0 qt5-qttools-dev
+ libfm-qt-dev>=${pkgver%.*}.0 liblxqt-dev>=${pkgver%.*}.0
+ libdbusmenu-qt-dev"
source="https://github.com/lxqt/lxqt-qtplugin/releases/download/$pkgver/lxqt-qtplugin-$pkgver.tar.xz"
build() {
@@ -25,7 +26,6 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- -DPULL_TRANSLATIONS=False \
${CMAKE_CROSSOPTS} ..
make
}
@@ -40,4 +40,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="22f059accdca8216b80af8773eab462c779c489575aa7802e82bb95da4f22a9a0d5a1234b2da4cb39c5050a6e9ded3c2b977068cc37af356ecb09e364633c7d6 lxqt-qtplugin-0.13.0.tar.xz"
+sha512sums="33188bc03ee48a9b6e3cc5823cdcb5c96dba0cda65da511fe603d952c5de24e292cb02208cf357b04718df90f98d53bf48eaf6793d70d043214e429f57ccf53c lxqt-qtplugin-0.14.0.tar.xz"