[arch-commits] Commit in xdg-desktop-portal-lxqt/repos (2 files)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Mon Apr 18 13:56:33 UTC 2022


    Date: Monday, April 18, 2022 @ 13:56:33
  Author: yan12125
Revision: 1186993

archrelease: copy trunk to community-testing-x86_64

Added:
  xdg-desktop-portal-lxqt/repos/community-testing-x86_64/
  xdg-desktop-portal-lxqt/repos/community-testing-x86_64/PKGBUILD
    (from rev 1186992, xdg-desktop-portal-lxqt/trunk/PKGBUILD)

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

Copied: xdg-desktop-portal-lxqt/repos/community-testing-x86_64/PKGBUILD (from rev 1186992, xdg-desktop-portal-lxqt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-04-18 13:56:33 UTC (rev 1186993)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Modified from extra/xdg-desktop-portal-kde; original contributors:
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=xdg-desktop-portal-lxqt
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt'
+arch=(x86_64)
+url='https://github.com/lxqt/xdg-desktop-portal-lxqt'
+license=(LGPL)
+depends=(qt5-base kwindowsystem xdg-desktop-portal libfm-qt)
+makedepends=(cmake)
+provides=(xdg-desktop-portal-impl)
+source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('1a4d121a028d249e70a64fa371b72533fe94fbaf38b61229e1afb122fa49e2d4'
+            'SKIP')
+validpgpkeys=(
+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list