[arch-commits] Commit in lxqt-common/repos/community-any (3 files)

Jerome Leclanche jleclanche at archlinux.org
Thu Apr 28 13:05:37 UTC 2016


    Date: Thursday, April 28, 2016 @ 15:05:37
  Author: jleclanche
Revision: 172412

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
    (from rev 172411, lxqt-common/trunk/PKGBUILD)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD
  lxqt-common/repos/community-any/lxqt-common.install

---------------------+
 PKGBUILD            |   76 +++++++++++++++++++++++++-------------------------
 lxqt-common.install |   14 ---------
 2 files changed, 38 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 13:04:44 UTC (rev 172411)
+++ PKGBUILD	2016-04-28 13:05:37 UTC (rev 172412)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-common
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=(
-	"7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
-	"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-	mkdir -p build
-	cd build
-	# Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-	# Remove in 0.11
-	LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 172411, lxqt-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-28 13:05:37 UTC (rev 172412)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-common
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+	mkdir -p build
+	cd build
+	# Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
+	# Remove in 0.11
+	LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	LC_ALL=en_US.UTF-8 make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Deleted: lxqt-common.install
===================================================================
--- lxqt-common.install	2016-04-28 13:04:44 UTC (rev 172411)
+++ lxqt-common.install	2016-04-28 13:05:37 UTC (rev 172412)
@@ -1,14 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-	if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
-		printf '==> Theme paths have been changed. User configurations may need to be updated.\n'
-	fi
-	xdg-icon-resource forceupdate
-}
-
-post_remove() {
-	post_install $1
-}



More information about the arch-commits mailing list