From 483f7de4ab6a706517279a24d2efc969f4a1996d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 May 2012 17:43:57 +0000 Subject: Mon May 28 17:43:57 UTC 2012 --- extra/easytag/PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'extra/easytag/PKGBUILD') diff --git a/extra/easytag/PKGBUILD b/extra/easytag/PKGBUILD index 7a43d184b..b997bbbe2 100644 --- a/extra/easytag/PKGBUILD +++ b/extra/easytag/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 151923 2012-03-04 10:46:24Z andrea $ +# $Id: PKGBUILD 159952 2012-05-27 10:21:37Z tomegun $ # Maintainer: # Contributor: Kevin Piche # Contributor: Aaron Griffin @@ -6,12 +6,12 @@ pkgname=easytag pkgver=2.1.7 -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' 'libmp4v2' 'speex' 'wavpack') +depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 'desktop-file-utils') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") md5sums=('9df3e800d80e754670642f2ba5e03539') @@ -25,8 +25,4 @@ build() { package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install - - # Remove directory mimetype -# sed '/^MimeType=/ s@;x-directory/normal;@;@' \ -# -i ${pkgdir}/usr/share/applications/easytag.desktop } -- cgit v1.2.3-54-g00ecf