[arch-commits] Commit in lxqt-session/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Thu Sep 29 01:07:13 UTC 2016
Date: Thursday, September 29, 2016 @ 01:07:12
Author: jleclanche
Revision: 190761
upgpkg: lxqt-session 0.11.0-1
Upstream release 0.11.0
Modified:
lxqt-session/trunk/PKGBUILD
----------+
PKGBUILD | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-29 00:44:43 UTC (rev 190760)
+++ PKGBUILD 2016-09-29 01:07:12 UTC (rev 190761)
@@ -2,29 +2,32 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=lxqt-session
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
pkgdesc="The LXQt session"
arch=("i686" "x86_64")
groups=("lxqt")
url="http://lxqt.org"
license=("LGPL2.1")
-depends=("liblxqt" "lxqt-common")
+depends=("liblxqt" "lxqt-common" "xdg-user-dirs")
optdepends=(
"breeze-icons: Default icon theme"
"oxygen-icons: Alternative icon theme"
"sddm: The recommended display manager"
)
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
source=(
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
- "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
)
sha256sums=(
- "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"
+ "c03e8229ba53a80f4f8807299460ea052ae0916ea991dd1f48274280ef0d8b57"
"SKIP"
)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
build() {
@@ -31,7 +34,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