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

Maxime Gauduin alucryd at nymeria.archlinux.org
Wed Sep 11 07:33:45 UTC 2013


    Date: Wednesday, September 11, 2013 @ 09:33:44
  Author: alucryd
Revision: 97036

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-11 07:33:35 UTC (rev 97035)
+++ PKGBUILD	2013-09-11 07:33:44 UTC (rev 97036)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Flexible music library manager and tagger"
-arch=('any')
-url="http://beets.radbox.org/"
-license=('MIT')
-depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 'python2-unidecode' 'python2-yaml')
-makedepends=('python2-setuptools')
-optdepends=('gstreamer0.10-python: BPD audio player plugin'
-            'python2-flask: Web interface'
-            'python2-pyacoustid: Acoustic fingerprinting'
-            'python2-pylast: Lastgenre plugin')
-source=("http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3')
-
-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/beet.1
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/beetsconfig.5
-  gzip -9 "${pkgdir}"/usr/share/man/man{1/beet.1,5/beetsconfig.5}
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 97035, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-11 07:33:44 UTC (rev 97036)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Flexible music library manager and tagger"
+arch=('any')
+url="http://beets.radbox.org/"
+license=('MIT')
+depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('gstreamer0.10-python: BPD audio player plugin'
+            'python2-flask: Web interface'
+            'python2-pyacoustid: Acoustic fingerprinting'
+            'python2-pylast: Lastgenre plugin')
+source=("http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3')
+
+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/beet.1
+  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/beetsconfig.5
+  gzip -9 "${pkgdir}"/usr/share/man/man{1/beet.1,5/beetsconfig.5}
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list