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

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

upgpkg: lxqt-policykit 0.16.0-1; update URLs

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 15:15:15 UTC (rev 743195)
+++ PKGBUILD2020-11-05 15:15:16 UTC (rev 743196)
@@ -1,12 +1,12 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
 groups=("lxqt")
-url="https://lxqt.org;
+url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
 makedepends=("cmake" "lxqt-build-tools")
@@ -13,7 +13,7 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('e2e6b27ce0e3611937c2ecc8525a18541ed8758a9dccea62357f1d427b4dec4f'
+sha256sums=('973a03b187d8844f738ea510e42ea8061c349ef12b162856161ee9c9bad4c6cf'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



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

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

upgpkg: lxqt-policykit 0.15.0-1

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 03:14:38 UTC (rev 619762)
+++ PKGBUILD2020-04-25 03:15:15 UTC (rev 619763)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.14.1
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
@@ -13,11 +13,12 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('b1cccb11c4e13cc52fa9793f21f85ab7cc0632c01e4c1a089bcbe76bc1c2f988'
+sha256sums=('e2e6b27ce0e3611937c2ecc8525a18541ed8758a9dccea62357f1d427b4dec4f'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2019-02-28 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, February 28, 2019 @ 12:29:23
  Author: yan12125
Revision: 437030

upgpkg: lxqt-policykit 0.14.1-1

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 12:26:04 UTC (rev 437029)
+++ PKGBUILD2019-02-28 12:29:23 UTC (rev 437030)
@@ -1,20 +1,19 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org;
+url="https://lxqt.org;
 license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
-makedepends=("lxqt-build-tools")
+makedepends=("cmake" "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"{,.asc}
 )
-sha256sums=('216fa465fe3484b0cddf8d52c1bb5b153a5515ceae63df79b3de6ccb03d1d93b'
+sha256sums=('b1cccb11c4e13cc52fa9793f21f85ab7cc0632c01e4c1a089bcbe76bc1c2f988'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



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

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

upgpkg: lxqt-policykit 0.14.0-1

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 11:37:46 UTC (rev 428593)
+++ PKGBUILD2019-01-30 11:38:07 UTC (rev 428594)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
@@ -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=(
-   "f729a898a0ace59cf7702146dbe2891d8cb93494e0e6683099b60863b47727b5"
-   "SKIP"
-)
+sha256sums=('216fa465fe3484b0cddf8d52c1bb5b153a5515ceae63df79b3de6ccb03d1d93b'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:41:01
  Author: jleclanche
Revision: 329142

upgpkg: lxqt-policykit 0.13.0-1

Upstream release 0.13.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:40:38 UTC (rev 329141)
+++ PKGBUILD2018-05-24 20:41:01 UTC (rev 329142)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "6e1972433cad8f2b1b647c740d792432aaa9f72b625c2b34cd46165c3c135838"
+   "f729a898a0ace59cf7702146dbe2891d8cb93494e0e6683099b60863b47727b5"
"SKIP"
 )
 validpgpkeys=(


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

2017-10-21 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 01:11:48
  Author: jleclanche
Revision: 263924

upgpkg: lxqt-policykit 0.12.0-1

Upstream release 0.12.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 01:08:28 UTC (rev 263923)
+++ PKGBUILD2017-10-22 01:11:48 UTC (rev 263924)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "0d94ccb8afd21ae1afc50fd67cbd3928631aaaba446ec74540c8a74ffb66f76e"
+   "6e1972433cad8f2b1b647c740d792432aaa9f72b625c2b34cd46165c3c135838"
"SKIP"
 )
 validpgpkeys=(


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

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 19:00:58
  Author: bgyorgy
Revision: 209551

upgpkg: lxqt-policykit 0.11.1-2

Fix makedepends

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-30 18:58:48 UTC (rev 209550)
+++ PKGBUILD2017-01-30 19:00:58 UTC (rev 209551)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-policykit
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,7 +10,7 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools" "git")
+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;


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

2017-01-17 Thread Jerome Leclanche
Date: Tuesday, January 17, 2017 @ 09:38:08
  Author: jleclanche
Revision: 207688

upgpkg: lxqt-policykit 0.11.1-1

Upstream release 0.11.1

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 09:31:11 UTC (rev 207687)
+++ PKGBUILD2017-01-17 09:38:08 UTC (rev 207688)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "d67620385b5ebe3784edc08be7b627fab8748d7cdd870f5cb2405a06f72469fc"
+   "0d94ccb8afd21ae1afc50fd67cbd3928631aaaba446ec74540c8a74ffb66f76e"
"SKIP"
 )
 validpgpkeys=(
@@ -29,7 +29,7 @@
mkdir -p build
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:27:18
  Author: jleclanche
Revision: 190331

upgpkg: lxqt-policykit 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:26:09 UTC (rev 190330)
+++ PKGBUILD2016-09-24 14:27:18 UTC (rev 190331)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,16 +10,19 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools")
+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=(
-   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+   "d67620385b5ebe3784edc08be7b627fab8748d7cdd870f5cb2405a06f72469fc"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-20 Thread Jerome Leclanche
Date: Tuesday, September 20, 2016 @ 08:16:08
  Author: jleclanche
Revision: 190021

upgpkg: lxqt-policykit 0.10.0-4

Rebuild for new libqtxdg ABI

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 08:08:05 UTC (rev 190020)
+++ PKGBUILD2016-09-20 08:16:08 UTC (rev 190021)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-policykit
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-12-07 Thread Antonio Rojas
Date: Monday, December 7, 2015 @ 14:17:04
  Author: arojas
Revision: 149873

C++11 ABI rebuild

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:15:49 UTC (rev 149872)
+++ PKGBUILD2015-12-07 13:17:04 UTC (rev 149873)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-policykit
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 13:17:23
  Author: jleclanche
Revision: 146295

upgpkg: lxqt-policykit 0.10.0-2

Rebuild and use https for sources

Modified:
  lxqt-policykit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:16:06 UTC (rev 146294)
+++ PKGBUILD2015-11-06 12:17:23 UTC (rev 146295)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-policykit
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,8 +12,8 @@
 depends=("liblxqt" "polkit-qt5")
 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=(
"c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:47:19
  Author: jleclanche
Revision: 145654

upgpkg: lxqt-policykit 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:44:39 UTC (rev 145653)
+++ PKGBUILD2015-11-02 14:47:19 UTC (rev 145654)
@@ -2,23 +2,31 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
mkdir -p build
cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
make
 }