[arch-commits] Commit in libqtxdg/repos (community-x86_64 community-x86_64/PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Mon Feb 9 12:22:32 UTC 2015


    Date: Monday, February 9, 2015 @ 13:22:32
  Author: jleclanche
Revision: 127386

archrelease: copy trunk to community-x86_64

Added:
  libqtxdg/repos/community-x86_64/
  libqtxdg/repos/community-x86_64/PKGBUILD
    (from rev 127385, libqtxdg/trunk/PKGBUILD)

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

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 127385, libqtxdg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-09 12:22:32 UTC (rev 127386)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=libqtxdg
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org specs implementations for Qt."
+arch=("i686" "x86_64" "armv6h")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("git" "cmake")
+source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib \
+		-DUSE_QT5=true
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list