[arch-commits] Commit in beets/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Aug 22 20:12:31 UTC 2014


    Date: Friday, August 22, 2014 @ 22:12:30
  Author: alucryd
Revision: 117786

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
    (from rev 117785, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-22 20:12:24 UTC (rev 117785)
+++ PKGBUILD	2014-08-22 20:12:30 UTC (rev 117786)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-            'gst-plugins-bad: ReplayGain plugin'
-            'gst-plugins-good: ReplayGain plugin'
-            'gst-plugins-ugly: ReplayGain plugin'
-            'gst-python: ReplayGain plugin'
-            'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-            'python2-flask: Web plugin'
-            'python2-pyacoustid: Chromaprint/Acoustid plugin'
-            'python2-pylast: LastGenre plugin'
-            'python2-requests: FetchArt plugin')
-source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a62160585ce7f4784088db11b5f91d1ae886601e8ba3aab584b11dbbc43e3ce3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-# Manpages
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 117785, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-22 20:12:30 UTC (rev 117786)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+            'gst-plugins-bad: ReplayGain plugin'
+            'gst-plugins-good: ReplayGain plugin'
+            'gst-plugins-ugly: ReplayGain plugin'
+            'gst-python: ReplayGain plugin'
+            'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+            'python2-flask: Web plugin'
+            'python2-pyacoustid: Chromaprint/Acoustid plugin'
+            'python2-pylast: LastGenre plugin'
+            'python2-requests: FetchArt plugin')
+source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('12b3947379e21bd89390292ef5ff08453542232fa83049f98542ec983a0328a9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+# Manpages
+  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list