[arch-commits] Commit in libkipi/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 07:55:28 UTC 2017
Date: Thursday, April 20, 2017 @ 07:55:27
Author: arojas
Revision: 293310
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
libkipi/repos/kde-unstable-i686/
libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 293309, libkipi/trunk/PKGBUILD)
libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293309, libkipi/trunk/PKGBUILD)
Deleted:
libkipi/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 37 -------------------------------------
3 files changed, 74 insertions(+), 37 deletions(-)
Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 293309, libkipi/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 07:55:27 UTC (rev 293310)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkipi
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('caa8b5fa249920f82254fbce7c17c97babaed60080e168c3ad58fa436b4bef7b'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-04-20 07:55:08 UTC (rev 293309)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 07:55:27 UTC (rev 293310)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkipi
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://www.kde.org/applications/graphics/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4812ab717081c63da8375c7073f5e8bc683991e8a884e93bca011cd19ed64720'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DKDE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 293309, libkipi/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 07:55:27 UTC (rev 293310)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkipi
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('caa8b5fa249920f82254fbce7c17c97babaed60080e168c3ad58fa436b4bef7b'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list