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

Felix Yan fyan at archlinux.org
Sun Dec 6 18:26:02 UTC 2015


    Date: Sunday, December 6, 2015 @ 19:26:02
  Author: fyan
Revision: 252925

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

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

--------------------------------+
 staging-i686/PKGBUILD          |   35 +++++++++++++++++++++++++++++++++++
 staging-i686/easytag.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD        |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/easytag.install |   13 +++++++++++++
 4 files changed, 96 insertions(+)

Copied: easytag/repos/staging-i686/PKGBUILD (from rev 252924, easytag/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 18:26:02 UTC (rev 252925)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=easytag
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
+         'desktop-file-utils' 'opusfile')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: easytag/repos/staging-i686/easytag.install (from rev 252924, easytag/trunk/easytag.install)
===================================================================
--- staging-i686/easytag.install	                        (rev 0)
+++ staging-i686/easytag.install	2015-12-06 18:26:02 UTC (rev 252925)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: easytag/repos/staging-x86_64/PKGBUILD (from rev 252924, easytag/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 18:26:02 UTC (rev 252925)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=easytag
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Simple application for viewing and editing tags in audio files'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://easytag.sourceforge.net/'
+makedepends=('intltool' 'itstool')
+depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
+         'desktop-file-utils' 'opusfile')
+install=${pkgname}.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -k check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: easytag/repos/staging-x86_64/easytag.install (from rev 252924, easytag/trunk/easytag.install)
===================================================================
--- staging-x86_64/easytag.install	                        (rev 0)
+++ staging-x86_64/easytag.install	2015-12-06 18:26:02 UTC (rev 252925)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list