[arch-commits] Commit in lxqt-qtplugin/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sun Oct 22 01:31:24 UTC 2017
Date: Sunday, October 22, 2017 @ 01:31:23
Author: jleclanche
Revision: 263932
upgpkg: lxqt-qtplugin 0.12.0-1
Upstream release 0.12.0
Modified:
lxqt-qtplugin/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-22 01:23:00 UTC (rev 263931)
+++ PKGBUILD 2017-10-22 01:31:23 UTC (rev 263932)
@@ -2,14 +2,14 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=lxqt-qtplugin
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc="LXQt platform integration for Qt"
arch=("i686" "x86_64")
groups=("lxqt")
url="http://lxqt.org"
license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "libqtxdg")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
makedepends=("lxqt-build-tools")
source=(
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
@@ -16,7 +16,7 @@
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
)
sha256sums=(
- "20acf0b775d28a33400b2e6606835931ab7f02226175c8115562c060c39bd391"
+ "a41a1e06c7246eb109225885a9ab9239c0d310baa0ab86b8712c410e77e00cef"
"SKIP"
)
validpgpkeys=(
@@ -29,7 +29,7 @@
mkdir -p build
cd build
cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr
make
}
More information about the arch-commits
mailing list