[arch-commits] Commit in digikam/repos (14 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sun May 5 07:36:27 UTC 2013


    Date: Sunday, May 5, 2013 @ 09:36:27
  Author: foutrelis
Revision: 184264

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

Added:
  digikam/repos/testing-i686/PKGBUILD
    (from rev 184263, digikam/trunk/PKGBUILD)
  digikam/repos/testing-i686/digikam-3.1.0-fixed-pngs.tar.gz
    (from rev 184263, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/testing-i686/digikam.install
    (from rev 184263, digikam/trunk/digikam.install)
  digikam/repos/testing-i686/kipi-plugins.install
    (from rev 184263, digikam/trunk/kipi-plugins.install)
  digikam/repos/testing-x86_64/PKGBUILD
    (from rev 184263, digikam/trunk/PKGBUILD)
  digikam/repos/testing-x86_64/digikam-3.1.0-fixed-pngs.tar.gz
    (from rev 184263, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
  digikam/repos/testing-x86_64/digikam.install
    (from rev 184263, digikam/trunk/digikam.install)
  digikam/repos/testing-x86_64/kipi-plugins.install
    (from rev 184263, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/testing-i686/PKGBUILD
  digikam/repos/testing-i686/digikam.install
  digikam/repos/testing-i686/kipi-plugins.install
  digikam/repos/testing-x86_64/PKGBUILD
  digikam/repos/testing-x86_64/digikam.install
  digikam/repos/testing-x86_64/kipi-plugins.install

-------------------------------------+
 /PKGBUILD                           |  210 ++++++++++++++++++++++++++++++++++
 /digikam.install                    |   24 +++
 /kipi-plugins.install               |   24 +++
 testing-i686/PKGBUILD               |   94 ---------------
 testing-i686/digikam.install        |   12 -
 testing-i686/kipi-plugins.install   |   12 -
 testing-x86_64/PKGBUILD             |   94 ---------------
 testing-x86_64/digikam.install      |   12 -
 testing-x86_64/kipi-plugins.install |   12 -
 9 files changed, 258 insertions(+), 236 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-05-05 07:36:04 UTC (rev 184263)
+++ testing-i686/PKGBUILD	2013-05-05 07:36:27 UTC (rev 184264)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/"
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
-             'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
-             'cmake' 'automoc4' 'doxygen' 'lensfun')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DBUILD_tests=OFF \
-    -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-           'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/doc
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/po
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts with kde-l10n-*
-  rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkgeomap() {
-  pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkvkontakte() {
-  pkgdesc="KDE C++ library for asynchronous interaction with vkontakte.rusocial network"
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libmediawiki() {
-  pkgdesc="A KDE C++ interface for MediaWiki based web service as wikipedia.org"
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
-  pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
-           'opencv' 'libkvkontakte' 'libkexiv2')
-  optdepends=('libkgeomap'
-              'libmediawiki'
-              'libgpod'
-              'hugin')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR="${pkgdir}" install
-}

Copied: digikam/repos/testing-i686/PKGBUILD (from rev 184263, digikam/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-05-05 07:36:27 UTC (rev 184264)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
+pkgver=3.1.0
+pkgrel=3
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/"
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+             'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
+             'cmake' 'automoc4' 'doxygen' 'lensfun')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        "digikam-3.1.0-fixed-pngs.tar.gz")
+noextract=("digikam-3.1.0-fixed-pngs.tar.gz")
+sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd'
+          'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
+
+prepare() {
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://bugs.kde.org/show_bug.cgi?id=319350
+  tar xf "${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz" -C ${pkgname}-${pkgver} \
+    --strip-components=1
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DBUILD_tests=OFF \
+    -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
+  make
+}
+
+package_digikam() {
+  pkgdesc="Digital photo management application for KDE"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+           'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
+  optdepends=('kipi-plugins: for more extras and plugins')
+  install=digikam.install
+
+  cd build/core
+  make DESTDIR="${pkgdir}" install
+  cd ../../build/doc
+  make DESTDIR="${pkgdir}" install
+  cd ../../build/po
+  make DESTDIR="${pkgdir}" install
+
+  # Fix conflicts with kde-l10n-*
+  rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkface() {
+  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
+  depends=('kdelibs' 'opencv')
+
+  cd build/extra/libkface
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkgeomap() {
+  pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
+  depends=('kdelibs' 'kdeedu-marble')
+
+  cd build/extra/libkgeomap
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkvkontakte() {
+  pkgdesc="KDE C++ library for asynchronous interaction with vkontakte.rusocial network"
+  depends=('kdelibs' 'qjson')
+
+  cd build/extra/libkvkontakte
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libmediawiki() {
+  pkgdesc="A KDE C++ interface for MediaWiki based web service as wikipedia.org"
+  depends=('kdelibs')
+
+  cd build/extra/libmediawiki
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+  pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
+           'opencv' 'libkvkontakte' 'libkexiv2')
+  optdepends=('libkgeomap'
+              'libmediawiki'
+              'libgpod'
+              'hugin')
+  install=kipi-plugins.install
+
+  cd build/extra/kipi-plugins
+  make DESTDIR="${pkgdir}" install
+}

Copied: digikam/repos/testing-i686/digikam-3.1.0-fixed-pngs.tar.gz (from rev 184263, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
===================================================================
(Binary files differ)

Deleted: testing-i686/digikam.install
===================================================================
--- testing-i686/digikam.install	2013-05-05 07:36:04 UTC (rev 184263)
+++ testing-i686/digikam.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: digikam/repos/testing-i686/digikam.install (from rev 184263, digikam/trunk/digikam.install)
===================================================================
--- testing-i686/digikam.install	                        (rev 0)
+++ testing-i686/digikam.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: testing-i686/kipi-plugins.install
===================================================================
--- testing-i686/kipi-plugins.install	2013-05-05 07:36:04 UTC (rev 184263)
+++ testing-i686/kipi-plugins.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: digikam/repos/testing-i686/kipi-plugins.install (from rev 184263, digikam/trunk/kipi-plugins.install)
===================================================================
--- testing-i686/kipi-plugins.install	                        (rev 0)
+++ testing-i686/kipi-plugins.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-05-05 07:36:04 UTC (rev 184263)
+++ testing-x86_64/PKGBUILD	2013-05-05 07:36:27 UTC (rev 184264)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/"
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
-             'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
-             'cmake' 'automoc4' 'doxygen' 'lensfun')
-source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DBUILD_tests=OFF \
-    -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc="Digital photo management application for KDE"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-           'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/doc
-  make DESTDIR="${pkgdir}" install
-  cd ../../build/po
-  make DESTDIR="${pkgdir}" install
-
-  # Fix conflicts with kde-l10n-*
-  rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkgeomap() {
-  pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libkvkontakte() {
-  pkgdesc="KDE C++ library for asynchronous interaction with vkontakte.rusocial network"
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libmediawiki() {
-  pkgdesc="A KDE C++ interface for MediaWiki based web service as wikipedia.org"
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
-  pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
-           'opencv' 'libkvkontakte' 'libkexiv2')
-  optdepends=('libkgeomap'
-              'libmediawiki'
-              'libgpod'
-              'hugin')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR="${pkgdir}" install
-}

Copied: digikam/repos/testing-x86_64/PKGBUILD (from rev 184263, digikam/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-05-05 07:36:27 UTC (rev 184264)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 'libmediawiki')
+pkgver=3.1.0
+pkgrel=3
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/"
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+             'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
+             'cmake' 'automoc4' 'doxygen' 'lensfun')
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        "digikam-3.1.0-fixed-pngs.tar.gz")
+noextract=("digikam-3.1.0-fixed-pngs.tar.gz")
+sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd'
+          'b0a1991e0df9b72c79562c719bc9d944a3b8bc78')
+
+prepare() {
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://bugs.kde.org/show_bug.cgi?id=319350
+  tar xf "${srcdir}/digikam-3.1.0-fixed-pngs.tar.gz" -C ${pkgname}-${pkgver} \
+    --strip-components=1
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DBUILD_tests=OFF \
+    -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
+  make
+}
+
+package_digikam() {
+  pkgdesc="Digital photo management application for KDE"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+           'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
+  optdepends=('kipi-plugins: for more extras and plugins')
+  install=digikam.install
+
+  cd build/core
+  make DESTDIR="${pkgdir}" install
+  cd ../../build/doc
+  make DESTDIR="${pkgdir}" install
+  cd ../../build/po
+  make DESTDIR="${pkgdir}" install
+
+  # Fix conflicts with kde-l10n-*
+  rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkface() {
+  pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
+  depends=('kdelibs' 'opencv')
+
+  cd build/extra/libkface
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkgeomap() {
+  pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
+  depends=('kdelibs' 'kdeedu-marble')
+
+  cd build/extra/libkgeomap
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libkvkontakte() {
+  pkgdesc="KDE C++ library for asynchronous interaction with vkontakte.rusocial network"
+  depends=('kdelibs' 'qjson')
+
+  cd build/extra/libkvkontakte
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libmediawiki() {
+  pkgdesc="A KDE C++ interface for MediaWiki based web service as wikipedia.org"
+  depends=('kdelibs')
+
+  cd build/extra/libmediawiki
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+  pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
+           'opencv' 'libkvkontakte' 'libkexiv2')
+  optdepends=('libkgeomap'
+              'libmediawiki'
+              'libgpod'
+              'hugin')
+  install=kipi-plugins.install
+
+  cd build/extra/kipi-plugins
+  make DESTDIR="${pkgdir}" install
+}

Copied: digikam/repos/testing-x86_64/digikam-3.1.0-fixed-pngs.tar.gz (from rev 184263, digikam/trunk/digikam-3.1.0-fixed-pngs.tar.gz)
===================================================================
(Binary files differ)

Deleted: testing-x86_64/digikam.install
===================================================================
--- testing-x86_64/digikam.install	2013-05-05 07:36:04 UTC (rev 184263)
+++ testing-x86_64/digikam.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: digikam/repos/testing-x86_64/digikam.install (from rev 184263, digikam/trunk/digikam.install)
===================================================================
--- testing-x86_64/digikam.install	                        (rev 0)
+++ testing-x86_64/digikam.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: testing-x86_64/kipi-plugins.install
===================================================================
--- testing-x86_64/kipi-plugins.install	2013-05-05 07:36:04 UTC (rev 184263)
+++ testing-x86_64/kipi-plugins.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: digikam/repos/testing-x86_64/kipi-plugins.install (from rev 184263, digikam/trunk/kipi-plugins.install)
===================================================================
--- testing-x86_64/kipi-plugins.install	                        (rev 0)
+++ testing-x86_64/kipi-plugins.install	2013-05-05 07:36:27 UTC (rev 184264)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list