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

Tom Gundersen tomegun at archlinux.org
Sun May 27 10:21:37 UTC 2012


    Date: Sunday, May 27, 2012 @ 06:21:37
  Author: tomegun
Revision: 159952

db-move: moved easytag from [staging] to [extra] (x86_64)

Added:
  easytag/repos/extra-x86_64/PKGBUILD
    (from rev 159950, easytag/repos/staging-x86_64/PKGBUILD)
  easytag/repos/extra-x86_64/easytag.install
    (from rev 159950, easytag/repos/staging-x86_64/easytag.install)
Deleted:
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag.install
  easytag/repos/staging-x86_64/

-----------------+
 PKGBUILD        |   60 +++++++++++++++++++++++++-----------------------------
 easytag.install |   22 +++++++++----------
 2 files changed, 39 insertions(+), 43 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-05-27 10:21:36 UTC (rev 159951)
+++ extra-x86_64/PKGBUILD	2012-05-27 10:21:37 UTC (rev 159952)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=easytag
-pkgver=2.1.7
-pkgrel=1
-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')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('9df3e800d80e754670642f2ba5e03539')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-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
-}

Copied: easytag/repos/extra-x86_64/PKGBUILD (from rev 159950, easytag/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-27 10:21:37 UTC (rev 159952)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=easytag
+pkgver=2.1.7
+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' 'speex' 'wavpack' 'desktop-file-utils')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9df3e800d80e754670642f2ba5e03539')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/easytag.install
===================================================================
--- extra-x86_64/easytag.install	2012-05-27 10:21:36 UTC (rev 159951)
+++ extra-x86_64/easytag.install	2012-05-27 10:21:37 UTC (rev 159952)
@@ -1,11 +0,0 @@
-post_install() {
-    [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: easytag/repos/extra-x86_64/easytag.install (from rev 159950, easytag/repos/staging-x86_64/easytag.install)
===================================================================
--- extra-x86_64/easytag.install	                        (rev 0)
+++ extra-x86_64/easytag.install	2012-05-27 10:21:37 UTC (rev 159952)
@@ -0,0 +1,11 @@
+post_install() {
+    [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list