[arch-commits] Commit in lxqt-themes/repos (2 files)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Sat Nov 6 08:02:07 UTC 2021
Date: Saturday, November 6, 2021 @ 08:02:07
Author: yan12125
Revision: 1037436
archrelease: copy trunk to community-testing-any
Added:
lxqt-themes/repos/community-testing-any/
lxqt-themes/repos/community-testing-any/PKGBUILD
(from rev 1037435, lxqt-themes/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: lxqt-themes/repos/community-testing-any/PKGBUILD (from rev 1037435, lxqt-themes/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2021-11-06 08:02:07 UTC (rev 1037436)
@@ -0,0 +1,39 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-themes
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="LXQt themes, graphics and icons."
+arch=("any")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL2.1")
+depends=("hicolor-icon-theme")
+makedepends=("lxqt-build-tools")
+replaces=("lxqt-common")
+source=(
+ "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('e3a6c96311bbf471ce0af72953b2f34ecf15461ab5e57a6f5b924de41758562b'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list