[arch-commits] Commit in (liblxqt liblxqt/repos liblxqt/trunk liblxqt/trunk/PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 17:33:10 UTC 2015


    Date: Saturday, February 14, 2015 @ 18:33:09
  Author: jleclanche
Revision: 127694

Upstream release 0.9 (Moved from AUR)

Added:
  liblxqt/
  liblxqt/repos/
  liblxqt/trunk/
  liblxqt/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: liblxqt/trunk/PKGBUILD
===================================================================
--- liblxqt/trunk/PKGBUILD	                        (rev 0)
+++ liblxqt/trunk/PKGBUILD	2015-02-14 17:33:09 UTC (rev 127694)
@@ -0,0 +1,29 @@
+# $
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=liblxqt
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake")
+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
+}


Property changes on: liblxqt/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list