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