Date: Sunday, April 16, 2023 @ 13:06:26
  Author: yan12125
Revision: 1446504

archrelease: copy trunk to community-testing-x86_64

Added:
  qtxdg-tools/repos/community-testing-x86_64/
  qtxdg-tools/repos/community-testing-x86_64/PKGBUILD
    (from rev 1446503, qtxdg-tools/trunk/PKGBUILD)
  qtxdg-tools/repos/community-testing-x86_64/keys/

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

Copied: qtxdg-tools/repos/community-testing-x86_64/PKGBUILD (from rev 1446503, 
qtxdg-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2023-04-16 13:06:26 UTC (rev 1446504)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=qtxdg-tools
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="libqtxdg user tools"
+arch=("x86_64")
+url="https://github.com/lxqt/qtxdg-tools";
+license=("LGPL2.1")
+depends=("qt5-base" "libqtxdg")
+makedepends=("cmake" "qt5-tools" "lxqt-build-tools")
+source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('29af0335e12e28a402c8e97bb0bee2da23f7ebec8b252453f1d2050a93736e15'
+            'SKIP')
+validpgpkeys=(
+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+conflicts=('libqtxdg<3.9.1')
+
+build() {
+  cmake -B build -S "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to