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

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:18:53
  Author: jleclanche
Revision: 329093

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 329092, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
  lxqt-build-tools/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-24 20:18:35 UTC (rev 329092)
+++ PKGBUILD2018-05-24 20:18:53 UTC (rev 329093)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-build-tools
-pkgver=0.4.0
-pkgrel=5
-pkgdesc="Various packaging tools and scripts for LXQt applications"
-arch=("any")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("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=(
-   "b0836d43912cefe348b39a0d9450dbb5d5b1067897213546c2b42ff596cc8bd2"
-   "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-build-tools/repos/community-any/PKGBUILD (from rev 329092, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-24 20:18:53 UTC (rev 329093)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("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=(
+   "a66d080d4cf075007fcdd9eab1689559728418dd8f85f7e8e79679738de8658d"
+   "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-build-tools/repos/community-any (PKGBUILD PKGBUILD)

2017-10-21 Thread Jerome Leclanche
Date: Saturday, October 21, 2017 @ 22:02:46
  Author: jleclanche
Revision: 263894

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 263893, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
  lxqt-build-tools/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-21 22:02:35 UTC (rev 263893)
+++ PKGBUILD2017-10-21 22:02:46 UTC (rev 263894)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-build-tools
-pkgver=0.3.2
-pkgrel=5
-pkgdesc="Various packaging tools and scripts for LXQt applications"
-arch=("any")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("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=(
-   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
-   "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-build-tools/repos/community-any/PKGBUILD (from rev 263893, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-21 22:02:46 UTC (rev 263894)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.4.0
+pkgrel=5
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("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=(
+   "b0836d43912cefe348b39a0d9450dbb5d5b1067897213546c2b42ff596cc8bd2"
+   "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-build-tools/repos/community-any (PKGBUILD PKGBUILD)

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 17:02:06
  Author: bgyorgy
Revision: 209526

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 209525, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
  lxqt-build-tools/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-30 17:01:58 UTC (rev 209525)
+++ PKGBUILD2017-01-30 17:02:06 UTC (rev 209526)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-build-tools
-pkgver=0.3.2
-pkgrel=4
-pkgdesc="Various packaging tools and scripts for LXQt applications"
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("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=(
-   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
-   "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-build-tools/repos/community-any/PKGBUILD (from rev 209525, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-30 17:02:06 UTC (rev 209526)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.3.2
+pkgrel=5
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("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=(
+   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
+   "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-build-tools/repos/community-any (PKGBUILD PKGBUILD)

2017-01-17 Thread Jerome Leclanche
Date: Tuesday, January 17, 2017 @ 09:49:24
  Author: jleclanche
Revision: 207693

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 207692, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
  lxqt-build-tools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 09:49:20 UTC (rev 207692)
+++ PKGBUILD2017-01-17 09:49:24 UTC (rev 207693)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-build-tools
-pkgver=0.3.2
-pkgrel=3
-pkgdesc="Various packaging tools and scripts for LXQt applications"
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("cmake" "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=(
-   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
-   "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-build-tools/repos/community-any/PKGBUILD (from rev 207692, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 09:49:24 UTC (rev 207693)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.3.2
+pkgrel=4
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("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=(
+   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
+   "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-build-tools/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 207690, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
  lxqt-build-tools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 09:47:18 UTC (rev 207690)
+++ PKGBUILD2017-01-17 09:47:23 UTC (rev 207691)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-build-tools
-pkgver=0.3.2
-pkgrel=2
-pkgdesc="Various packaging tools and scripts for LXQt applications"
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-makedepends=("cmake" "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=(
-   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
-   "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-build-tools/repos/community-any/PKGBUILD (from rev 207690, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 09:47:23 UTC (rev 207691)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.3.2
+pkgrel=3
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("cmake" "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=(
+   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
+   "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-build-tools/repos/community-any (PKGBUILD PKGBUILD)

2017-01-17 Thread Jerome Leclanche
Date: Tuesday, January 17, 2017 @ 09:31:11
  Author: jleclanche
Revision: 207687

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 207686, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
  lxqt-build-tools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 09:30:04 UTC (rev 207686)
+++ PKGBUILD2017-01-17 09:31:11 UTC (rev 207687)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-build-tools
-pkgver=0.3.2
-pkgrel=2
-pkgdesc="Various packaging tools and scripts for LXQt applications"
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-makedepends=("cmake" "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=(
-   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
-   "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-build-tools/repos/community-any/PKGBUILD (from rev 207686, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 09:31:11 UTC (rev 207687)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+makedepends=("cmake" "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=(
+   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
+   "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
+}