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

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 14:51:47
  Author: yan12125
Revision: 743147

upgpkg: libqtxdg 3.6.0-1; update URLs

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 14:44:54 UTC (rev 743146)
+++ PKGBUILD2020-11-05 14:51:47 UTC (rev 743147)
@@ -2,11 +2,11 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=libqtxdg
-pkgver=3.5.0
-pkgrel=3
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
 arch=("x86_64")
-url="https://lxqt.org;
+url="https://github.com/lxqt/$pkgname;
 license=("LGPL" "custom")
 depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
 makedepends=("cmake" "lxqt-build-tools")
@@ -13,10 +13,10 @@
 checkdepends=("xorg-server-xvfb")
 provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
 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=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
+sha256sums=('0fefb362eac9120fccd401202f15d092a59fd1aaacfc4b885a33578cdd41cf42'
 'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



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

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 16:57:19
  Author: arojas
Revision: 635141

Qt 5.15 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 16:56:17 UTC (rev 635140)
+++ PKGBUILD2020-05-26 16:57:19 UTC (rev 635141)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="https://lxqt.org;


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

2020-04-24 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, April 24, 2020 @ 19:14:41
  Author: yan12125
Revision: 619520

upgpkg: libqtxdg 3.5.0-1

* Add .so provides
* Use --auto-display to avoid conflicts among different xvfb-run invocations on 
the same server. This option is added in FS#65039.

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-24 19:08:37 UTC (rev 619519)
+++ PKGBUILD2020-04-24 19:14:41 UTC (rev 619520)
@@ -2,8 +2,8 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=libqtxdg
-pkgver=3.4.0
-pkgrel=4
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="https://lxqt.org;
@@ -11,15 +11,17 @@
 depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
 makedepends=("cmake" "lxqt-build-tools")
 checkdepends=("xorg-server-xvfb")
+provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
 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=('7bb5901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+sha256sums=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
 'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

 )
 
 
@@ -35,7 +37,7 @@
 check() {
   cd build
 
-  xvfb-run -d make test
+  xvfb-run --auto-display make test
 }
 
 package() {


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

2020-01-03 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, January 4, 2020 @ 04:02:54
  Author: yan12125
Revision: 54

libqtxdg: make tests pass when another xvfb instance is running

See also FS#65039 for `xvfb-run -d`.

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 00:42:35 UTC (rev 547776)
+++ PKGBUILD2020-01-04 04:02:54 UTC (rev 54)
@@ -35,7 +35,7 @@
 check() {
   cd build
 
-  xvfb-run make test
+  xvfb-run -d make test
 }
 
 package() {


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

2019-10-31 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, October 31, 2019 @ 16:05:51
  Author: yan12125
Revision: 521094

upgpkg: libqtxdg 3.4.0-1

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 14:56:49 UTC (rev 521093)
+++ PKGBUILD2019-10-31 16:05:51 UTC (rev 521094)
@@ -2,8 +2,8 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=libqtxdg
-pkgver=3.3.1
-pkgrel=7
+pkgver=3.4.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="https://lxqt.org;
@@ -15,7 +15,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=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+sha256sums=('7bb5901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
 'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

@@ -28,7 +28,6 @@
   cd build
   cmake "$srcdir/$pkgname-$pkgver" \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTS=ON
   make
 }


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

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

upgpkg: libqtxdg 3.3.1-1

* Tabs -> spaces
* Add myself as a co-maintainer
* Fix `license`. See the commit message of [1] for details
* Use HTTPS in `url`
* Run tests

[1] 
https://github.com/lxqt/libqtxdg/commit/9cc9b0e6f600e9d87484934bd394416b14ab7840#diff-3d350169560e75d0cf9fc8e3574a3639

Modified:
  libqtxdg/trunk/PKGBUILD

--+
 PKGBUILD |   47 +--
 1 file changed, 29 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-25 00:44:51 UTC (rev 435640)
+++ PKGBUILD2019-02-25 07:21:56 UTC (rev 435641)
@@ -1,36 +1,47 @@
 # Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=libqtxdg
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
-url="http://lxqt.org;
-license=("GPL2")
+url="https://lxqt.org;
+license=("LGPL" "custom")
 depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
-makedepends=("cmake")
+makedepends=("cmake" "lxqt-build-tools")
+checkdepends=("xorg-server-xvfb")
 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/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+  
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
 'SKIP')
 validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

 )
 
 
 build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTS=ON
+  make
 }
 
+check() {
+  cd build
+
+  xvfb-run make test
+}
+
 package() {
-   cd build
-   make DESTDIR="$pkgdir" install
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
 }


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:30:27
  Author: felixonmars
Revision: 428457

upgpkg: libqtxdg 3.3.0-1

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:29:40 UTC (rev 428456)
+++ PKGBUILD2019-01-29 21:30:27 UTC (rev 428457)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=3.2.0
-pkgrel=5
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;
@@ -13,10 +13,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=(
-   "949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
-   "SKIP"
-)
+sha256sums=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

2018-05-25 Thread Jerome Leclanche via arch-commits
Date: Friday, May 25, 2018 @ 14:43:22
  Author: jleclanche
Revision: 329354

upgpkg: libqtxdg 3.2.0-2

Rebuild for Qt 5.11

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 13:30:23 UTC (rev 329353)
+++ PKGBUILD2018-05-25 14:43:22 UTC (rev 329354)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;


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

2018-05-24 Thread Jerome Leclanche via arch-commits
Date: Thursday, May 24, 2018 @ 20:28:31
  Author: jleclanche
Revision: 329111

upgpkg: libqtxdg 3.2.0-1

Upstream release 3.2.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-24 20:28:30 UTC (rev 329110)
+++ PKGBUILD2018-05-24 20:28:31 UTC (rev 329111)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=3.1.0
-pkgrel=5
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;
@@ -15,7 +15,7 @@

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


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

2018-02-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 13, 2018 @ 18:00:27
  Author: arojas
Revision: 293879

Qt 5.10.1 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-13 17:59:47 UTC (rev 293878)
+++ PKGBUILD2018-02-13 18:00:27 UTC (rev 293879)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;


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

2017-12-07 Thread Antonio Rojas via arch-commits
Date: Thursday, December 7, 2017 @ 12:14:06
  Author: arojas
Revision: 272976

Qt 5.10 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 12:13:47 UTC (rev 272975)
+++ PKGBUILD2017-12-07 12:14:06 UTC (rev 272976)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:29:21
  Author: arojas
Revision: 268084

Qt 5.9.3 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 18:28:37 UTC (rev 268083)
+++ PKGBUILD2017-11-22 18:29:21 UTC (rev 268084)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;


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

2017-10-21 Thread Jerome Leclanche
Date: Saturday, October 21, 2017 @ 22:08:34
  Author: jleclanche
Revision: 263895

upgpkg: libqtxdg 3.1.0-1

Upstream release 3.1.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-21 22:02:46 UTC (rev 263894)
+++ PKGBUILD2017-10-21 22:08:34 UTC (rev 263895)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=2.0.0
-pkgrel=4
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;
@@ -14,11 +14,13 @@

"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;
 )
-sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
-'SKIP')
+sha256sums=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "SKIP"
+)
 validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

 )
 
 


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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:57:54
  Author: arojas
Revision: 262166

Qt 5.9.2 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-08 20:55:52 UTC (rev 262165)
+++ PKGBUILD2017-10-08 20:57:54 UTC (rev 262166)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;


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

2017-07-01 Thread Felix Yan
Date: Sunday, July 2, 2017 @ 05:19:38
  Author: felixonmars
Revision: 242058

upgpkg: libqtxdg 2.0.0-3

rebuild with qt 5.9.1

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-02 05:16:53 UTC (rev 242057)
+++ PKGBUILD2017-07-02 05:19:38 UTC (rev 242058)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;
@@ -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=(
-   "8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
-   "SKIP"
-)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"
"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"


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

2017-06-02 Thread Felix Yan
Date: Friday, June 2, 2017 @ 09:10:27
  Author: felixonmars
Revision: 232978

upgpkg: libqtxdg 2.0.0-2

Qt 5.9 rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-02 08:55:27 UTC (rev 232977)
+++ PKGBUILD2017-06-02 09:10:27 UTC (rev 232978)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;


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

2016-09-19 Thread Jerome Leclanche
Date: Monday, September 19, 2016 @ 11:30:04
  Author: jleclanche
Revision: 189967

upgpkg: libqtxdg 2.0.0-1

Upstream release 2.0.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 09:22:03 UTC (rev 189966)
+++ PKGBUILD2016-09-19 11:30:04 UTC (rev 189967)
@@ -2,23 +2,26 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=1.3.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
 makedepends=("cmake")
 source=(
-   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://downloads.lxqt.org/$pkgname/$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=(
-   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
 
 
 build() {


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:11:26
  Author: bpiotrowski
Revision: 148941

C++11 ABI rebuild

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:09:20 UTC (rev 148940)
+++ PKGBUILD2015-12-06 17:11:26 UTC (rev 148941)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;


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

2015-11-05 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 03:07:54
  Author: jleclanche
Revision: 146251

upgpkg: libqtxdg 1.3.0-2

Rebuild and use https for sources

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-06 02:06:41 UTC (rev 146250)
+++ PKGBUILD2015-11-06 02:07:54 UTC (rev 146251)
@@ -3,7 +3,7 @@
 
 pkgname=libqtxdg
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;
@@ -11,8 +11,8 @@
 depends=("libsm" "libxkbcommon-x11" "qt5-base")
 makedepends=("cmake")
 source=(
-   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
"850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"


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

2015-10-27 Thread Jerome Leclanche
Date: Tuesday, October 27, 2015 @ 14:39:34
  Author: jleclanche
Revision: 145120

upgpkg: libqtxdg 1.3.0-1

Upstream release 1.3.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 12:28:41 UTC (rev 145119)
+++ PKGBUILD2015-10-27 13:39:34 UTC (rev 145120)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org;
@@ -10,8 +10,15 @@
 license=("GPL2")
 depends=("libsm" "libxkbcommon-x11" "qt5-base")
 makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
+source=(
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
@@ -19,8 +26,7 @@
cd build
cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
+   -DCMAKE_INSTALL_LIBDIR=lib
make
 }
 


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

2015-07-06 Thread Balló György
Date: Monday, July 6, 2015 @ 19:07:19
  Author: bgyorgy
Revision: 136472

upgpkg: libqtxdg 1.2.0-2

Add libsm and libxkbcommon-x11 to dependencies. libqtxdg uses 
Qt5Widgets, which uses the xcb platform plugin, which needs these 
libraries. (FS#44005)

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-06 14:35:20 UTC (rev 136471)
+++ PKGBUILD2015-07-06 17:07:19 UTC (rev 136472)
@@ -3,12 +3,12 @@
 
 pkgname=libqtxdg
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
 arch=(i686 x86_64)
 url=http://lxqt.org;
 license=(GPL2)
-depends=(qt5-base)
+depends=(libsm libxkbcommon-x11 qt5-base)
 makedepends=(cmake)
 source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
 sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)


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

2015-04-17 Thread Jerome Leclanche
Date: Friday, April 17, 2015 @ 12:35:42
  Author: jleclanche
Revision: 131536

Update libqtxdg to 1.2.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-17 10:00:28 UTC (rev 131535)
+++ PKGBUILD2015-04-17 10:35:42 UTC (rev 131536)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche jer...@leclan.ch
 
 pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
 arch=(i686 x86_64)
 url=http://lxqt.org;
@@ -11,7 +11,7 @@
 depends=(qt5-base)
 makedepends=(cmake)
 source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
 
 
 build() {


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

2015-02-09 Thread Jerome Leclanche
Date: Monday, February 9, 2015 @ 16:04:03
  Author: jleclanche
Revision: 127399

Update libqtxdg

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 14:22:23 UTC (rev 127398)
+++ PKGBUILD2015-02-09 15:04:03 UTC (rev 127399)
@@ -3,13 +3,13 @@
 
 pkgname=libqtxdg
 pkgver=1.1.0
-pkgrel=1
-pkgdesc=Library providing freedesktop.org specs implementations for Qt.
-arch=(i686 x86_64 armv6h)
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
 url=http://lxqt.org;
 license=(GPL2)
 depends=(qt5-base)
-makedepends=(git cmake)
+makedepends=(cmake)
 source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
 sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)