[arch-commits] Commit in (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 19:16:02 UTC 2015
Date: Saturday, February 14, 2015 @ 20:16:02
Author: jleclanche
Revision: 127701
lxqt-globalkeys: Upstream release 0.9 (Moved from AUR)
Added:
lxqt-globalkeys/
lxqt-globalkeys/repos/
lxqt-globalkeys/trunk/
lxqt-globalkeys/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: lxqt-globalkeys/trunk/PKGBUILD
===================================================================
--- lxqt-globalkeys/trunk/PKGBUILD (rev 0)
+++ lxqt-globalkeys/trunk/PKGBUILD 2015-02-14 19:16:02 UTC (rev 127701)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-globalkeys
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12")
+
+
+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
+}
Property changes on: lxqt-globalkeys/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list