[arch-commits] Commit in lxqt-build-tools/repos (2 files)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 14:43:57
  Author: yan12125
Revision: 743142

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: lxqt-build-tools/repos/community-staging-any/PKGBUILD (from rev 743141, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-05 14:43:57 UTC (rev 743142)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-build-tools
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL2.1")
+depends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('8cad73636e3a1f09baab0d82a2e76f3e171ce2adacade03ccc0a6cf0a51d69a9'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+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 (2 files)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 24, 2020 @ 19:08:37
  Author: yan12125
Revision: 619519

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: lxqt-build-tools/repos/community-staging-any/PKGBUILD (from rev 619518, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-04-24 19:08:37 UTC (rev 619519)
@@ -0,0 +1,35 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.7.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=('85fe1946a92731f22585c30eda8bea923f5221ffbea0e31dc834d722d86cfb90'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+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 (2 files)

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 10:47:30
  Author: felixonmars
Revision: 428524

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: lxqt-build-tools/repos/community-testing-any/PKGBUILD (from rev 428523, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-30 10:47:30 UTC (rev 428524)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.6.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=('2488f1105ba8008996b4f6a0df5c556c657c733a47a422ea3f2e59115c051758'
+'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
+}