[arch-commits] Commit in lxqt-common/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Mon Nov 2 14:19:39 UTC 2015
Date: Monday, November 2, 2015 @ 15:19:39
Author: jleclanche
Revision: 145642
upgpkg: lxqt-common 0.10.0-3
Upstream release 0.10.0
Modified:
lxqt-common/trunk/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++-----------------------------
1 file changed, 13 insertions(+), 29 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-02 14:09:05 UTC (rev 145641)
+++ PKGBUILD 2015-11-02 14:19:39 UTC (rev 145642)
@@ -2,42 +2,26 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=lxqt-common
-pkgver=0.9.1
+pkgver=0.10.0
pkgrel=3
pkgdesc="Common data to run a LXQt session."
arch=("any")
+groups=("lxqt")
url="http://lxqt.org"
-license=("GPL2")
-depends=("bash" "qt5-svg" "hicolor-icon-theme" "xdg-utils")
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
makedepends=("cmake" "liblxqt" "qt5-tools")
-install=$pkgname.install
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
+source=(
+ "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+ "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+ "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+ "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # Make themes' directories' names lowercase again
- # https://github.com/lxde/lxqt-common/commit/15fd2d8
- for i in Ambiance Dark Frost Kde-plasma Light
- do mv themes/$i `echo themes/$i | tr [:upper:] [:lower:]`
- done
-
- # Adjust default wallpaper to default theme
- # https://github.com/lxde/lxqt-common/commit/3296e2c
- sed -i 's|light/simple_blue_widescreen.png|frost/numix.png|' \
- config/pcmanfm-qt/lxqt/settings.conf.in
-
- # Enable the "leave confirmation dialog" by default
- # https://github.com/lxde/lxqt-common/commit/2062770
- sed -i '/window_manager/a leave_confirmation=true' config/session.conf
-
- # Set LibreOffice's plugin env var to kde4
- # https://github.com/lxde/lxqt-common/commit/a211dd5
- sed -i 's/SAL_USE_VCLPLUGIN=kde$/SAL_USE_VCLPLUGIN=kde4/' startlxqt.in
-}
-
build() {
mkdir -p build
cd build
More information about the arch-commits
mailing list