[arch-commits] Commit in lxqt-config/repos (6 files)

Jerome Leclanche jleclanche at archlinux.org
Tue Sep 20 07:56:43 UTC 2016


    Date: Tuesday, September 20, 2016 @ 07:56:43
  Author: jleclanche
Revision: 190016

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxqt-config/repos/community-i686/PKGBUILD
    (from rev 190015, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-i686/build-without-lxqt-config-appearance.patch
    (from rev 190015, lxqt-config/trunk/build-without-lxqt-config-appearance.patch)
  lxqt-config/repos/community-x86_64/PKGBUILD
    (from rev 190015, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-x86_64/build-without-lxqt-config-appearance.patch
    (from rev 190015, lxqt-config/trunk/build-without-lxqt-config-appearance.patch)
Deleted:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-x86_64/PKGBUILD

-------------------------------------------------------------+
 /PKGBUILD                                                   |   94 ++++++++++
 community-i686/PKGBUILD                                     |   39 ----
 community-i686/build-without-lxqt-config-appearance.patch   |   15 +
 community-x86_64/PKGBUILD                                   |   39 ----
 community-x86_64/build-without-lxqt-config-appearance.patch |   15 +
 5 files changed, 124 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-20 07:56:38 UTC (rev 190015)
+++ community-i686/PKGBUILD	2016-09-20 07:56:43 UTC (rev 190016)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "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=(
-	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-	"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 \
-		-DCMAKE_INSTALL_LIBDIR=lib
-	LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 190015, lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-20 07:56:43 UTC (rev 190016)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=6
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+	"build-without-lxqt-config-appearance.patch"
+)
+sha256sums=(
+	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+	"SKIP"
+	"a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+prepare() {
+	cd "$srcdir/$pkgname-$pkgver"
+	patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
+}
+
+
+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 \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	LC_ALL=en_US.UTF-8 make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: lxqt-config/repos/community-i686/build-without-lxqt-config-appearance.patch (from rev 190015, lxqt-config/trunk/build-without-lxqt-config-appearance.patch)
===================================================================
--- community-i686/build-without-lxqt-config-appearance.patch	                        (rev 0)
+++ community-i686/build-without-lxqt-config-appearance.patch	2016-09-20 07:56:43 UTC (rev 190016)
@@ -0,0 +1,15 @@
+Description: fix lxqt-config FTBFS after qtxdg bump
+Author: Alf Gaida <agaida at siduction.org>
+Last-Update: 2016-09-19
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -28,7 +28,7 @@
+ add_subdirectory(liblxqt-config-cursor)
+ add_subdirectory(lxqt-config-input)
+ add_subdirectory(lxqt-config-file-associations)
+-add_subdirectory(lxqt-config-appearance)
++# add_subdirectory(lxqt-config-appearance)
+ add_subdirectory(lxqt-config-monitor)
+ add_subdirectory(lxqt-config-locale)
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-20 07:56:38 UTC (rev 190015)
+++ community-x86_64/PKGBUILD	2016-09-20 07:56:43 UTC (rev 190016)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "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=(
-	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-	"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 \
-		-DCMAKE_INSTALL_LIBDIR=lib
-	LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-x86_64/PKGBUILD (from rev 190015, lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-20 07:56:43 UTC (rev 190016)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=6
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+	"build-without-lxqt-config-appearance.patch"
+)
+sha256sums=(
+	"4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+	"SKIP"
+	"a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+prepare() {
+	cd "$srcdir/$pkgname-$pkgver"
+	patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
+}
+
+
+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 \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	LC_ALL=en_US.UTF-8 make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: lxqt-config/repos/community-x86_64/build-without-lxqt-config-appearance.patch (from rev 190015, lxqt-config/trunk/build-without-lxqt-config-appearance.patch)
===================================================================
--- community-x86_64/build-without-lxqt-config-appearance.patch	                        (rev 0)
+++ community-x86_64/build-without-lxqt-config-appearance.patch	2016-09-20 07:56:43 UTC (rev 190016)
@@ -0,0 +1,15 @@
+Description: fix lxqt-config FTBFS after qtxdg bump
+Author: Alf Gaida <agaida at siduction.org>
+Last-Update: 2016-09-19
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -28,7 +28,7 @@
+ add_subdirectory(liblxqt-config-cursor)
+ add_subdirectory(lxqt-config-input)
+ add_subdirectory(lxqt-config-file-associations)
+-add_subdirectory(lxqt-config-appearance)
++# add_subdirectory(lxqt-config-appearance)
+ add_subdirectory(lxqt-config-monitor)
+ add_subdirectory(lxqt-config-locale)
+ 



More information about the arch-commits mailing list