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

Maxime Gauduin alucryd at archlinux.org
Sun Feb 7 08:43:10 UTC 2016


    Date: Sunday, February 7, 2016 @ 09:43:09
  Author: alucryd
Revision: 160522

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  131 ++++++++++++++++++++++++++++++-------------------------------
 beet     |    4 -
 2 files changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-07 08:43:00 UTC (rev 160521)
+++ PKGBUILD	2016-02-07 08:43:09 UTC (rev 160522)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.3.16
-pkgrel=2
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-jellyfish' '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-libav: 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-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-            'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-            'imagemagick: Thumbnails plugin'
-            'python2-flask: Web plugin'
-            'python2-gobject: ReplayGain plugin'
-            'python2-pathlib: Thumbnails plugin'
-            'python2-pyacoustid: Chromaprint/Acoustid plugin'
-            'python2-pylast: LastGenre plugin'
-            'python2-requests: Chromaprint/Acoustid/BPD/FetchArt plugins'
-            'python2-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz"
-        'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
-        'beet')
-sha256sums=('fdbdee7dadd04001f6281142cd61b5b8478107d1f38da30b9d08d7fbd0bea130'
-            'b764df02a7bb907c991e8e3fd3de72375aa608e60ae0e0636ceeb141b21c6e0f'
-            'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
-  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 ../_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  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/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 160521, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-07 08:43:09 UTC (rev 160522)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.3.16
+pkgrel=3
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' '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-libav: 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-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+            'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+            'imagemagick: Thumbnails plugin'
+            'python2-flask: Web plugin'
+            'python2-gobject: ReplayGain plugin'
+            'python2-mpd: MPDStats plugin'
+            'python2-pathlib: Thumbnails plugin'
+            'python2-pyacoustid: Chromaprint/Acoustid plugin'
+            'python2-pylast: LastGenre plugin'
+            'python2-requests: Chromaprint/Acoustid/BPD/FetchArt plugins'
+            'python2-xdg: Thumbnails plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz"
+        'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
+        'beet')
+sha256sums=('fdbdee7dadd04001f6281142cd61b5b8478107d1f38da30b9d08d7fbd0bea130'
+            'dd13bbe2270ac1fce76e7ba9e749823f0fc664b6746b5536e2edf22f32a91e3b'
+            'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
+
+build() {
+  cd beets-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
+  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
+  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
+  install -m 644 ../_beet "${pkgdir}"/usr/share/zsh/site-functions/
+
+  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/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: beet
===================================================================
--- beet	2016-02-07 08:43:00 UTC (rev 160521)
+++ beet	2016-02-07 08:43:09 UTC (rev 160522)
@@ -1,2 +0,0 @@
-_load_beet_completion() { eval "$(beet completion)"; }
-complete -F _load_beet_completion beet

Copied: beets/repos/community-any/beet (from rev 160521, beets/trunk/beet)
===================================================================
--- beet	                        (rev 0)
+++ beet	2016-02-07 08:43:09 UTC (rev 160522)
@@ -0,0 +1,2 @@
+_load_beet_completion() { eval "$(beet completion)"; }
+complete -F _load_beet_completion beet



More information about the arch-commits mailing list