[arch-commits] Commit in libqtxdg/repos (3 files)

2020-11-19 Thread Antonio Rojas via arch-commits
Date: Thursday, November 19, 2020 @ 21:01:44
  Author: arojas
Revision: 757771

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 757770, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 757770, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   48 
 rebuild.list |1 +
 2 files changed, 49 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 757770, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-19 21:01:44 UTC (rev 757771)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL" "custom")
+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/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+  
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('0fefb362eac9120fccd401202f15d092a59fd1aaacfc4b885a33578cdd41cf42'
+'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 \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run --auto-display make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 757770, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-11-19 21:01:44 UTC (rev 
757771)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2020-11-05 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, November 5, 2020 @ 14:52:01
  Author: yan12125
Revision: 743148

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 743147, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 743147, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   48 
 rebuild.list |1 +
 2 files changed, 49 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 743147, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-05 14:52:01 UTC (rev 743148)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL" "custom")
+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/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+  
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=('0fefb362eac9120fccd401202f15d092a59fd1aaacfc4b885a33578cdd41cf42'
+'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 \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run --auto-display make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 743147, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-11-05 14:52:01 UTC (rev 
743148)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2020-09-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 9, 2020 @ 11:22:53
  Author: arojas
Revision: 701587

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 701586, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 701586, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   48 
 rebuild.list |1 +
 2 files changed, 49 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 701586, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-09 11:22:53 UTC (rev 701587)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.5.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+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=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
+'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 \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run --auto-display make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 701586, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-09-09 11:22:53 UTC (rev 
701587)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 19:00:18
  Author: arojas
Revision: 635175

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 635174, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 635174, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   48 
 rebuild.list |1 +
 2 files changed, 49 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 635174, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-26 19:00:18 UTC (rev 635175)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.5.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+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=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
+'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 \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run --auto-display make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 635174, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-05-26 19:00:18 UTC (rev 
635175)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 619520, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 619520, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   48 
 rebuild.list |1 +
 2 files changed, 49 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 619520, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-24 19:14:54 UTC (rev 619521)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+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=('41a99b36302f5391321ed1469a05dcba9033778fb27afca03ce320fa6ee4553c'
+'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 \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run --auto-display make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 619520, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-04-24 19:14:54 UTC (rev 
619521)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2020-03-31 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 31, 2020 @ 10:53:51
  Author: arojas
Revision: 607977

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 607976, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 607976, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   46 ++
 rebuild.list |1 +
 2 files changed, 47 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 607976, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-31 10:53:51 UTC (rev 607977)
@@ -0,0 +1,46 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.4.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('7bb5901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run -d make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 607976, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-03-31 10:53:51 UTC (rev 
607977)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2020-01-27 Thread Antonio Rojas via arch-commits
Date: Monday, January 27, 2020 @ 10:33:59
  Author: arojas
Revision: 555881

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 555880, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 555880, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   46 ++
 rebuild.list |1 +
 2 files changed, 47 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 555880, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-27 10:33:59 UTC (rev 555881)
@@ -0,0 +1,46 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('7bb5901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run -d make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 555880, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2020-01-27 10:33:59 UTC (rev 
555881)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 12:56:05
  Author: arojas
Revision: 537377

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 537376, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 537376, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   46 ++
 rebuild.list |1 +
 2 files changed, 47 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 537376, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-12 12:56:05 UTC (rev 537377)
@@ -0,0 +1,46 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('7bb5901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run make test
+}
+
+package() {
+  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
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 537376, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-12-12 12:56:05 UTC (rev 
537377)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-10-31 Thread Antonio Rojas via arch-commits
Date: Thursday, October 31, 2019 @ 09:50:04
  Author: arojas
Revision: 521060

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 521059, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 521059, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 521059, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-31 09:50:04 UTC (rev 521060)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=7
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 521059, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-10-31 09:50:04 UTC (rev 
521060)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 10:18:21
  Author: arojas
Revision: 508173

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 508172, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 508172, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 508172, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-05 10:18:21 UTC (rev 508173)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=6
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 508172, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-09-05 10:18:21 UTC (rev 
508173)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-06-19 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 19, 2019 @ 12:41:09
  Author: arojas
Revision: 482354

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 482353, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 482353, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 482353, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-19 12:41:09 UTC (rev 482354)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=5
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 482353, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-06-19 12:41:09 UTC (rev 
482354)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-06-14 Thread Antonio Rojas via arch-commits
Date: Friday, June 14, 2019 @ 13:52:07
  Author: arojas
Revision: 481445

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 481444, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 481444, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 481444, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-14 13:52:07 UTC (rev 481445)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 481444, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-06-14 13:52:07 UTC (rev 
481445)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:55:39
  Author: arojas
Revision: 452350

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 452349, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 452349, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 452349, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-20 19:55:39 UTC (rev 452350)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 452349, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-04-20 19:55:39 UTC (rev 
452350)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:53:55
  Author: arojas
Revision: 441011

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 441010, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 441010, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 441010, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-14 13:53:55 UTC (rev 441011)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 441010, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-03-14 13:53:55 UTC (rev 
441011)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

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

archrelease: copy trunk to community-testing-x86_64

Added:
  libqtxdg/repos/community-testing-x86_64/
  libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 435641, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-testing-x86_64/rebuild.list
(from rev 435641, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   47 +++
 rebuild.list |1 +
 2 files changed, 48 insertions(+)

Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 435641, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-02-25 07:22:15 UTC (rev 435642)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+# Co-Maintainer: Chih-Hsuan Yen 
+
+pkgname=libqtxdg
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org;
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+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;
+)
+sha256sums=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
+'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+  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
+  install -Dm644 
"$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+-t "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: libqtxdg/repos/community-testing-x86_64/rebuild.list (from rev 435641, 
libqtxdg/trunk/rebuild.list)
===
--- community-testing-x86_64/rebuild.list   (rev 0)
+++ community-testing-x86_64/rebuild.list   2019-02-25 07:22:15 UTC (rev 
435642)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2019-02-01 Thread Antonio Rojas via arch-commits
Date: Friday, February 1, 2019 @ 23:29:00
  Author: arojas
Revision: 429143

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 429142, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 429142, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   36 
 rebuild.list |1 +
 2 files changed, 37 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 429142, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-01 23:29:00 UTC (rev 429143)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+'SKIP')
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 429142, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2019-02-01 23:29:00 UTC (rev 
429143)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

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

archrelease: copy trunk to community-testing-x86_64

Added:
  libqtxdg/repos/community-testing-x86_64/
  libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 428457, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-testing-x86_64/rebuild.list
(from rev 428457, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   36 
 rebuild.list |1 +
 2 files changed, 37 insertions(+)

Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 428457, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-29 21:30:43 UTC (rev 428458)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+'SKIP')
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-testing-x86_64/rebuild.list (from rev 428457, 
libqtxdg/trunk/rebuild.list)
===
--- community-testing-x86_64/rebuild.list   (rev 0)
+++ community-testing-x86_64/rebuild.list   2019-01-29 21:30:43 UTC (rev 
428458)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:33:11
  Author: arojas
Revision: 411538

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 411537, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 411537, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   38 ++
 rebuild.list |1 +
 2 files changed, 39 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 411537, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:33:11 UTC (rev 411538)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.2.0
+pkgrel=5
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 411537, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2018-12-05 16:33:11 UTC (rev 
411538)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2018-09-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 18, 2018 @ 20:25:12
  Author: arojas
Revision: 383300

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 383299, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 383299, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   38 ++
 rebuild.list |1 +
 2 files changed, 39 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 383299, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 20:25:12 UTC (rev 383300)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.2.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 383299, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2018-09-18 20:25:12 UTC (rev 
383300)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2018-06-18 Thread Antonio Rojas via arch-commits
Date: Monday, June 18, 2018 @ 22:27:02
  Author: arojas
Revision: 344033

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 344032, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 344032, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   39 +++
 rebuild.list |1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 344032, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-18 22:27:02 UTC (rev 344033)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.2.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 344032, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2018-06-18 22:27:02 UTC (rev 
344033)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

2018-05-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 22, 2018 @ 12:21:14
  Author: arojas
Revision: 327569

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 327568, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 327568, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   39 +++
 rebuild.list |1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 327568, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-22 12:21:14 UTC (rev 327569)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=5
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 327568, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2018-05-22 12:21:14 UTC (rev 
327569)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 293879, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 293879, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   39 +++
 rebuild.list |1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 293879, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-13 18:00:46 UTC (rev 293880)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 293879, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2018-02-13 18:00:46 UTC (rev 
293880)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 272977, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 272977, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   39 +++
 rebuild.list |1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 272977, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-07 12:14:48 UTC (rev 272978)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 272977, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2017-12-07 12:14:48 UTC (rev 
272978)
@@ -0,0 +1 @@
+deepin-qt5integration


[arch-commits] Commit in libqtxdg/repos (3 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  libqtxdg/repos/community-staging-x86_64/
  libqtxdg/repos/community-staging-x86_64/PKGBUILD
(from rev 268084, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-staging-x86_64/rebuild.list
(from rev 268084, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   39 +++
 rebuild.list |1 +
 2 files changed, 40 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 268084, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:29:45 UTC (rev 268085)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "SKIP"
+)
+validpgpkeys=(
+   "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
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libqtxdg/repos/community-staging-x86_64/rebuild.list (from rev 268084, 
libqtxdg/trunk/rebuild.list)
===
--- community-staging-x86_64/rebuild.list   (rev 0)
+++ community-staging-x86_64/rebuild.list   2017-11-22 18:29:45 UTC (rev 
268085)
@@ -0,0 +1 @@
+deepin-qt5integration