[arch-commits] Commit in libkipi/repos (6 files)

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 18:22:36
  Author: fyan
Revision: 266539

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libkipi/repos/extra-i686/PKGBUILD
(from rev 266538, libkipi/trunk/PKGBUILD)
  libkipi/repos/extra-x86_64/PKGBUILD
(from rev 266538, libkipi/trunk/PKGBUILD)
Deleted:
  libkipi/repos/extra-i686/PKGBUILD
  libkipi/repos/extra-i686/libkipi.install
  libkipi/repos/extra-x86_64/PKGBUILD
  libkipi/repos/extra-x86_64/libkipi.install

--+
 /PKGBUILD|   72 +
 extra-i686/PKGBUILD  |   37 -
 extra-i686/libkipi.install   |   11 --
 extra-x86_64/PKGBUILD|   37 -
 extra-x86_64/libkipi.install |   11 --
 5 files changed, 72 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 16:21:48 UTC (rev 266538)
+++ extra-i686/PKGBUILD 2016-04-28 16:22:36 UTC (rev 266539)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('824bde7e722ee08feb6103d5c479c4c3fee3c932')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkipi/repos/extra-i686/PKGBUILD (from rev 266538, 
libkipi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 16:22:36 UTC (rev 266539)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=16.04.0
+pkgrel=2
+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=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('824bde7e722ee08feb6103d5c479c4c3fee3c932')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libkipi.install
===
--- extra-i686/libkipi.install  2016-04-28 16:21:48 UTC (rev 266538)
+++ extra-i686/libkipi.install  2016-04-28 16:22:36 UTC (rev 266539)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 16:21:48 UTC (rev 266538)
+++ extra-x86_64/PKGBUILD   2016-04-28 16:22:36 UTC (rev 266539)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('824bde7e722ee08feb6103d5c479c4c3fee3c932')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: 

[arch-commits] Commit in libkipi/repos (6 files)

2016-03-26 Thread Antonio Rojas
Date: Saturday, March 26, 2016 @ 23:35:32
  Author: arojas
Revision: 262608

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 262607, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 262607, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 262607, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 262607, libkipi/kde-unstable/libkipi.install)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 262607, 
libkipi/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 22:35:32 UTC (rev 262608)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('8769d57fa7456f7b85c29263a01df32e9ca90c10')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 262607, 
libkipi/kde-unstable/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2016-03-26 22:35:32 UTC (rev 262608)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 262607, 
libkipi/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 22:35:32 UTC (rev 262608)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('8769d57fa7456f7b85c29263a01df32e9ca90c10')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 262607, 
libkipi/kde-unstable/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2016-03-26 22:35:32 UTC (rev 262608)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2016-02-15 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 08:58:02
  Author: arojas
Revision: 259379

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 259378, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 259378, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 259378, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 259378, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 259378, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('abcd26f841bc9024616fdac4c8d45a150bc8431a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 259378, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 259378, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('abcd26f841bc9024616fdac4c8d45a150bc8431a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 259378, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2016-02-16 07:58:02 UTC (rev 259379)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 21:36:31
  Author: arojas
Revision: 251266

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 251265, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 251265, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 251265, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 251265, libkipi/kde-unstable/libkipi.install)

+
 staging-i686/PKGBUILD  |   37 +
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   37 +
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 96 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 251265, 
libkipi/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 20:36:31 UTC (rev 251266)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3733d55668463558490b6b7b3d878a5394272fc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 251265, 
libkipi/kde-unstable/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2015-11-19 20:36:31 UTC (rev 251266)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 251265, 
libkipi/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 20:36:31 UTC (rev 251266)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3733d55668463558490b6b7b3d878a5394272fc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 251265, 
libkipi/kde-unstable/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2015-11-19 20:36:31 UTC (rev 251266)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 22:55:11
  Author: arojas
Revision: 246059

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 246058, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 246058, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 246058, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 246058, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 246058, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 20:55:11 UTC (rev 246059)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5fcfb6a3568630b44d781f3ec75d798e778856ba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 246058, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2015-09-14 20:55:11 UTC (rev 246059)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 246058, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 20:55:11 UTC (rev 246059)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5fcfb6a3568630b44d781f3ec75d798e778856ba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 246058, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2015-09-14 20:55:11 UTC (rev 246059)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:18:33
  Author: arojas
Revision: 242645

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 242644, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 242644, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242644, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 242644, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   36 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   36 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 242644, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('01c3e32e015b8c365da9b05c4b69f7fcda6ac2fd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 242644, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 242644, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('01c3e32e015b8c365da9b05c4b69f7fcda6ac2fd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 242644, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 10:52:48
  Author: arojas
Revision: 233628

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 233627, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 233627, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233627, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 233627, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   36 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   36 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 233627, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 09:52:48 UTC (rev 233628)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b60cd607ae20883e300965b5d6001a5278332212')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 233627, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2015-03-14 09:52:48 UTC (rev 233628)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 233627, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 09:52:48 UTC (rev 233628)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b60cd607ae20883e300965b5d6001a5278332212')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 233627, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2015-03-14 09:52:48 UTC (rev 233628)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 11:09:40
  Author: fyan
Revision: 232555

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 232554, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 232554, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 232554, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 232554, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 232554, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 10:09:40 UTC (rev 232555)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=14.12.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b6128b58dfeb6ec58a921069667e09cce35687ab')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 232554, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2015-03-04 10:09:40 UTC (rev 232555)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 232554, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 10:09:40 UTC (rev 232555)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=14.12.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b6128b58dfeb6ec58a921069667e09cce35687ab')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 232554, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2015-03-04 10:09:40 UTC (rev 232555)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 05:22:53
  Author: fyan
Revision: 230445

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 230444, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 230444, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 230444, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 230444, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 230444, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 04:22:53 UTC (rev 230445)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ace7c92676a3c8d5ba278341aa11f5ef4f2d5bbb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 230444, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2015-02-04 04:22:53 UTC (rev 230445)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 230444, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 04:22:53 UTC (rev 230445)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ace7c92676a3c8d5ba278341aa11f5ef4f2d5bbb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 230444, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2015-02-04 04:22:53 UTC (rev 230445)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Thursday, January 15, 2015 @ 13:49:41
  Author: fyan
Revision: 229057

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 229056, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 229056, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 229056, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 229056, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 229056, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-15 12:49:41 UTC (rev 229057)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('940f796c4d69db0d68756450fbb577295287e8f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 229056, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2015-01-15 12:49:41 UTC (rev 229057)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 229056, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-15 12:49:41 UTC (rev 229057)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('940f796c4d69db0d68756450fbb577295287e8f0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 229056, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2015-01-15 12:49:41 UTC (rev 229057)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:09:30
  Author: fyan
Revision: 226445

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 226444, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 226444, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 226444, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 226444, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 226444, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 17:09:30 UTC (rev 226445)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bb9eb81d5843736e1736a442e9e8422abcabc4db')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 226444, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-11-19 17:09:30 UTC (rev 226445)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 226444, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 17:09:30 UTC (rev 226445)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bb9eb81d5843736e1736a442e9e8422abcabc4db')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 226444, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-11-19 17:09:30 UTC (rev 226445)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in libkipi/repos (6 files)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:10:18
  Author: svenstaro
Revision: 20

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 19, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 19, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 19, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 19, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 19, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('596b7e3b1587c81297cd2e2657e2e075c50a93fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 19, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 19, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('596b7e3b1587c81297cd2e2657e2e075c50a93fb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 19, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-09-20 16:10:18 UTC (rev 20)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:03:11
  Author: svenstaro
Revision: 219833

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 219832, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 219832, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 219832, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 219832, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 219832, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:03:11 UTC (rev 219833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5dd0aa48deb772ba19e5f8c895d21efefdeecb12')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 219832, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-08-16 20:03:11 UTC (rev 219833)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 219832, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:03:11 UTC (rev 219833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.14.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5dd0aa48deb772ba19e5f8c895d21efefdeecb12')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 219832, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-08-16 20:03:11 UTC (rev 219833)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:51:52
  Author: svenstaro
Revision: 217885

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 217884, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 217884, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217884, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 217884, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   35 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   35 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 217884, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a028b774da2b32433b7260cf80b571e3a6b8b22f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 217884, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 217884, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a028b774da2b32433b7260cf80b571e3a6b8b22f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 217884, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2014-07-25 14:51:52 UTC (rev 217885)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:05:04
  Author: svenstaro
Revision: 214452

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 214451, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 214451, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 214451, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 214451, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 214451, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:05:04 UTC (rev 214452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b9767ba2fdf41e36288923fd3477c8e268e2fc49')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 214451, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-06-09 03:05:04 UTC (rev 214452)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 214451, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:05:04 UTC (rev 214452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b9767ba2fdf41e36288923fd3477c8e268e2fc49')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 214451, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-06-09 03:05:04 UTC (rev 214452)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:53:56
  Author: svenstaro
Revision: 212477

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 212476, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 212476, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 212476, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 212476, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 212476, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 19:53:56 UTC (rev 212477)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9e6b69cc4895319fc52fa07a2e5e3412f69bed13')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 212476, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-05-14 19:53:56 UTC (rev 212477)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 212476, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 19:53:56 UTC (rev 212477)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9e6b69cc4895319fc52fa07a2e5e3412f69bed13')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 212476, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-05-14 19:53:56 UTC (rev 212477)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 15:57:36
  Author: andrea
Revision: 210653

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 210652, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 210652, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 210652, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 210652, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 210652, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 13:57:36 UTC (rev 210653)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f772a8fc8b098ed9bdf44c3d4c3fdc50d4f5c1d1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 210652, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-04-16 13:57:36 UTC (rev 210653)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 210652, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 13:57:36 UTC (rev 210653)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.13.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f772a8fc8b098ed9bdf44c3d4c3fdc50d4f5c1d1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 210652, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-04-16 13:57:36 UTC (rev 210653)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:34:41
  Author: andrea
Revision: 207188

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 207187, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 207187, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207187, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 207187, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   35 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   35 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 207187, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a23c38aa28c66e8429c3718272bc5106c981cb75')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 207187, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 207187, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a23c38aa28c66e8429c3718272bc5106c981cb75')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 207187, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2014-03-08 08:34:41 UTC (rev 207188)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:11:24
  Author: andrea
Revision: 206732

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 206731, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 206731, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 206731, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 206731, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 206731, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:11:24 UTC (rev 206732)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ee69e7c9cde494715134972392382aa3cfe68059')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 206731, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-03-05 10:11:24 UTC (rev 206732)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 206731, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:11:24 UTC (rev 206732)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ee69e7c9cde494715134972392382aa3cfe68059')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 206731, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-03-05 10:11:24 UTC (rev 206732)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:53:18
  Author: svenstaro
Revision: 205143

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 205142, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 205142, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 205142, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 205142, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 205142, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:53:18 UTC (rev 205143)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f8034b55b0ab85b45451373a3e2e758f5feb884a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 205142, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-02-04 13:53:18 UTC (rev 205143)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 205142, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 13:53:18 UTC (rev 205143)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f8034b55b0ab85b45451373a3e2e758f5feb884a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 205142, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-02-04 13:53:18 UTC (rev 205143)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:37:35
  Author: svenstaro
Revision: 203731

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 203730, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 203730, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 203730, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 203730, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 203730, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:37:35 UTC (rev 203731)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b79ecdfc3d5c9527c8de15b123b53ff397fcf237')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 203730, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2014-01-14 07:37:35 UTC (rev 203731)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 203730, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:37:35 UTC (rev 203731)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b79ecdfc3d5c9527c8de15b123b53ff397fcf237')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 203730, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2014-01-14 07:37:35 UTC (rev 203731)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:26:58
  Author: andrea
Revision: 201872

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 201867, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 201868, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 201869, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 201870, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 201867, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:26:58 UTC (rev 201872)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bb0f8708071a07246e0ac553568102c743c3b13f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 201868, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2013-12-18 17:26:58 UTC (rev 201872)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 201869, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:26:58 UTC (rev 201872)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.12.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bb0f8708071a07246e0ac553568102c743c3b13f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 201870, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2013-12-18 17:26:58 UTC (rev 201872)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 18:24:30
  Author: andrea
Revision: 199105

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 199104, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 199104, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199104, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 199104, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   35 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   35 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 199104, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 17:24:30 UTC (rev 199105)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2940760c43b4a4f2605eecb045ec01b94cbd2dc8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 199104, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2013-11-08 17:24:30 UTC (rev 199105)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 199104, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 17:24:30 UTC (rev 199105)
@@ -0,0 +1,35 @@
+# $Id
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2940760c43b4a4f2605eecb045ec01b94cbd2dc8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 199104, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2013-11-08 17:24:30 UTC (rev 199105)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:00:11
  Author: andrea
Revision: 192579

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 192578, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 192578, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 192578, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 192578, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 192578, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:00:11 UTC (rev 192579)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.11.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b186a4901f330aa12a20fe0ea708be11934e20c4')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/testing-i686/libkipi.install (from rev 192578, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2013-08-14 07:00:11 UTC (rev 192579)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 192578, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:00:11 UTC (rev 192579)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.11.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b186a4901f330aa12a20fe0ea708be11934e20c4')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/testing-x86_64/libkipi.install (from rev 192578, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2013-08-14 07:00:11 UTC (rev 192579)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 10:57:24
  Author: andrea
Revision: 189360

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 189359, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 189359, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 189359, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 189359, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 189359, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 08:57:24 UTC (rev 189360)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a9ead1c184938ea17b3bc0162dabb4df7ae4673b')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/staging-i686/libkipi.install (from rev 189359, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2013-07-03 08:57:24 UTC (rev 189360)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 189359, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 08:57:24 UTC (rev 189360)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a9ead1c184938ea17b3bc0162dabb4df7ae4673b')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/staging-x86_64/libkipi.install (from rev 189359, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2013-07-03 08:57:24 UTC (rev 189360)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 20:49:06
  Author: andrea
Revision: 188282

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 188281, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 188281, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188281, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 188281, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   33 +
 kde-unstable-i686/libkipi.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   33 +
 kde-unstable-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 188281, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 18:49:06 UTC (rev 188282)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b645a13576abc2860c10bc4fdb902ef20ee207c2')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 188281, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2013-06-13 18:49:06 UTC (rev 188282)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 188281, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 18:49:06 UTC (rev 188282)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b645a13576abc2860c10bc4fdb902ef20ee207c2')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 188281, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2013-06-13 18:49:06 UTC (rev 188282)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:21:23
  Author: svenstaro
Revision: 187211

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 187210, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 187210, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 187210, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 187210, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 187210, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:21:23 UTC (rev 187211)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f4d96eddaad6e160c3ca579420117ed2deec74f6')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/staging-i686/libkipi.install (from rev 187210, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2013-06-05 05:21:23 UTC (rev 187211)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 187210, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:21:23 UTC (rev 187211)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f4d96eddaad6e160c3ca579420117ed2deec74f6')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/staging-x86_64/libkipi.install (from rev 187210, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2013-06-05 05:21:23 UTC (rev 187211)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:32:27
  Author: andrea
Revision: 184639

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 184638, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 184638, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 184638, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 184638, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 184638, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:32:27 UTC (rev 184639)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5b8ac6703026cd0fe1bcc29f6f3dc1e6cf724b15')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/testing-i686/libkipi.install (from rev 184638, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2013-05-07 16:32:27 UTC (rev 184639)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 184638, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:32:27 UTC (rev 184639)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5b8ac6703026cd0fe1bcc29f6f3dc1e6cf724b15')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/testing-x86_64/libkipi.install (from rev 184638, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2013-05-07 16:32:27 UTC (rev 184639)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:59:32
  Author: svenstaro
Revision: 181453

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 181452, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 181452, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 181452, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 181452, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 181452, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 03:59:32 UTC (rev 181453)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3098759c56c8fa89bc087de60d8709c7f76dc7a6')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/staging-i686/libkipi.install (from rev 181452, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2013-04-04 03:59:32 UTC (rev 181453)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 181452, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 03:59:32 UTC (rev 181453)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3098759c56c8fa89bc087de60d8709c7f76dc7a6')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/staging-x86_64/libkipi.install (from rev 181452, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2013-04-04 03:59:32 UTC (rev 181453)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:35:22
  Author: andrea
Revision: 177116

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 177115, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 177115, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 177115, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 177115, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 177115, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:35:22 UTC (rev 177116)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('43cb9159d42f34bd0a96de934a78da5a9ce118b7')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/testing-i686/libkipi.install (from rev 177115, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2013-02-06 08:35:22 UTC (rev 177116)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 177115, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:35:22 UTC (rev 177116)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.10.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('43cb9159d42f34bd0a96de934a78da5a9ce118b7')
+
+build() {
+  cd ${srcdir}
+  mkdir 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: libkipi/repos/testing-x86_64/libkipi.install (from rev 177115, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2013-02-06 08:35:22 UTC (rev 177116)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2013-01-02 Thread Andrea Scarpino
Date: Thursday, January 3, 2013 @ 02:09:03
  Author: andrea
Revision: 174176

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 174175, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 174175, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 174175, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 174175, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 174175, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 07:09:03 UTC (rev 174176)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f38ffdff11abf3aadfa92394ee8816051738f924')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 174175, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2013-01-03 07:09:03 UTC (rev 174176)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 174175, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-03 07:09:03 UTC (rev 174176)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f38ffdff11abf3aadfa92394ee8816051738f924')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 174175, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2013-01-03 07:09:03 UTC (rev 174176)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 11:20:02
  Author: andrea
Revision: 172534

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 172533, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 172533, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 172533, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 172533, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 172533, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 16:20:02 UTC (rev 172534)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe3c09ed2bc378d975b1d2f495752f03529e52e7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 172533, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2012-12-04 16:20:02 UTC (rev 172534)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 172533, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-04 16:20:02 UTC (rev 172534)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('fe3c09ed2bc378d975b1d2f495752f03529e52e7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 172533, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2012-12-04 16:20:02 UTC (rev 172534)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 13:28:55
  Author: andrea
Revision: 171735

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 171734, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 171734, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171734, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 171734, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 
 kde-unstable-i686/libkipi.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   32 
 kde-unstable-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 171734, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 18:28:55 UTC (rev 171735)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('97ac7e6df6aac11f48ccc146ef4473f9162644b1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 171734, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2012-11-21 18:28:55 UTC (rev 171735)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 171734, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-21 18:28:55 UTC (rev 171735)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('97ac7e6df6aac11f48ccc146ef4473f9162644b1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 171734, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2012-11-21 18:28:55 UTC (rev 171735)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-11-07 Thread Andrea Scarpino
Date: Wednesday, November 7, 2012 @ 15:04:14
  Author: andrea
Revision: 170448

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 170447, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 170447, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 170447, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 170447, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 170447, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-07 20:04:14 UTC (rev 170448)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0752fadb0757abb6f1954bb0cda407c074628cd8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 170447, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2012-11-07 20:04:14 UTC (rev 170448)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 170447, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-07 20:04:14 UTC (rev 170448)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0752fadb0757abb6f1954bb0cda407c074628cd8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 170447, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2012-11-07 20:04:14 UTC (rev 170448)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 15:13:00
  Author: andrea
Revision: 167583

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 167582, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 167582, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 167582, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 167582, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 167582, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-02 19:13:00 UTC (rev 167583)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('36d9bd240409e4ec3063fe02279671502fb65c26')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 167582, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2012-10-02 19:13:00 UTC (rev 167583)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 167582, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-02 19:13:00 UTC (rev 167583)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('36d9bd240409e4ec3063fe02279671502fb65c26')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 167582, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2012-10-02 19:13:00 UTC (rev 167583)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-09-04 Thread Andrea Scarpino
Date: Tuesday, September 4, 2012 @ 11:50:35
  Author: andrea
Revision: 166054

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkipi/repos/testing-i686/
  libkipi/repos/testing-i686/PKGBUILD
(from rev 166053, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-i686/libkipi.install
(from rev 166053, libkipi/trunk/libkipi.install)
  libkipi/repos/testing-x86_64/
  libkipi/repos/testing-x86_64/PKGBUILD
(from rev 166053, libkipi/trunk/PKGBUILD)
  libkipi/repos/testing-x86_64/libkipi.install
(from rev 166053, libkipi/trunk/libkipi.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libkipi.install   |   11 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/testing-i686/PKGBUILD (from rev 166053, 
libkipi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-04 15:50:35 UTC (rev 166054)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8fb561ef477b6a35c264ada783f65efa2ae1d3b9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-i686/libkipi.install (from rev 166053, 
libkipi/trunk/libkipi.install)
===
--- testing-i686/libkipi.install(rev 0)
+++ testing-i686/libkipi.install2012-09-04 15:50:35 UTC (rev 166054)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/testing-x86_64/PKGBUILD (from rev 166053, 
libkipi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-04 15:50:35 UTC (rev 166054)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('8fb561ef477b6a35c264ada783f65efa2ae1d3b9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/testing-x86_64/libkipi.install (from rev 166053, 
libkipi/trunk/libkipi.install)
===
--- testing-x86_64/libkipi.install  (rev 0)
+++ testing-x86_64/libkipi.install  2012-09-04 15:50:35 UTC (rev 166054)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-06-07 Thread Andrea Scarpino
Date: Thursday, June 7, 2012 @ 16:30:24
  Author: andrea
Revision: 160998

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 160997, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 160997, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 160997, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 160997, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 160997, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-07 20:30:24 UTC (rev 160998)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d30ef671be8caf8eb9ead68de53cf187f0fcf88b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 160997, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2012-06-07 20:30:24 UTC (rev 160998)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 160997, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-07 20:30:24 UTC (rev 160998)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d30ef671be8caf8eb9ead68de53cf187f0fcf88b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 160997, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2012-06-07 20:30:24 UTC (rev 160998)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-05-29 Thread Andrea Scarpino
Date: Tuesday, May 29, 2012 @ 18:31:58
  Author: andrea
Revision: 160101

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkipi/repos/kde-unstable-i686/
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 160100, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 160100, libkipi/kde-unstable/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 160100, libkipi/kde-unstable/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 160100, libkipi/kde-unstable/libkipi.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 
 kde-unstable-i686/libkipi.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   32 
 kde-unstable-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 160100, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-05-29 22:31:58 UTC (rev 160101)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0e2335ab38e65fa33a93fed1d8f35c6984b20c30')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 160100, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2012-05-29 22:31:58 UTC (rev 160101)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 160100, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-05-29 22:31:58 UTC (rev 160101)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0e2335ab38e65fa33a93fed1d8f35c6984b20c30')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 160100, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2012-05-29 22:31:58 UTC (rev 160101)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 10:39:17
  Author: andrea
Revision: 158246

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 158245, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 158245, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 158245, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 158245, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 158245, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-03 14:39:17 UTC (rev 158246)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1646eca0521524eabcc8c1c97d8d2f85ff181cac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 158245, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2012-05-03 14:39:17 UTC (rev 158246)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 158245, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-03 14:39:17 UTC (rev 158246)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1646eca0521524eabcc8c1c97d8d2f85ff181cac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 158245, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2012-05-03 14:39:17 UTC (rev 158246)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:26:40
  Author: andrea
Revision: 154852

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 154851, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 154851, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 154851, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 154851, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 154851, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c2f788e05f5e6d52e10578ebd58a2b1dd8f65c89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 154851, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 154851, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c2f788e05f5e6d52e10578ebd58a2b1dd8f65c89')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 154851, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2012-03-31 07:26:40 UTC (rev 154852)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2011-11-23 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 07:51:47
  Author: andrea
Revision: 143214

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 143213, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 143213, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 143213, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 143213, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 143213, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-23 12:51:47 UTC (rev 143214)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cd223fb1dbdbfbdea39b3abf79291fe81f534906')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 143213, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2011-11-23 12:51:47 UTC (rev 143214)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 143213, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-11-23 12:51:47 UTC (rev 143214)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('cd223fb1dbdbfbdea39b3abf79291fe81f534906')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 143213, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2011-11-23 12:51:47 UTC (rev 143214)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2011-10-31 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 04:07:10
  Author: andrea
Revision: 141576

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 141575, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 141575, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 141575, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 141575, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 141575, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9c6d4406a1292cfe81fa27508ffe4d96633417bf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 141575, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 141575, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('9c6d4406a1292cfe81fa27508ffe4d96633417bf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 141575, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2011-10-31 08:07:10 UTC (rev 141576)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 19:27:09
  Author: andrea
Revision: 139780

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 139779, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 139779, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 139779, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 139779, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 139779, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-04 23:27:09 UTC (rev 139780)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a75cd016c2d9faa71b2867cb4b3eed40edfb3b85')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 139779, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2011-10-04 23:27:09 UTC (rev 139780)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 139779, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-04 23:27:09 UTC (rev 139780)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a75cd016c2d9faa71b2867cb4b3eed40edfb3b85')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 139779, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2011-10-04 23:27:09 UTC (rev 139780)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in libkipi/repos (6 files)

2011-09-06 Thread Andrea Scarpino
Date: Tuesday, September 6, 2011 @ 17:32:16
  Author: andrea
Revision: 137249

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libkipi/repos/staging-i686/
  libkipi/repos/staging-i686/PKGBUILD
(from rev 137248, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-i686/libkipi.install
(from rev 137248, libkipi/trunk/libkipi.install)
  libkipi/repos/staging-x86_64/
  libkipi/repos/staging-x86_64/PKGBUILD
(from rev 137248, libkipi/trunk/PKGBUILD)
  libkipi/repos/staging-x86_64/libkipi.install
(from rev 137248, libkipi/trunk/libkipi.install)

+
 staging-i686/PKGBUILD  |   32 
 staging-i686/libkipi.install   |   11 +++
 staging-x86_64/PKGBUILD|   32 
 staging-x86_64/libkipi.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: libkipi/repos/staging-i686/PKGBUILD (from rev 137248, 
libkipi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-06 21:32:16 UTC (rev 137249)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('309b93ca86ae2c803f5b91ac206affc0059059f1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-i686/libkipi.install (from rev 137248, 
libkipi/trunk/libkipi.install)
===
--- staging-i686/libkipi.install(rev 0)
+++ staging-i686/libkipi.install2011-09-06 21:32:16 UTC (rev 137249)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/staging-x86_64/PKGBUILD (from rev 137248, 
libkipi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-06 21:32:16 UTC (rev 137249)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.7.1
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('309b93ca86ae2c803f5b91ac206affc0059059f1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/staging-x86_64/libkipi.install (from rev 137248, 
libkipi/trunk/libkipi.install)
===
--- staging-x86_64/libkipi.install  (rev 0)
+++ staging-x86_64/libkipi.install  2011-09-06 21:32:16 UTC (rev 137249)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}