Date: Friday, November 9, 2018 @ 16:46:03 Author: jelle Revision: 338462
archrelease: copy trunk to extra-x86_64 Added: easytag/repos/extra-x86_64/PKGBUILD (from rev 338461, easytag/trunk/PKGBUILD) Deleted: easytag/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 67 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-11-09 16:45:48 UTC (rev 338461) +++ PKGBUILD 2018-11-09 16:46:03 UTC (rev 338462) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Guillaume ALAUX <guilla...@archlinux.org> -# Contributor: Kevin Piche <ke...@archlinux.org> -# Contributor: Aaron Griffin <aa...@archlinux.org> -# Contributor: dorphell <dorph...@archlinux.org> - -pkgname=easytag -pkgver=2.4.3 -pkgrel=1 -pkgdesc='Simple application for viewing and editing tags in audio files' -arch=('i686' 'x86_64') -license=('GPL') -url='https://wiki.gnome.org/Apps/EasyTAG' -makedepends=('intltool' 'itstool') -depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib' - 'desktop-file-utils' 'opusfile') -source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('fc51ee92a705e3c5979dff1655f7496effb68b98f1ada0547e8cbbc033b67dd5') - -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 338461, easytag/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-09 16:46:03 UTC (rev 338462) @@ -0,0 +1,33 @@ +# Maintainer: Guillaume ALAUX <guilla...@archlinux.org> +# Contributor: Kevin Piche <ke...@archlinux.org> +# Contributor: Aaron Griffin <aa...@archlinux.org> +# Contributor: dorphell <dorph...@archlinux.org> + +pkgname=easytag +pkgver=2.4.3 +pkgrel=2 +pkgdesc='Simple application for viewing and editing tags in audio files' +arch=('x86_64') +license=('GPL') +url='https://wiki.gnome.org/Apps/EasyTAG' +makedepends=('intltool' 'itstool' 'python') +depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib' + 'desktop-file-utils' 'opusfile') +source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('fc51ee92a705e3c5979dff1655f7496effb68b98f1ada0547e8cbbc033b67dd5') + +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 +}