[arch-commits] Commit in easytag/repos (8 files)
Guillaume Alaux
guillaume at archlinux.org
Tue Sep 1 08:11:47 UTC 2015
Date: Tuesday, September 1, 2015 @ 10:11:47
Author: guillaume
Revision: 245127
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
easytag/repos/extra-i686/PKGBUILD
(from rev 245126, easytag/trunk/PKGBUILD)
easytag/repos/extra-i686/easytag.install
(from rev 245126, easytag/trunk/easytag.install)
easytag/repos/extra-x86_64/PKGBUILD
(from rev 245126, easytag/trunk/PKGBUILD)
easytag/repos/extra-x86_64/easytag.install
(from rev 245126, easytag/trunk/easytag.install)
Deleted:
easytag/repos/extra-i686/PKGBUILD
easytag/repos/extra-i686/easytag.install
easytag/repos/extra-x86_64/PKGBUILD
easytag/repos/extra-x86_64/easytag.install
------------------------------+
/PKGBUILD | 70 +++++++++++++++++++++++++++++++++++++++++
/easytag.install | 26 +++++++++++++++
extra-i686/PKGBUILD | 35 --------------------
extra-i686/easytag.install | 12 -------
extra-x86_64/PKGBUILD | 35 --------------------
extra-x86_64/easytag.install | 12 -------
6 files changed, 96 insertions(+), 94 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-i686/PKGBUILD 2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,35 +0,0 @@
-# $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.2.6
-pkgrel=1
-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=('26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a')
-
-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/extra-i686/PKGBUILD (from rev 245126, easytag/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-01 08:11:47 UTC (rev 245127)
@@ -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=2
+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
+}
Deleted: extra-i686/easytag.install
===================================================================
--- extra-i686/easytag.install 2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-i686/easytag.install 2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: easytag/repos/extra-i686/easytag.install (from rev 245126, easytag/trunk/easytag.install)
===================================================================
--- extra-i686/easytag.install (rev 0)
+++ extra-i686/easytag.install 2015-09-01 08:11:47 UTC (rev 245127)
@@ -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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-x86_64/PKGBUILD 2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,35 +0,0 @@
-# $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=1
-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/extra-x86_64/PKGBUILD (from rev 245126, easytag/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-09-01 08:11:47 UTC (rev 245127)
@@ -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=2
+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
+}
Deleted: extra-x86_64/easytag.install
===================================================================
--- extra-x86_64/easytag.install 2015-09-01 08:10:42 UTC (rev 245126)
+++ extra-x86_64/easytag.install 2015-09-01 08:11:47 UTC (rev 245127)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: easytag/repos/extra-x86_64/easytag.install (from rev 245126, easytag/trunk/easytag.install)
===================================================================
--- extra-x86_64/easytag.install (rev 0)
+++ extra-x86_64/easytag.install 2015-09-01 08:11:47 UTC (rev 245127)
@@ -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