[arch-commits] Commit in quodlibet/repos/extra-any (4 files)
Eric Bélanger
eric at archlinux.org
Sun Apr 12 23:21:59 UTC 2015
Date: Monday, April 13, 2015 @ 01:21:59
Author: eric
Revision: 236323
archrelease: copy trunk to extra-any
Added:
quodlibet/repos/extra-any/PKGBUILD
(from rev 236322, quodlibet/trunk/PKGBUILD)
quodlibet/repos/extra-any/quodlibet.install
(from rev 236322, quodlibet/trunk/quodlibet.install)
Deleted:
quodlibet/repos/extra-any/PKGBUILD
quodlibet/repos/extra-any/quodlibet.install
-------------------+
PKGBUILD | 91 ++++++++++++++++++++++++----------------------------
quodlibet.install | 23 ++++++-------
2 files changed, 55 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-12 23:20:28 UTC (rev 236322)
+++ PKGBUILD 2015-04-12 23:21:59 UTC (rev 236323)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=quodlibet
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="An audio library tagger, manager and player"
-arch=('any')
-license=('GPL2')
-url="http://code.google.com/p/quodlibet/"
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen'
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
- 'gnome-icon-theme')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
- 'gst-plugins-bad: for Musepack support'
- 'libgpod: for ipod support'
- 'python2-feedparser: for audio feeds (podcast) support'
- 'libkeybinder3: for the multimedia keys support'
- 'media-player-info: for media devices support'
- 'cddb-py: for "CDDB Lookup" plugin'
- 'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
- 'python2-pyinotify: for "Automatic library update" plugin'
- 'kakasi: for "Kana/Kanji Simple Inverter" plugin'
- 'zeitgeist: for "Event Logging" plugin'
- 'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-install=quodlibet.install
-source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('817bbcfb37ab5e2b032da8e9e5923e890f8bfec5')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -i 's/env python/env python2/' quodlibet/ext/songsmenu/replaygain.py
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- python2 setup.py build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- python2 setup.py install --root="${pkgdir}"
-}
Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 236322, quodlibet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-12 23:21:59 UTC (rev 236323)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=quodlibet
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="An audio library tagger, manager and player"
+arch=('any')
+license=('GPL2')
+url="https://github.com/quodlibet/quodlibet"
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen'
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+ 'gst-plugins-bad: for Musepack support'
+ 'libgpod: for ipod support'
+ 'python2-feedparser: for audio feeds (podcast) support'
+ 'libkeybinder3: for the multimedia keys support'
+ 'media-player-info: for media devices support'
+ 'cddb-py: for "CDDB Lookup" plugin'
+ 'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
+ 'python2-pyinotify: for "Automatic library update" plugin'
+ 'kakasi: for "Kana/Kanji Simple Inverter" plugin'
+ 'zeitgeist: for "Event Logging" plugin'
+ 'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+install=quodlibet.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('64a8478d91eb9a7ce50b730b9e4a53909419a749')
+
+build() {
+ cd ${pkgname}-release-${pkgver}/quodlibet
+ python2 setup.py build
+}
+
+package() {
+ cd ${pkgname}-release-${pkgver}/quodlibet
+ python2 setup.py install --root="${pkgdir}"
+}
Deleted: quodlibet.install
===================================================================
--- quodlibet.install 2015-04-12 23:20:28 UTC (rev 236322)
+++ quodlibet.install 2015-04-12 23:21:59 UTC (rev 236323)
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: quodlibet/repos/extra-any/quodlibet.install (from rev 236322, quodlibet/trunk/quodlibet.install)
===================================================================
--- quodlibet.install (rev 0)
+++ quodlibet.install 2015-04-12 23:21:59 UTC (rev 236323)
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list