[arch-commits] Commit in (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 23:02:16 UTC 2015
Date: Sunday, February 15, 2015 @ 00:02:16
Author: jleclanche
Revision: 127728
lxqt-session: Upstream release 0.9 (Moved from AUR)
Added:
lxqt-session/
lxqt-session/repos/
lxqt-session/trunk/
lxqt-session/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: lxqt-session/trunk/PKGBUILD
===================================================================
--- lxqt-session/trunk/PKGBUILD (rev 0)
+++ lxqt-session/trunk/PKGBUILD 2015-02-14 23:02:16 UTC (rev 127728)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-session
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt session"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt" "lxqt-common")
+optdepends=("sddm: The recommended LXQt display manager")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("c543ffb938e230c144399b59c99c53ee69fd0b37ff404a02576ce1179a551d06")
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Property changes on: lxqt-session/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list