Date: Sunday, October 22, 2017 @ 02:55:59
  Author: jleclanche
Revision: 263936

archrelease: copy trunk to community-any

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

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

Copied: lxqt-themes/repos/community-any/PKGBUILD (from rev 263935, 
lxqt-themes/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2017-10-22 02:55:59 UTC (rev 263936)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-themes
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="LXQt themes, graphics and icons."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("hicolor-icon-theme")
+makedepends=("lxqt-build-tools")
+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=(
+       "bfc94e8bd3cf0b509d46e0a382b2564b44e82ca4da962d1d4cdd771889d49eb9"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to