[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 15:31:39
  Author: yan12125
Revision: 743241

upgpkg: lxqt-runner 0.16.0-1

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 15:30:27 UTC (rev 743240)
+++ PKGBUILD2020-11-05 15:31:39 UTC (rev 743241)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-runner
-pkgver=0.15.0
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")
@@ -15,7 +15,7 @@

"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'
+sha256sums=('0f36a6c54fcd850fb6589503cf41bc9da32617efef448940c0386036950f020a'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

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

upgpkg: lxqt-runner 0.15.0-3; re-enable muparser integration

A new muparser is released and lxqt-runner is compatible again

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 08:19:28 UTC (rev 646323)
+++ PKGBUILD2020-06-17 08:36:17 UTC (rev 646324)
@@ -1,15 +1,15 @@
 # Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-runner
 pkgver=0.15.0
-pkgrel=2
+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")
-depends=("lxqt-globalkeys" "libQt5Xdg.so")
+depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
@@ -25,13 +25,9 @@
 
 
 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
+   -DCMAKE_INSTALL_PREFIX=/usr
make -C build
 }
 


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2020-06-14 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 14, 2020 @ 18:22:57
  Author: yan12125
Revision: 644714

upgpkg: lxqt-runner 0.15.0-2; temporarily disable muparser integration to 
workaround a muparser regression

Also updates URLs and follow CMake packaging guidelines

Ref: https://github.com/lxqt/lxqt-runner/issues/144

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 17:25:15 UTC (rev 644713)
+++ PKGBUILD2020-06-14 18:22:57 UTC (rev 644714)
@@ -2,17 +2,18 @@
 
 pkgname=lxqt-runner
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")
-url="https://lxqt.org;
+url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
+#depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
+depends=("lxqt-globalkeys" "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;
+   
"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')
@@ -24,11 +25,14 @@
 
 
 build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
+   # 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() {


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 03:24:55
  Author: yan12125
Revision: 619777

upgpkg: lxqt-runner 0.15.0-1; add .so depends

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:24:38 UTC (rev 619776)
+++ PKGBUILD2020-04-25 03:24:55 UTC (rev 619777)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
@@ -8,17 +8,18 @@
 groups=("lxqt")
 url="https://lxqt.org;
 license=("LGPL2.1")
-depends=("lxqt-globalkeys" "muparser")
+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=('7591fae6b2a99bde838e8485517f3f0d45418b6732e87fb38473c7eba13ec8b0'
+sha256sums=('614a3c6f4662835a2d9219b81a442ff4cf7800cdb55028edc5481908a9bbbd0b'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2019-02-24 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, February 25, 2019 @ 07:55:25
  Author: yan12125
Revision: 435651

upgpkg: lxqt-runner 0.14.1-1

* Use HTTPS in `url`

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-25 07:51:30 UTC (rev 435650)
+++ PKGBUILD2019-02-25 07:55:25 UTC (rev 435651)
@@ -1,12 +1,12 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("LGPL2.1")
 depends=("lxqt-globalkeys" "muparser")
 makedepends=("lxqt-build-tools")
@@ -14,7 +14,7 @@

"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=('321ff83a2d27a545fd04d0ead378ed292fb3fff4f200f96a01293a663cfaacac'
+sha256sums=('7591fae6b2a99bde838e8485517f3f0d45418b6732e87fb38473c7eba13ec8b0'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 11:40:07
  Author: felixonmars
Revision: 428600

upgpkg: lxqt-runner 0.14.0-1

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 11:39:59 UTC (rev 428599)
+++ PKGBUILD2019-01-30 11:40:07 UTC (rev 428600)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")
@@ -14,10 +14,8 @@

"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"
-)
+sha256sums=('321ff83a2d27a545fd04d0ead378ed292fb3fff4f200f96a01293a663cfaacac'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

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

upgpkg: lxqt-runner 0.13.0-2

Rebuild without menu-cache

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 05:13:37 UTC (rev 333283)
+++ PKGBUILD2018-05-30 05:24:46 UTC (rev 333284)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-runner
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2018-05-29 Thread Jerome Leclanche via arch-commits
Date: Wednesday, May 30, 2018 @ 05:13:37
  Author: jleclanche
Revision: 333283

upgpkg: lxqt-runner 0.13.0-1

Rebuild without menu-cache

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 03:53:04 UTC (rev 333282)
+++ PKGBUILD2018-05-30 05:13:37 UTC (rev 333283)
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("LGPL2.1")
-depends=("lxqt-globalkeys" "menu-cache" "muparser")
+depends=("lxqt-globalkeys" "muparser")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:46:57
  Author: jleclanche
Revision: 329156

upgpkg: lxqt-runner 0.13.0-1

Upstream release 0.13.0

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:46:35 UTC (rev 329155)
+++ PKGBUILD2018-05-24 20:46:57 UTC (rev 329156)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "93dfcdf5d3d6fb016354bd06ab58316a328f6f3c30f3e43e5ea813e355d59f9f"
+   "912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2017-10-21 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 01:20:39
  Author: jleclanche
Revision: 263928

upgpkg: lxqt-runner 0.12.0-1

Upstream release 0.12.0

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 01:17:40 UTC (rev 263927)
+++ PKGBUILD2017-10-22 01:20:39 UTC (rev 263928)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
@@ -9,7 +9,7 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("LGPL2.1")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "muparser")
+depends=("lxqt-globalkeys" "menu-cache" "muparser")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "5bb46fdab14acc980e9eaca004c4e0122843f3dc567d5a681a0661974330b251"
+   "93dfcdf5d3d6fb016354bd06ab58316a328f6f3c30f3e43e5ea813e355d59f9f"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 19:12:28
  Author: bgyorgy
Revision: 209555

upgpkg: lxqt-runner 0.11.1-1

Update to new version

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-30 19:05:46 UTC (rev 209554)
+++ PKGBUILD2017-01-30 19:12:28 UTC (rev 209555)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
@@ -9,14 +9,14 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("LGPL2.1")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script" "muparser")
-makedepends=("cmake" "qt5-tools" "git")
+depends=("lxqt-common" "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=(
-   "ceb0139840d95448b63a8a30cc3b0d33687d596b9c23fbcf29b6608550711db1"
+   "5bb46fdab14acc980e9eaca004c4e0122843f3dc567d5a681a0661974330b251"
"SKIP"
 )
 validpgpkeys=(


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2016-09-29 Thread Jerome Leclanche
Date: Thursday, September 29, 2016 @ 07:54:37
  Author: jleclanche
Revision: 190778

upgpkg: lxqt-runner 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 07:29:36 UTC (rev 190777)
+++ PKGBUILD2016-09-29 07:54:37 UTC (rev 190778)
@@ -2,24 +2,27 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
 license=("LGPL2.1")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
-makedepends=("cmake" "qt5-tools")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script" "muparser")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"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=(
-   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "ceb0139840d95448b63a8a30cc3b0d33687d596b9c23fbcf29b6608550711db1"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2016-09-20 Thread Jerome Leclanche
Date: Tuesday, September 20, 2016 @ 09:47:09
  Author: jleclanche
Revision: 190035

upgpkg: lxqt-runner 0.10.0-5

Rebuild for new libqtxdg ABI

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 09:43:47 UTC (rev 190034)
+++ PKGBUILD2016-09-20 09:47:09 UTC (rev 190035)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-runner
 pkgver=0.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2015-12-07 Thread Florian Pritz
Date: Monday, December 7, 2015 @ 16:05:59
  Author: bluewind
Revision: 149942

C++11 ABI rebuild

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 15:05:09 UTC (rev 149941)
+++ PKGBUILD2015-12-07 15:05:59 UTC (rev 149942)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-runner
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:46:49
  Author: jleclanche
Revision: 146314

upgpkg: lxqt-runner 0.10.0-3

pkgrel bump

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:20:42 UTC (rev 146313)
+++ PKGBUILD2015-11-06 17:46:49 UTC (rev 146314)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-runner
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:12:19
  Author: jleclanche
Revision: 146289

upgpkg: lxqt-runner 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:11:28 UTC (rev 146288)
+++ PKGBUILD2015-11-06 12:12:19 UTC (rev 146289)
@@ -12,8 +12,8 @@
 depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
 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;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:54:29
  Author: jleclanche
Revision: 145666

upgpkg: lxqt-runner 0.10.0-2

Upstream release 0.10.0

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 15:26:34 UTC (rev 145665)
+++ PKGBUILD2015-11-02 15:54:29 UTC (rev 145666)
@@ -2,17 +2,24 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=2
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


[arch-commits] Commit in lxqt-runner/trunk (PKGBUILD)

2015-07-06 Thread Balló György
Date: Tuesday, July 7, 2015 @ 02:14:31
  Author: bgyorgy
Revision: 136481

upgpkg: lxqt-runner 0.9.0-2

Add lxqt-common to dependencies to provide default styling

Modified:
  lxqt-runner/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-06 18:56:20 UTC (rev 136480)
+++ PKGBUILD2015-07-07 00:14:31 UTC (rev 136481)
@@ -3,13 +3,13 @@
 
 pkgname=lxqt-runner
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The LXQt application launcher
 arch=(i686 x86_64)
 groups=(lxqt)
 url=http://lxqt.org;
 license=(GPL2)
-depends=(lxqt-globalkeys menu-cache qt5-script)
+depends=(lxqt-common lxqt-globalkeys menu-cache qt5-script)
 makedepends=(cmake qt5-tools)
 source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
 sha256sums=(7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a)