[arch-commits] Commit in lxqt-archiver/repos (2 files)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Sat Apr 16 14:54:55 UTC 2022
Date: Saturday, April 16, 2022 @ 14:54:54
Author: yan12125
Revision: 1186688
archrelease: copy trunk to community-testing-x86_64
Added:
lxqt-archiver/repos/community-testing-x86_64/
lxqt-archiver/repos/community-testing-x86_64/PKGBUILD
(from rev 1186687, lxqt-archiver/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: lxqt-archiver/repos/community-testing-x86_64/PKGBUILD (from rev 1186687, lxqt-archiver/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2022-04-16 14:54:54 UTC (rev 1186688)
@@ -0,0 +1,36 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-archiver
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname"
+license=("GPL2")
+depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
+makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
+optdepends=(
+ 'libarchive: for handling rpm files'
+)
+source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('80f11715452438eae8dde8e37169e082b3ff8e484c5d71449c025277f3c9bdb3'
+ 'SKIP')
+validpgpkeys=(
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib
+
+ make -C build
+}
+
+package() {
+ cd build
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list