Date: Saturday, April 25, 2020 @ 02:59:46
  Author: yan12125
Revision: 619748

archrelease: copy trunk to community-staging-any

Added:
  lxqt-themes/repos/community-staging-any/
  lxqt-themes/repos/community-staging-any/PKGBUILD
    (from rev 619747, lxqt-themes/trunk/PKGBUILD)

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

Copied: lxqt-themes/repos/community-staging-any/PKGBUILD (from rev 619747, 
lxqt-themes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2020-04-25 02:59:46 UTC (rev 619748)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-themes
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="LXQt themes, graphics and icons."
+arch=("any")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("LGPL2.1")
+depends=("hicolor-icon-theme")
+makedepends=("lxqt-build-tools")
+replaces=("lxqt-common")
+source=(
+       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to