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

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

upgpkg: lxqt-qtplugin 0.16.0-1

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 15:00:09 UTC (rev 743159)
+++ PKGBUILD2020-11-05 15:01:04 UTC (rev 743160)
@@ -2,8 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-qtplugin
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 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=('daef8d0ad3c310e0ff008769e8f196409b88e1f006b9207ef7fd006b47bd759e'
+sha256sums=('4920add017ec6805d50ae653c09ffd9623314aaa2a606054e01a4b9e6498ea90'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



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

2020-05-31 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, May 31, 2020 @ 13:35:02
  Author: yan12125
Revision: 637688

upgpkg: lxqt-qtplugin 0.15.1-2; rebuild for Qt 5.15

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-31 13:32:57 UTC (rev 637687)
+++ PKGBUILD2020-05-31 13:35:02 UTC (rev 637688)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")


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

2020-05-31 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, May 31, 2020 @ 13:32:32
  Author: yan12125
Revision: 637686

upgpkg: lxqt-qtplugin 0.15.1-1; update URLs; follow CMake packaging guidelines

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-31 13:09:09 UTC (rev 637685)
+++ PKGBUILD2020-05-31 13:32:32 UTC (rev 637686)
@@ -1,20 +1,21 @@
 # Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-qtplugin
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")
-url="https://lxqt.org";
+url="https://github.com/lxqt/$pkgname";
 license=("LGPL2.1")
 depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.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=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
+sha256sums=('daef8d0ad3c310e0ff008769e8f196409b88e1f006b9207ef7fd006b47bd759e'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -22,13 +23,11 @@
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

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


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

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 18:22:38
  Author: arojas
Revision: 635150

Qt 5.15 rebuild

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 18:21:52 UTC (rev 635149)
+++ PKGBUILD2020-05-26 18:22:38 UTC (rev 635150)
@@ -2,7 +2,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 25, 2020 @ 02:42:37
  Author: yan12125
Revision: 619723

upgpkg: lxqt-qtplugin 0.15.0-1; add .so depends and use HTTPS URL

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 02:41:28 UTC (rev 619722)
+++ PKGBUILD2020-04-25 02:42:37 UTC (rev 619723)
@@ -1,24 +1,25 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")
-url="http://lxqt.org";
+url="https://lxqt.org";
 license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt" 
"libQt5XdgIconLoader.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=('ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3'
+sha256sums=('43595276881f8e00d689d0c16cf6238a33f0c0a0bba97cc5ebff513457eb86ee'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 


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

2019-01-30 Thread Felix Yan via arch-commits
Date: Wednesday, January 30, 2019 @ 11:39:23
  Author: felixonmars
Revision: 428596

upgpkg: lxqt-qtplugin 0.14.0-1

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 11:38:32 UTC (rev 428595)
+++ PKGBUILD2019-01-30 11:39:23 UTC (rev 428596)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.13.0
-pkgrel=3
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 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=(
-   "a67c8668c09aefe54ef78c63806dc647f1c7b2067d780616f6fa4a9b125bdc5a"
-   "SKIP"
-)
+sha256sums=('ba1980d2c25f1db50cc3d4bccdda0dff79963fca0683f398675547cfbbebc7a3'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

2018-05-25 Thread Jerome Leclanche via arch-commits
Date: Friday, May 25, 2018 @ 14:44:15
  Author: jleclanche
Revision: 329357

upgpkg: lxqt-qtplugin 0.13.0-2

Rebuild for Qt 5.11

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 14:44:09 UTC (rev 329356)
+++ PKGBUILD2018-05-25 14:44:15 UTC (rev 329357)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")


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

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:29:51
  Author: jleclanche
Revision: 329115

upgpkg: lxqt-qtplugin 0.13.0-1

Upstream release 0.13.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:29:50 UTC (rev 329114)
+++ PKGBUILD2018-05-24 20:29:51 UTC (rev 329115)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.12.0
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")
@@ -16,7 +16,7 @@

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


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

2017-12-07 Thread Antonio Rojas via arch-commits
Date: Thursday, December 7, 2017 @ 12:05:59
  Author: arojas
Revision: 272959

Qt 5.10 rebuild

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 12:05:20 UTC (rev 272958)
+++ PKGBUILD2017-12-07 12:05:59 UTC (rev 272959)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("x86_64")
 groups=("lxqt")


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

2017-10-21 Thread Jerome Leclanche
Date: Sunday, October 22, 2017 @ 01:31:23
  Author: jleclanche
Revision: 263932

upgpkg: lxqt-qtplugin 0.12.0-1

Upstream release 0.12.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-22 01:23:00 UTC (rev 263931)
+++ PKGBUILD2017-10-22 01:31:23 UTC (rev 263932)
@@ -2,14 +2,14 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org";
 license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "libqtxdg")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
 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=(
-   "20acf0b775d28a33400b2e6606835931ab7f02226175c8115562c060c39bd391"
+   "a41a1e06c7246eb109225885a9ab9239c0d310baa0ab86b8712c410e77e00cef"
"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-qtplugin/trunk (PKGBUILD)

2017-05-31 Thread Antonio Rojas
Date: Wednesday, May 31, 2017 @ 17:41:15
  Author: arojas
Revision: 231598

Qt 5.9 rebuild

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 17:40:03 UTC (rev 231597)
+++ PKGBUILD2017-05-31 17:41:15 UTC (rev 231598)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2017-01-30 Thread Balló György
Date: Monday, January 30, 2017 @ 17:42:24
  Author: bgyorgy
Revision: 209533

upgpkg: lxqt-qtplugin 0.11.1-1

Update to new version

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-30 17:31:59 UTC (rev 209532)
+++ PKGBUILD2017-01-30 17:42:24 UTC (rev 209533)
@@ -2,21 +2,21 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org";
 license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools" "lxqt-build-tools")
+depends=("libdbusmenu-qt5" "libqtxdg")
+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=(
-   "c1fdaba78d139e3cfdfb783c60e4f84632ce296a7cf8d5444d60ca1d1e5dbf59"
+   "20acf0b775d28a33400b2e6606835931ab7f02226175c8115562c060c39bd391"
"SKIP"
 )
 validpgpkeys=(


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

2017-01-23 Thread Antonio Rojas
Date: Monday, January 23, 2017 @ 12:40:13
  Author: arojas
Revision: 208521

Qt 5.8 rebuild

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 12:38:15 UTC (rev 208520)
+++ PKGBUILD2017-01-23 12:40:13 UTC (rev 208521)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,7 +10,7 @@
 url="http://lxqt.org";
 license=("LGPL2.1")
 depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
+makedepends=("cmake" "liblxqt" "qt5-tools" "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-qtplugin/trunk (PKGBUILD)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:34:47
  Author: jleclanche
Revision: 190339

upgpkg: lxqt-qtplugin 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:32:14 UTC (rev 190338)
+++ PKGBUILD2016-09-24 14:34:47 UTC (rev 190339)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,14 +12,17 @@
 depends=("libdbusmenu-qt5" "qt5-base")
 makedepends=("cmake" "liblxqt" "qt5-tools")
 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=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "c1fdaba78d139e3cfdfb783c60e4f84632ce296a7cf8d5444d60ca1d1e5dbf59"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-20 Thread Jerome Leclanche
Date: Tuesday, September 20, 2016 @ 09:43:42
  Author: jleclanche
Revision: 190033

upgpkg: lxqt-qtplugin 0.10.0-5

Rebuild for new libqtxdg ABI

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 09:42:57 UTC (rev 190032)
+++ PKGBUILD2016-09-20 09:43:42 UTC (rev 190033)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2016-06-26 Thread Jerome Leclanche
Date: Sunday, June 26, 2016 @ 14:34:19
  Author: jleclanche
Revision: 181231

upgpkg: lxqt-qtplugin 0.10.0-4

lxqt-qtplugin: Rebuild for Qt 5.7.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-26 14:19:07 UTC (rev 181230)
+++ PKGBUILD2016-06-26 14:34:19 UTC (rev 181231)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 14:24:54
  Author: bpiotrowski
Revision: 149886

C++11 ABI rebuild

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 13:24:52 UTC (rev 149885)
+++ PKGBUILD2015-12-07 13:24:54 UTC (rev 149886)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-06 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 18:48:15
  Author: jleclanche
Revision: 146316

upgpkg: lxqt-qtplugin 0.10.0-2

pkgrel bump

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 17:47:02 UTC (rev 146315)
+++ PKGBUILD2015-11-06 17:48:15 UTC (rev 146316)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")


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

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

upgpkg: lxqt-qtplugin 0.10.0-1

Rebuild and use https for sources

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 12:12:26 UTC (rev 146290)
+++ PKGBUILD2015-11-06 12:13:13 UTC (rev 146291)
@@ -12,8 +12,8 @@
 depends=("libdbusmenu-qt5" "qt5-base")
 makedepends=("cmake" "liblxqt" "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=(
"9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:00:38
  Author: jleclanche
Revision: 145658

upgpkg: lxqt-qtplugin 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:54:45 UTC (rev 145657)
+++ PKGBUILD2015-11-02 15:00:38 UTC (rev 145658)
@@ -2,23 +2,31 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org";
-license=("GPL2")
-depends=("qt5-base")
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
 makedepends=("cmake" "liblxqt" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("7bc715d55ccf7b4356dc89b23f441b79b2a79a523efdb67bc4a81acaa86243c5")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=(
+   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "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
 }
 


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

2015-02-15 Thread Jerome Leclanche
Date: Sunday, February 15, 2015 @ 15:35:48
  Author: jleclanche
Revision: 127745

lxqt-qtpugin: Add to lxqt group

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-15 13:24:47 UTC (rev 127744)
+++ PKGBUILD2015-02-15 14:35:48 UTC (rev 127745)
@@ -3,9 +3,10 @@
 
 pkgname=lxqt-qtplugin
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
+groups=("lxqt")
 url="http://lxqt.org";
 license=("GPL2")
 depends=("qt5-base")