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

Maxime Gauduin alucryd at archlinux.org
Tue Jan 10 17:38:32 UTC 2017


    Date: Tuesday, January 10, 2017 @ 17:38:31
  Author: alucryd
Revision: 206612

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  119 +++++++++++++++++++++++++++++--------------------------------
 beet     |    4 +-
 2 files changed, 60 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-10 17:29:22 UTC (rev 206611)
+++ PKGBUILD	2017-01-10 17:38:31 UTC (rev 206612)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.4.2
-pkgrel=1
-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-six'
-         'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-            'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
-            'imagemagick: Thumbnails plugin'
-            'python2-beautifulsoup4: Lyrics 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')
-_commit='44f33cabc7e2c5ea6fd79fac3b73ac54fa11d568'
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz"
-        'beet')
-sha256sums=('b54c72e220d7696740823d0a4e4f38d57d1e463daaf06da5194a358d3a14ca6a'
-            '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 extra/_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 206611, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-10 17:38:31 UTC (rev 206612)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
+         'python-setuptools' 'python-six' 'python-unidecode' 'python-yaml')
+optdepends=('bash-completion: Bash completion'
+            'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+            'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+            'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+            'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+            'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+            'imagemagick: Thumbnails plugin'
+            'python-beautifulsoup4: Lyrics plugin'
+            'python-flask: Web plugin'
+            'python-gobject: ReplayGain plugin'
+            'python-mpd: MPDStats plugin'
+            'python-pyacoustid: Chromaprint/Acoustid plugin'
+            'python-pylast: LastGenre plugin'
+            'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+            'python-xdg: Thumbnails plugin')
+source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz"
+        'beet')
+sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
+            'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
+
+build() {
+  cd beets-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python 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 extra/_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	2017-01-10 17:29:22 UTC (rev 206611)
+++ beet	2017-01-10 17:38:31 UTC (rev 206612)
@@ -1,2 +0,0 @@
-_load_beet_completion() { eval "$(beet completion)"; }
-complete -F _load_beet_completion beet

Copied: beets/repos/community-any/beet (from rev 206611, beets/trunk/beet)
===================================================================
--- beet	                        (rev 0)
+++ beet	2017-01-10 17:38:31 UTC (rev 206612)
@@ -0,0 +1,2 @@
+_load_beet_completion() { eval "$(beet completion)"; }
+complete -F _load_beet_completion beet



More information about the arch-commits mailing list