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

2017-01-17 Thread Jerome Leclanche
Date: Tuesday, January 17, 2017 @ 09:23:13
  Author: jleclanche
Revision: 207679

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 09:13:31 UTC (rev 207678)
+++ PKGBUILD2017-01-17 09:23:13 UTC (rev 207679)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-common
-pkgver=0.11.1
-pkgrel=1
-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" "lxqt-build-tools" "qt5-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=(
-   "04680dbb63e69a272ec8f573d34a8bdb7c7c9ff14f4d0e16115b14f6fbd6b32e"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 207678, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 09:23:13 UTC (rev 207679)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.11.2
+pkgrel=1
+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" "lxqt-build-tools" "qt5-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=(
+   "1c0520208a582b557d38926a92cc9d321a6402e77f40cfd47c727da9aa70f1d6"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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


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

2016-12-15 Thread Jerome Leclanche
Date: Friday, December 16, 2016 @ 02:08:47
  Author: jleclanche
Revision: 199645

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-16 02:08:42 UTC (rev 199644)
+++ PKGBUILD2016-12-16 02:08:47 UTC (rev 199645)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-common
-pkgver=0.11.0
-pkgrel=1
-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://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=(
-   "3a34a2105a49545d2695cccaf6310d261a7e760455e583efa2d80b3ab54d6053"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 199644, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-16 02:08:47 UTC (rev 199645)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.11.1
+pkgrel=1
+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" "lxqt-build-tools" "qt5-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=(
+   "04680dbb63e69a272ec8f573d34a8bdb7c7c9ff14f4d0e16115b14f6fbd6b32e"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:07:07
  Author: jleclanche
Revision: 190310

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-24 14:07:03 UTC (rev 190309)
+++ PKGBUILD2016-09-24 14:07:07 UTC (rev 190310)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-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
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 190309, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-24 14:07:07 UTC (rev 190310)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.11.0
+pkgrel=1
+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://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=(
+   "3a34a2105a49545d2695cccaf6310d261a7e760455e583efa2d80b3ab54d6053"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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