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

Guillaume Alaux guillaume at nymeria.archlinux.org
Fri Jan 10 22:35:39 UTC 2014


    Date: Friday, January 10, 2014 @ 23:35:38
  Author: guillaume
Revision: 203445

Upstream release + got rid of 2 patches

Modified:
  easytag/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-10 21:24:03 UTC (rev 203444)
+++ PKGBUILD	2014-01-10 22:35:38 UTC (rev 203445)
@@ -5,33 +5,21 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=easytag
-pkgver=2.1.8
-pkgrel=2
+pkgver=2.1.9
+pkgrel=1
 pkgdesc='Utility for viewing and editing tags for most audio formats'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
-makedepends=('intltool')
+makedepends=('intltool' 'itstool')
 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
-        easytag-2.1.8-fix_mime_directory_association.patch)
-sha256sums=('1a2f75c9a70aeb7a404dfaa96e0df0eaaa325df301c58f0f708d0da4c08e65a9'
-            '453d2a102cf482d6d1586b11e531bf267f302aab3ee6b8c43b6bcc61cfa2ede5'
-            '693da67f0c96d51ad363bb9e70a22b402bc7c5058d648981919a115381700cd3')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f5a6e742a458ef6f48f2d5e98a24182a9c87a213e847fcce75c757ac90273501')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Already fixed upstream
-  # http://git.gnome.org/browse/easytag/commit/src/wavpack_tag.c?id=17a33964c32035f6b9986e13726ae3582a126244
-  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mixed_declarations_and_code.patch
-
-  # Bad Easytag! Bad! You don't know your place!
-  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mime_directory_association.patch
-
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list