[arch-commits] Commit in lxqt-runner/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-17 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, June 17, 2020 @ 08:39:15
  Author: yan12125
Revision: 646325

archrelease: copy trunk to community-x86_64

Added:
  lxqt-runner/repos/community-x86_64/PKGBUILD
(from rev 646324, lxqt-runner/trunk/PKGBUILD)
Deleted:
  lxqt-runner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 08:36:17 UTC (rev 646324)
+++ PKGBUILD2020-06-17 08:39:15 UTC (rev 646325)
@@ -1,41 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.15.0
-pkgrel=2
-pkgdesc="The LXQt application launcher"
-arch=("x86_64")
-groups=("lxqt")
-url="https://github.com/lxqt/$pkgname;
-license=("LGPL2.1")
-#depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
-depends=("lxqt-globalkeys" "libQt5Xdg.so")
-makedepends=("lxqt-build-tools")
-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=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

-)
-
-
-build() {
-   # Temporarily disable muparser integration as the latest version of
-   # muparser has an issue
-   # https://github.com/lxqt/lxqt-runner/issues/144
-   cmake -B build -S "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=None \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DRUNNER_MATH=OFF
-   make -C build
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-runner/repos/community-x86_64/PKGBUILD (from rev 646324, 
lxqt-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 08:39:15 UTC (rev 646325)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=lxqt-runner
+pkgver=0.15.0
+pkgrel=3
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL2.1")
+depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
+makedepends=("lxqt-build-tools")
+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=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=None \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make -C build
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-runner/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-14 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 14, 2020 @ 18:25:07
  Author: yan12125
Revision: 644715

archrelease: copy trunk to community-x86_64

Added:
  lxqt-runner/repos/community-x86_64/PKGBUILD
(from rev 644714, lxqt-runner/trunk/PKGBUILD)
Deleted:
  lxqt-runner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-14 18:22:57 UTC (rev 644714)
+++ PKGBUILD2020-06-14 18:25:07 UTC (rev 644715)
@@ -1,37 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="The LXQt application launcher"
-arch=("x86_64")
-groups=("lxqt")
-url="https://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
-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=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
-'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
-}

Copied: lxqt-runner/repos/community-x86_64/PKGBUILD (from rev 644714, 
lxqt-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-14 18:25:07 UTC (rev 644715)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.15.0
+pkgrel=2
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL2.1")
+#depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
+depends=("lxqt-globalkeys" "libQt5Xdg.so")
+makedepends=("lxqt-build-tools")
+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=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   # Temporarily disable muparser integration as the latest version of
+   # muparser has an issue
+   # https://github.com/lxqt/lxqt-runner/issues/144
+   cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=None \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DRUNNER_MATH=OFF
+   make -C build
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-runner/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-29 Thread Jerome Leclanche via arch-commits
Date: Wednesday, May 30, 2018 @ 05:24:58
  Author: jleclanche
Revision: 333285

archrelease: copy trunk to community-x86_64

Added:
  lxqt-runner/repos/community-x86_64/PKGBUILD
(from rev 333284, lxqt-runner/trunk/PKGBUILD)
Deleted:
  lxqt-runner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-30 05:24:46 UTC (rev 333284)
+++ PKGBUILD2018-05-30 05:24:58 UTC (rev 333285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="The LXQt application launcher"
-arch=("x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-globalkeys" "menu-cache" "muparser")
-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=(
-   "912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37"
-   "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-runner/repos/community-x86_64/PKGBUILD (from rev 333284, 
lxqt-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-30 05:24:58 UTC (rev 333285)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.13.0
+pkgrel=2
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-globalkeys" "muparser")
+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=(
+   "912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37"
+   "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-runner/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:47:02
  Author: jleclanche
Revision: 329157

archrelease: copy trunk to community-x86_64

Added:
  lxqt-runner/repos/community-x86_64/PKGBUILD
(from rev 329156, lxqt-runner/trunk/PKGBUILD)
Deleted:
  lxqt-runner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-24 20:46:57 UTC (rev 329156)
+++ PKGBUILD2018-05-24 20:47:02 UTC (rev 329157)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="The LXQt application launcher"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-globalkeys" "menu-cache" "muparser")
-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=(
-   "93dfcdf5d3d6fb016354bd06ab58316a328f6f3c30f3e43e5ea813e355d59f9f"
-   "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-runner/repos/community-x86_64/PKGBUILD (from rev 329156, 
lxqt-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-24 20:47:02 UTC (rev 329157)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-globalkeys" "menu-cache" "muparser")
+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=(
+   "912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37"
+   "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
+}