[arch-commits] Commit in lxqt-qtplugin/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sun Feb 15 14:38:57 UTC 2015
Date: Sunday, February 15, 2015 @ 15:38:57
Author: jleclanche
Revision: 127746
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-qtplugin/repos/community-i686/
lxqt-qtplugin/repos/community-i686/PKGBUILD
(from rev 127745, lxqt-qtplugin/trunk/PKGBUILD)
lxqt-qtplugin/repos/community-x86_64/
lxqt-qtplugin/repos/community-x86_64/PKGBUILD
(from rev 127745, lxqt-qtplugin/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: lxqt-qtplugin/repos/community-i686/PKGBUILD (from rev 127745, lxqt-qtplugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-15 14:38:57 UTC (rev 127746)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-qtplugin
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+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
+}
Copied: lxqt-qtplugin/repos/community-x86_64/PKGBUILD (from rev 127745, lxqt-qtplugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-15 14:38:57 UTC (rev 127746)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-qtplugin
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+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
+}
More information about the arch-commits
mailing list