summaryrefslogtreecommitdiff
path: root/user/lxqt-about/APKBUILD
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-27 03:28:13 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-27 09:09:01 -0600
commit99a56a1730eb1cd40bee44797214aa31be778bd4 (patch)
treec3e659307520cdfbf2e660ce4b51fdcb3a6e1d77 /user/lxqt-about/APKBUILD
parent81e818da1d3194cd385ed32a7277ecfd78c36fac (diff)
downloadpackages-99a56a1730eb1cd40bee44797214aa31be778bd4.tar.gz
packages-99a56a1730eb1cd40bee44797214aa31be778bd4.tar.bz2
packages-99a56a1730eb1cd40bee44797214aa31be778bd4.tar.xz
packages-99a56a1730eb1cd40bee44797214aa31be778bd4.zip
user/lxqt-about: upgrade to 0.14.0
Diffstat (limited to 'user/lxqt-about/APKBUILD')
-rw-r--r--user/lxqt-about/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/user/lxqt-about/APKBUILD b/user/lxqt-about/APKBUILD
index 4ae9014dc..862d3e0fb 100644
--- a/user/lxqt-about/APKBUILD
+++ b/user/lxqt-about/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=lxqt-about
-pkgver=0.13.0
-pkgrel=1
+pkgver=0.14.0
+pkgrel=0
pkgdesc="Dialog window providing information about LXQt and the running system"
url="https://lxqt.org"
arch="all"
@@ -10,7 +10,7 @@ options="!check" # No test suite.
license="LGPL-2.1+"
depends=""
makedepends="cmake extra-cmake-modules qt5-qttools-dev kwindowsystem-dev
- lxqt-build-tools>=0.5.0 liblxqt-dev>=0.12.0"
+ lxqt-build-tools>=0.6.0 liblxqt-dev>=${pkgver%.*}.0"
source="https://github.com/lxqt/lxqt-about/releases/download/$pkgver/lxqt-about-$pkgver.tar.xz"
build() {
@@ -26,7 +26,6 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- -DPULL_TRANSLATIONS=False \
${CMAKE_CROSSOPTS} ..
make
}
@@ -36,4 +35,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="5ba1106a66115f791597b12173be5b8f340c275e21ee53acd77aa7f10c409ad9b0bb83e24479fba6ff4265e6261ba90dde98ce10331b00fc01e87196fa506214 lxqt-about-0.13.0.tar.xz"
+sha512sums="a2dac75f34c91b24de0d6783cb8441caa81a4918a92901b29056fcc7aeb91a6f3209874ab278f801e5359b3894b5e359d7e743126187e7e0383d470680acb010 lxqt-about-0.14.0.tar.xz"