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 <jer...@leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12...@gmail.com>
+
+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=('7bb5bbbb901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+            'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
+
+
+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

Reply via email to