Date: Monday, September 14, 2015 @ 22:53:08 Author: arojas Revision: 246053
archrelease: copy trunk to testing-i686, testing-x86_64 Added: libkexiv2/repos/testing-i686/ libkexiv2/repos/testing-i686/PKGBUILD (from rev 246052, libkexiv2/trunk/PKGBUILD) libkexiv2/repos/testing-x86_64/ libkexiv2/repos/testing-x86_64/PKGBUILD (from rev 246052, libkexiv2/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) Copied: libkexiv2/repos/testing-i686/PKGBUILD (from rev 246052, libkexiv2/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-09-14 20:53:08 UTC (rev 246053) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkexiv2 +pkgver=15.08.1 +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=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('7ab70bfdd59f57ce4ce27440de42ee1b27031f15') + +build() { + cd "${srcdir}" + mkdir -p build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: libkexiv2/repos/testing-x86_64/PKGBUILD (from rev 246052, libkexiv2/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-09-14 20:53:08 UTC (rev 246053) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkexiv2 +pkgver=15.08.1 +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=('kdelibs') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('7ab70bfdd59f57ce4ce27440de42ee1b27031f15') + +build() { + cd "${srcdir}" + mkdir -p build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}