[arch-commits] Commit in (4 files)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun May 8 12:04:03 UTC 2022


    Date: Sunday, May 8, 2022 @ 12:04:03
  Author: yan12125
Revision: 1196252

qtxdg-tools: a new package, split out of libqtxdg

Added:
  qtxdg-tools/
  qtxdg-tools/repos/
  qtxdg-tools/trunk/
  qtxdg-tools/trunk/PKGBUILD

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

Added: qtxdg-tools/trunk/PKGBUILD
===================================================================
--- qtxdg-tools/trunk/PKGBUILD	                        (rev 0)
+++ qtxdg-tools/trunk/PKGBUILD	2022-05-08 12:04:03 UTC (rev 1196252)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+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 <tsujan2000 at gmail.com>
+)
+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
+}



More information about the arch-commits mailing list