[arch-commits] Commit in lxqt-config/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 20:16:11 UTC 2015
Date: Saturday, February 14, 2015 @ 21:16:11
Author: jleclanche
Revision: 127708
archrelease: copy trunk to community-i686, community-x86_64
Added:
lxqt-config/repos/community-i686/
lxqt-config/repos/community-i686/PKGBUILD
(from rev 127707, lxqt-config/trunk/PKGBUILD)
lxqt-config/repos/community-x86_64/
lxqt-config/repos/community-x86_64/PKGBUILD
(from rev 127707, lxqt-config/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 127707, lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 20:16:11 UTC (rev 127708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-config
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt" "libxcursor")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913")
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: lxqt-config/repos/community-x86_64/PKGBUILD (from rev 127707, lxqt-config/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-14 20:16:11 UTC (rev 127708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-config
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt" "libxcursor")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913")
+
+
+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