[arch-commits] Commit in easytag/repos (3 files)

Kevin Piché kevin at archlinux.org
Thu Nov 5 21:05:26 UTC 2009


    Date: Thursday, November 5, 2009 @ 16:05:26
  Author: kevin
Revision: 58187

Merged revisions 58185 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/easytag/trunk

........
  r58185 | kevin | 2009-11-05 15:05:15 -0500 (Thu, 05 Nov 2009) | 2 lines
  
  upgpkg: easytag 2.1.6-2
      Fixed FS#14009 & 16291: wrong mimeinfo
........

Added:
  easytag/repos/extra-x86_64/easytag.install
    (from rev 58185, easytag/trunk/easytag.install)
Modified:
  easytag/repos/extra-x86_64/	(properties)
  easytag/repos/extra-x86_64/PKGBUILD

-----------------+
 PKGBUILD        |    7 ++++++-
 easytag.install |   12 ++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)


Property changes on: easytag/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /easytag/trunk:1-7777
   + /easytag/trunk:1-58186

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-05 20:05:33 UTC (rev 58186)
+++ extra-x86_64/PKGBUILD	2009-11-05 21:05:26 UTC (rev 58187)
@@ -4,13 +4,14 @@
 
 pkgname=easytag
 pkgver=2.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://easytag.sourceforge.net/"
 depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac>=1.2.1' 'libmp4v2'
 'speex' 'wavpack')
+install=easytag.install
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('6c5b9dc2bf1f3b0a11bd4efc81aaa9ee')
 
@@ -19,4 +20,8 @@
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
+
+  # Remove directory mimetype.
+  sed '/^MimeType=/ s@;x-directory/normal;@;@' \
+      -i ${pkgdir}/usr/share/applications/easytag.desktop
 }

Copied: easytag/repos/extra-x86_64/easytag.install (from rev 58185, easytag/trunk/easytag.install)
===================================================================
--- extra-x86_64/easytag.install	                        (rev 0)
+++ extra-x86_64/easytag.install	2009-11-05 21:05:26 UTC (rev 58187)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+




More information about the arch-commits mailing list