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

Guillaume Alaux guillaume at nymeria.archlinux.org
Thu Feb 21 00:08:49 UTC 2013


    Date: Thursday, February 21, 2013 @ 01:08:49
  Author: guillaume
Revision: 178371

Fixed (opt)deps and .install

Modified:
  easytag/trunk/PKGBUILD
  easytag/trunk/easytag.install

-----------------+
 PKGBUILD        |    4 +++-
 easytag.install |    3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-20 23:40:35 UTC (rev 178370)
+++ PKGBUILD	2013-02-21 00:08:49 UTC (rev 178371)
@@ -11,7 +11,9 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'libmp4v2' 'desktop-file-utils')
+makedepends=('intltool')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
+         'desktop-file-utils' 'hicolor-icon-theme')
 install=${pkgname}.install
 source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
         easytag-2.1.8-fix_mixed_declarations_and_code.patch)

Modified: easytag.install
===================================================================
--- easytag.install	2013-02-20 23:40:35 UTC (rev 178370)
+++ easytag.install	2013-02-21 00:08:49 UTC (rev 178371)
@@ -1,5 +1,6 @@
 post_install() {
-    update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {




More information about the arch-commits mailing list