[arch-commits] Commit in easytag/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 09:17:01 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:17:00
  Author: felixonmars
Revision: 386523

archrelease: copy trunk to staging-x86_64

Added:
  easytag/repos/staging-x86_64/
  easytag/repos/staging-x86_64/PKGBUILD
    (from rev 386521, easytag/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: easytag/repos/staging-x86_64/PKGBUILD (from rev 386521, easytag/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 09:17:00 UTC (rev 386523)
@@ -0,0 +1,33 @@
+# 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.3
+pkgrel=3
+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
+}



More information about the arch-commits mailing list