Date: Monday, February 9, 2015 @ 12:42:20 Author: jleclanche Revision: 127382
Added new libqtxdg package from AUR Added: libqtxdg/ libqtxdg/repos/ libqtxdg/trunk/ libqtxdg/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: libqtxdg/trunk/PKGBUILD =================================================================== --- libqtxdg/trunk/PKGBUILD (rev 0) +++ libqtxdg/trunk/PKGBUILD 2015-02-09 11:42:20 UTC (rev 127382) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jerome Leclanche <[email protected]> + +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 +} Property changes on: libqtxdg/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
