Date: Saturday, May 14, 2022 @ 16:51:10
  Author: arojas
Revision: 1205394

archrelease: copy trunk to community-staging-x86_64

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

--------------+
 PKGBUILD     |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 rebuild.list |    1 +
 2 files changed, 52 insertions(+)

Copied: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 1205393, 
libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-14 16:51:10 UTC (rev 1205394)
@@ -0,0 +1,51 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Co-Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=libqtxdg
+pkgver=3.9.1
+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")
+optdepends=(
+  'xterm: the default terminal for running .desktop files'
+)
+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=('d1ed8db58227d6423263fc3ab3c1e8e7d6e47eac01ea09047651ce95ca8604ce'
+            'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+
+
+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 1205393, 
libqtxdg/trunk/rebuild.list)
===================================================================
--- community-staging-x86_64/rebuild.list                               (rev 0)
+++ community-staging-x86_64/rebuild.list       2022-05-14 16:51:10 UTC (rev 
1205394)
@@ -0,0 +1 @@
+deepin-qt5integration

Reply via email to