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

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 18:11:40
  Author: bgyorgy
Revision: 209542

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

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

-+
 /PKGBUILD   |   80 ++
 community-i686/PKGBUILD |   40 -
 community-i686/build-without-lxqt-config-appearance.patch   |   15 -
 community-x86_64/PKGBUILD   |   40 -
 community-x86_64/build-without-lxqt-config-appearance.patch |   15 -
 5 files changed, 80 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-30 18:11:33 UTC (rev 209541)
+++ community-i686/PKGBUILD 2017-01-30 18:11:40 UTC (rev 209542)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.11.0
-pkgrel=2
-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" "git")
-source=(
-   
"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=(
-   "e254994caf0535bf6f9da659dc4410b63b5b5cfabea0b961bfb8c00e3c393d38"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 209541, 
lxqt-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-30 18:11:40 UTC (rev 209542)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("hicolor-icon-theme" "liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("lxqt-build-tools")
+source=(
+   
"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=(
+   "65899ba616a637a8abf9285aed400046064c85fc29393522782bf557425b"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/build-without-lxqt-config-appearance.patch
===
--- community-i686/build-without-lxqt-config-appearance.patch   2017-01-30 
18:11:33 UTC (rev 209541)
+++ community-i686/build-without-lxqt-config-appearance.patch   2017-01-30 
18:11:40 UTC (rev 209542)
@@ -1,15 +0,0 @@
-Description: fix lxqt-config FTBFS after qtxdg bump
-Author: Alf Gaida 
-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   2017-01-30 18:11:33 UTC (rev 209541)
+++ community-x86_64/PKGBUILD   2017-01-30 18:11:40 UTC (rev 209542)
@@ -1,40 +0,0 @@

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

2016-09-20 Thread Jerome Leclanche
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 
-
-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 
+
+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 
+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)

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:36:22
  Author: jleclanche
Revision: 145647

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

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

--+
 /PKGBUILD|   74 +
 community-i686/PKGBUILD  |   37 --
 community-i686/fix-build.patch   |   21 --
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/fix-build.patch |   21 --
 5 files changed, 74 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:36:02 UTC (rev 145646)
+++ community-i686/PKGBUILD 2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"fix-build.patch")
-sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
-'276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # fix build with qt 5.5
-   # https://github.com/lxde/lxqt-config/commit/a5045dc9
-   patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 145646, 
lxqt-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:36:22 UTC (rev 145647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=1
+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=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix-build.patch
===
--- community-i686/fix-build.patch  2015-11-02 14:36:02 UTC (rev 145646)
+++ community-i686/fix-build.patch  2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,21 +0,0 @@
-From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
-From: rezso 
-Date: Sun, 5 Jul 2015 20:38:44 +0200
-Subject: [PATCH] fix build with qt 5.5
-

- lxqt-config-monitor/monitor.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
-index 9f87bc0..b5df05b 100644
 a/lxqt-config-monitor/monitor.h
-+++ b/lxqt-config-monitor/monitor.h
-@@ -20,6 +20,7 @@
- #ifndef _MONITOR_H_
- #define _MONITOR_H_
- 
-+#include 
- #include 
- #include 
- #include 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:36:02 UTC (rev 145646)
+++ community-x86_64/PKGBUILD   2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"fix-build.patch")