[arch-commits] Commit in soundconverter/trunk (PKGBUILD soundconverter.install)

Balló György bgyorgy at nymeria.archlinux.org
Mon Apr 15 11:10:58 UTC 2013


    Date: Monday, April 15, 2013 @ 13:10:58
  Author: bgyorgy
Revision: 88262

upgpkg: soundconverter 2.1.0-1

- Update to version 2.1.0
- Replace gnome-python (metapackage) dependency with python2-gconf and 
python2-libgnome
- Add update-desktop-database to the post install script

Modified:
  soundconverter/trunk/PKGBUILD
  soundconverter/trunk/soundconverter.install

------------------------+
 PKGBUILD               |    8 ++++----
 soundconverter.install |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-15 11:10:36 UTC (rev 88261)
+++ PKGBUILD	2013-04-15 11:10:58 UTC (rev 88262)
@@ -4,15 +4,15 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=soundconverter
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A simple sound converter application for GNOME"
 arch=('any')
 license=('GPL3')
 url="http://soundconverter.org/"
-depends=('gnome-python' 'gstreamer0.10-python' 
+depends=('python2-gconf' 'python2-libgnome' 'gstreamer0.10-python' 
   'hicolor-icon-theme' 'gstreamer0.10-ugly-plugins' 
-  'gstreamer0.10-good-plugins')
+  'gstreamer0.10-good-plugins' 'desktop-file-utils')
 makedepends=('perlxml' 'intltool')
 optdepends=('gstreamer0.10-base-plugins: for ogg support')
 install=soundconverter.install
@@ -30,4 +30,4 @@
   make DESTDIR="${pkgdir}" install
 }
 
-md5sums=('effadec6004a12d0a3ec5c1e2f56cd0c')
+md5sums=('c89aee468126e07ee69b4901b4233dbc')

Modified: soundconverter.install
===================================================================
--- soundconverter.install	2013-04-15 11:10:36 UTC (rev 88261)
+++ soundconverter.install	2013-04-15 11:10:58 UTC (rev 88262)
@@ -1,6 +1,7 @@
 pkgname=soundconverter
 
 post_install() {
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 




More information about the arch-commits mailing list