Date: Saturday, February 14, 2015 @ 21:29:58
  Author: jleclanche
Revision: 127710

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/
  lxqt-common/repos/community-any/PKGBUILD
    (from rev 127709, lxqt-common/trunk/PKGBUILD)

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

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 127709, 
lxqt-common/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2015-02-14 20:29:58 UTC (rev 127710)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-common
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("bash" "hicolor-icon-theme")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
+
+
+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