[arch-commits] Commit in liblxqt/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 17:55:14 UTC 2015
Date: Saturday, February 14, 2015 @ 18:55:14
Author: jleclanche
Revision: 127696
archrelease: copy trunk to community-i686, community-x86_64
Added:
liblxqt/repos/community-i686/
liblxqt/repos/community-i686/PKGBUILD
(from rev 127695, liblxqt/trunk/PKGBUILD)
liblxqt/repos/community-x86_64/
liblxqt/repos/community-x86_64/PKGBUILD
(from rev 127695, liblxqt/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: liblxqt/repos/community-i686/PKGBUILD (from rev 127695, liblxqt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 17:55:14 UTC (rev 127696)
@@ -0,0 +1,29 @@
+# $
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=liblxqt
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
+
+
+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
+}
Copied: liblxqt/repos/community-x86_64/PKGBUILD (from rev 127695, liblxqt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-14 17:55:14 UTC (rev 127696)
@@ -0,0 +1,29 @@
+# $
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=liblxqt
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
+
+
+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
+}
More information about the arch-commits
mailing list