[arch-commits] Commit in (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 22:40:44 UTC 2015
Date: Saturday, February 14, 2015 @ 23:40:44
Author: jleclanche
Revision: 127722
lxqt-runner: Upstream release 0.9 (Moved from AUR)
Added:
lxqt-runner/
lxqt-runner/repos/
lxqt-runner/trunk/
lxqt-runner/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: lxqt-runner/trunk/PKGBUILD
===================================================================
--- lxqt-runner/trunk/PKGBUILD (rev 0)
+++ lxqt-runner/trunk/PKGBUILD 2015-02-14 22:40:44 UTC (rev 127722)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-runner
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
+
+
+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-runner/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list