Date: Sunday, May 8, 2022 @ 12:05:05
  Author: yan12125
Revision: 1196255

archrelease: copy trunk to community-x86_64

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

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

Copied: qtxdg-tools/repos/community-x86_64/PKGBUILD (from rev 1196254, 
qtxdg-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2022-05-08 12:05:05 UTC (rev 1196255)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=qtxdg-tools
+pkgver=3.9.1
+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=('99d9cb63075e4c7e0b9f09035394ab1dc6caef9d714dcc88022f9cddc82ec362'
+            '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