Date: Saturday, December 3, 2016 @ 00:11:16 Author: arojas Revision: 282547
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: libkexiv2/repos/kde-unstable-i686/PKGBUILD (from rev 282546, libkexiv2/kde-unstable/PKGBUILD) libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 282546, libkexiv2/kde-unstable/PKGBUILD) Deleted: libkexiv2/repos/kde-unstable-i686/PKGBUILD libkexiv2/repos/kde-unstable-x86_64/PKGBUILD ------------------------------+ /PKGBUILD | 74 +++++++++++++++++++++++++++++++++++++++++ kde-unstable-i686/PKGBUILD | 37 -------------------- kde-unstable-x86_64/PKGBUILD | 37 -------------------- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2016-12-03 00:11:04 UTC (rev 282546) +++ kde-unstable-i686/PKGBUILD 2016-12-03 00:11:16 UTC (rev 282547) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=libkexiv2 -pkgver=16.11.80 -pkgrel=1 -pkgdesc="A library to manipulate pictures metadata" -url="https://www.kde.org/applications/graphics/" -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"{,.sig}) -sha1sums=('3deafc2282099948325039f6383e00b5390037e8' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: libkexiv2/repos/kde-unstable-i686/PKGBUILD (from rev 282546, libkexiv2/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-12-03 00:11:16 UTC (rev 282547) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkexiv2 +pkgver=16.11.90 +pkgrel=1 +pkgdesc="A library to manipulate pictures metadata" +url="https://www.kde.org/applications/graphics/" +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"{,.sig}) +sha1sums=('5d471f659aecc23e4a2ecef7890f9c7ddf0003d3' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2016-12-03 00:11:04 UTC (rev 282546) +++ kde-unstable-x86_64/PKGBUILD 2016-12-03 00:11:16 UTC (rev 282547) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=libkexiv2 -pkgver=16.11.80 -pkgrel=1 -pkgdesc="A library to manipulate pictures metadata" -url="https://www.kde.org/applications/graphics/" -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"{,.sig}) -sha1sums=('3deafc2282099948325039f6383e00b5390037e8' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 282546, libkexiv2/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-12-03 00:11:16 UTC (rev 282547) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkexiv2 +pkgver=16.11.90 +pkgrel=1 +pkgdesc="A library to manipulate pictures metadata" +url="https://www.kde.org/applications/graphics/" +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"{,.sig}) +sha1sums=('5d471f659aecc23e4a2ecef7890f9c7ddf0003d3' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}