[arch-commits] Commit in quodlibet/repos/extra-any (4 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue May 21 16:12:02 UTC 2013


    Date: Tuesday, May 21, 2013 @ 18:12:01
  Author: eric
Revision: 186170

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
    (from rev 186169, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
    (from rev 186169, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

-------------------+
 PKGBUILD          |  126 ++++++++++++++++++++++++++--------------------------
 quodlibet.install |   23 ++++-----
 2 files changed, 76 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-21 16:11:46 UTC (rev 186169)
+++ PKGBUILD	2013-05-21 16:12:01 UTC (rev 186170)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=2.5.1
-_pkgver=2.5.1
-pkgrel=1
-arch=('any')
-license=('GPL2')
-url="http://code.google.com/p/quodlibet/"
-makedepends=('intltool' 'python2-gobject2' 'gtk-update-icon-cache'
-             'hicolor-icon-theme' 'desktop-file-utils')
-options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$_pkgver.tar.gz
-        https://quodlibet.googlecode.com/files/$pkgbase-plugins-$_pkgver.tar.gz)
-sha1sums=('3897109ca47a0d59dc3c18a176b10feeccc21afe'
-          'e23206be3322a9b79cd0a70448fafeeb0e02a58a')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${_pkgver}"
-  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
-    ../${pkgbase}-plugins-${_pkgver}/songsmenu/replaygain.py
-  python2 setup.py build
-}
-
-package_quodlibet() {
-  pkgdesc="An audio library tagger, manager and player"
-  depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins'
-           'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
-  optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support'
-              'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support'
-              'python2-dbus: for dbus support'
-              'notification-daemon: for notification support'
-              'libgpod: for ipod support'
-              'python2-feedparser: for audio feeds (podcast) support'
-              'python2-keybinder2: for the multimedia keys support'
-              'udisks: for media devices support'
-              'media-player-info: for media devices support')
-  install=quodlibet.install
-
-  cd "${srcdir}/${pkgbase}-${_pkgver}"
-  python2 setup.py install --prefix="${pkgdir}/usr"
-}
-
-package_quodlibet-plugins() {
-  pkgdesc="Various plugins for QuodLibet"
-  depends=('quodlibet')
-  optdepends=('python2-gnomevfs: for "Automatic Masking" plugin'
-              'python2-dbus: for "Gajim Status Message" plugin'
-              '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'
-              'gstreamer0.10-bad-plugins: for "Audio Pitch/Speed" plugin')
-
-  cd "${srcdir}/${pkgbase}-plugins-${_pkgver}"
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
-  cp -r editing events gstreamer playorder songsmenu "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 186169, quodlibet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-21 16:12:01 UTC (rev 186170)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=2.5.1
+pkgrel=2
+arch=('any')
+license=('GPL2')
+url="http://code.google.com/p/quodlibet/"
+makedepends=('intltool' 'python2-gobject2' 'gtk-update-icon-cache'
+             'hicolor-icon-theme')
+options=('!makeflags')
+source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
+        https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('3897109ca47a0d59dc3c18a176b10feeccc21afe'
+          'e23206be3322a9b79cd0a70448fafeeb0e02a58a')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+    ../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
+  sed -i '/MimeType=inode\/directory;/d' exfalso.desktop.in
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_quodlibet() {
+  pkgdesc="An audio library tagger, manager and player"
+  depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins'
+           'gstreamer0.10-ugly-plugins' 'mutagen' 'pygtk' 'hicolor-icon-theme')
+  optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support'
+              'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support'
+              'python2-dbus: for dbus support'
+              'notification-daemon: for notification support'
+              'libgpod: for ipod support'
+              'python2-feedparser: for audio feeds (podcast) support'
+              'python2-keybinder2: for the multimedia keys support'
+              'udisks: for media devices support'
+              'media-player-info: for media devices support')
+  install=quodlibet.install
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --prefix="${pkgdir}/usr"
+}
+
+package_quodlibet-plugins() {
+  pkgdesc="Various plugins for QuodLibet"
+  depends=('quodlibet')
+  optdepends=('python2-gnomevfs: for "Automatic Masking" plugin'
+              'python2-dbus: for "Gajim Status Message" plugin'
+              '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'
+              'gstreamer0.10-bad-plugins: for "Audio Pitch/Speed" plugin')
+
+  cd ${pkgbase}-plugins-${pkgver}
+  install -d "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
+  cp -r editing events gstreamer playorder songsmenu "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
+}

Deleted: quodlibet.install
===================================================================
--- quodlibet.install	2013-05-21 16:11:46 UTC (rev 186169)
+++ quodlibet.install	2013-05-21 16:12:01 UTC (rev 186170)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  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 186169, quodlibet/trunk/quodlibet.install)
===================================================================
--- quodlibet.install	                        (rev 0)
+++ quodlibet.install	2013-05-21 16:12:01 UTC (rev 186170)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list