Date: Wednesday, January 30, 2019 @ 11:06:24
  Author: felixonmars
Revision: 428556

archrelease: copy trunk to community-testing-any

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

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

Copied: lxqt-themes/repos/community-testing-any/PKGBUILD (from rev 428555, 
lxqt-themes/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2019-01-30 11:06:24 UTC (rev 428556)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=lxqt-themes
+pkgver=0.14.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")
+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=('2a96941812d64a8d7e345f776fd582ed81eaa1b951899bdf86847c706fdbfa5c'
+            '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