[arch-commits] Commit in (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 20:29:34 UTC 2015


    Date: Saturday, February 14, 2015 @ 21:29:33
  Author: jleclanche
Revision: 127709

lxqt-common: Upstream release 0.9.1 (Moved from AUR)

Added:
  lxqt-common/
  lxqt-common/repos/
  lxqt-common/trunk/
  lxqt-common/trunk/PKGBUILD

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

Added: lxqt-common/trunk/PKGBUILD
===================================================================
--- lxqt-common/trunk/PKGBUILD	                        (rev 0)
+++ lxqt-common/trunk/PKGBUILD	2015-02-14 20:29:33 UTC (rev 127709)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at 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
+}


Property changes on: lxqt-common/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list