Date: Sunday, October 2, 2011 @ 09:49:39 Author: eric Revision: 139503
upgpkg: gimp-ufraw 0.18-2 Rebuild against exiv2 0.22, Correct license, Add missing depends, Add .install file to run update-desktop-database Added: gimp-ufraw/trunk/gimp-ufraw.install Modified: gimp-ufraw/trunk/PKGBUILD --------------------+ PKGBUILD | 11 ++++++----- gimp-ufraw.install | 11 +++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-02 12:43:42 UTC (rev 139502) +++ PKGBUILD 2011-10-02 13:49:39 UTC (rev 139503) @@ -3,15 +3,16 @@ pkgname=gimp-ufraw pkgver=0.18 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone or gimp plugin converter for raw files" url="http://ufraw.sourceforge.net/" arch=('i686' 'x86_64') -license=('GPL2') -depends=('gtkimageview' 'exiv2') -makedepends=('gimp' 'cinepaint' 'pkg-config') +license=('GPL') +depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils') +makedepends=('gimp' 'cinepaint') optdepends=('gimp: to use the gimp import plugin for raw images' - 'cinepaint: to use the cinepaint import plugin for raw images') + 'cinepaint: to use the cinepaint import plugin for raw images') +install=gimp-ufraw.install source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz) md5sums=('454f40a402928998a82e2645d9265d96') sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2') Added: gimp-ufraw.install =================================================================== --- gimp-ufraw.install (rev 0) +++ gimp-ufraw.install 2011-10-02 13:49:39 UTC (rev 139503) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +}
