Date: Thursday, November 19, 2015 @ 21:36:01 Author: arojas Revision: 251264
archrelease: copy kde-unstable to staging-i686, staging-x86_64 Added: libkexiv2/repos/staging-i686/ libkexiv2/repos/staging-i686/PKGBUILD (from rev 251263, libkexiv2/kde-unstable/PKGBUILD) libkexiv2/repos/staging-x86_64/ libkexiv2/repos/staging-x86_64/PKGBUILD (from rev 251263, libkexiv2/kde-unstable/PKGBUILD) -------------------------+ staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) Copied: libkexiv2/repos/staging-i686/PKGBUILD (from rev 251263, libkexiv2/kde-unstable/PKGBUILD) =================================================================== --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-11-19 20:36:01 UTC (rev 251264) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkexiv2 +pkgver=15.11.80 +pkgrel=1 +pkgdesc="A library to manipulate pictures metadata" +url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" +arch=(i686 x86_64) +license=(GPL LGPL FDL) +depends=(qt5-base exiv2) +makedepends=(extra-cmake-modules) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +sha1sums=('cceee174f31cbdac4174e4f59dd6377bae4bdf07') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: libkexiv2/repos/staging-x86_64/PKGBUILD (from rev 251263, libkexiv2/kde-unstable/PKGBUILD) =================================================================== --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2015-11-19 20:36:01 UTC (rev 251264) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkexiv2 +pkgver=15.11.80 +pkgrel=1 +pkgdesc="A library to manipulate pictures metadata" +url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" +arch=(i686 x86_64) +license=(GPL LGPL FDL) +depends=(qt5-base exiv2) +makedepends=(extra-cmake-modules) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +sha1sums=('cceee174f31cbdac4174e4f59dd6377bae4bdf07') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}