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

Tom Gundersen tomegun at archlinux.org
Sat May 26 23:49:07 UTC 2012


    Date: Saturday, May 26, 2012 @ 19:49:07
  Author: tomegun
Revision: 159784

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  easytag/repos/staging-i686/
  easytag/repos/staging-i686/PKGBUILD
    (from rev 159783, easytag/trunk/PKGBUILD)
  easytag/repos/staging-i686/easytag.install
    (from rev 159783, easytag/trunk/easytag.install)
  easytag/repos/staging-x86_64/
  easytag/repos/staging-x86_64/PKGBUILD
    (from rev 159783, easytag/trunk/PKGBUILD)
  easytag/repos/staging-x86_64/easytag.install
    (from rev 159783, easytag/trunk/easytag.install)

--------------------------------+
 staging-i686/PKGBUILD          |   28 ++++++++++++++++++++++++++++
 staging-i686/easytag.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD        |   28 ++++++++++++++++++++++++++++
 staging-x86_64/easytag.install |   11 +++++++++++
 4 files changed, 78 insertions(+)

Copied: easytag/repos/staging-i686/PKGBUILD (from rev 159783, easytag/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-05-26 23:49:07 UTC (rev 159784)
@@ -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
+}

Copied: easytag/repos/staging-i686/easytag.install (from rev 159783, easytag/trunk/easytag.install)
===================================================================
--- staging-i686/easytag.install	                        (rev 0)
+++ staging-i686/easytag.install	2012-05-26 23:49:07 UTC (rev 159784)
@@ -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
+}

Copied: easytag/repos/staging-x86_64/PKGBUILD (from rev 159783, easytag/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-05-26 23:49:07 UTC (rev 159784)
@@ -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
+}

Copied: easytag/repos/staging-x86_64/easytag.install (from rev 159783, easytag/trunk/easytag.install)
===================================================================
--- staging-x86_64/easytag.install	                        (rev 0)
+++ staging-x86_64/easytag.install	2012-05-26 23:49:07 UTC (rev 159784)
@@ -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