[arch-commits] Commit in digikam/kde-unstable (3 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 28 10:29:41 UTC 2016


    Date: Thursday, April 28, 2016 @ 12:29:40
  Author: arojas
Revision: 266442

Update to beta 6

Modified:
  digikam/kde-unstable/PKGBUILD
Deleted:
  digikam/kde-unstable/digikam.install
  digikam/kde-unstable/kipi-plugins.install

----------------------+
 PKGBUILD             |   11 ++++-------
 digikam.install      |   12 ------------
 kipi-plugins.install |   12 ------------
 3 files changed, 4 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 10:29:18 UTC (rev 266441)
+++ PKGBUILD	2016-04-28 10:29:40 UTC (rev 266442)
@@ -5,9 +5,9 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.0.0-beta5
+_pkgver=5.0.0-beta6
 pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=1
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
              'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 'akonadi-contact' 'qt5-multimedia'
              'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 'qt5-xmlpatterns') # 'libmediawiki' 'libkvkontakte'
 source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
-sha1sums=('b3fb866e364df19bae4cf44676cd6d4161b71d70')
+sha1sums=('a98b2371e9749ed244c4aa0d0885514eeeec5112')
 
 prepare() {
   mkdir -p build
@@ -45,8 +45,7 @@
   pkgdesc="Digital photo management application for KDE"
   depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
 	'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble' 'threadweaver' 'kcalcore')
-  optdepends=('kipi-plugins: more tools and plugins' 'plasma-desktop: theme configuration')
-  install=digikam.install
+  optdepends=('kipi-plugins: more tools and plugins')
 
   cd build/core
   make DESTDIR="${pkgdir}" install
@@ -69,7 +68,6 @@
               'qt5-gstreamer: Video SlideShow plugin'
               'threadweaver: panorama plugin'
 	      'hugin: panorama plugin')
-  install=kipi-plugins.install
 
   cd build/extra/kipi-plugins
   make DESTDIR="${pkgdir}" install
@@ -80,4 +78,3 @@
   cd ../../../build/doc/kipi-plugins
   make DESTDIR="${pkgdir}" install
 }
-

Deleted: digikam.install
===================================================================
--- digikam.install	2016-04-28 10:29:18 UTC (rev 266441)
+++ digikam.install	2016-04-28 10:29:40 UTC (rev 266442)
@@ -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
-}

Deleted: kipi-plugins.install
===================================================================
--- kipi-plugins.install	2016-04-28 10:29:18 UTC (rev 266441)
+++ kipi-plugins.install	2016-04-28 10:29:40 UTC (rev 266442)
@@ -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
-}



More information about the arch-commits mailing list