Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=08ddba86dab7558865e1d81e9fcda8bbdbadb826

commit 08ddba86dab7558865e1d81e9fcda8bbdbadb826
Author: Devil505 <devil505li...@gmail.com>
Date:   Mon Oct 26 16:59:32 2009 +0100

quodlibet-2.1-1-i686
* version bump
* project now hosted on googlecode
* removed hal patch

diff --git a/source/gnome-extra/quodlibet/FrugalBuild 
b/source/gnome-extra/quodlibet/FrugalBuild
index 05f1ce8..c098d61 100644
--- a/source/gnome-extra/quodlibet/FrugalBuild
+++ b/source/gnome-extra/quodlibet/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Priyank Gosalia <priyan...@gmail.com>

pkgname=quodlibet
-pkgver=1.0
-pkgrel=2
+pkgver=2.1
+pkgrel=1
pkgdesc="QuodLibet is a GTK+ based audio player written in Python."
url="http://www.sacredchao.net/quodlibet/wiki";
makedepends=('intltool')
@@ -16,23 +16,16 @@ depends=('gtk+2>=2.18.0' 'pygtk>=2.16.0-2' 'mutagen' 
'pyvorbis' 'pymad' 'gst-pyt
'gst-plugins-bad-musepack' 'gst-plugins-bad' \
'gst-plugins-good-wavpack' 'gst-plugins-base-oil' \
'hal>=0.5.11-8' 'dbus-python' 'dbus')
+Finclude googlecode
groups=('gnome-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
-up2date="lynx -dump $url/Download | grep -m1 tar.gz | sed 
's/.*et-\(.*\).t.*/\1/'"
-source=(http://www.sacredchao.net/~piman/software/$pkgname-$pkgver.tar.gz \
-       quodlibet-0.24-hal.patch)
-sha1sums=('9a72043b635448b3d148bd7216a2e00271a926a0'\
-          '6677ad0546fa4c05ff8bcfdf307db4df277f568f')
+sha1sums=('15a40c054955d1ad539432a265b2c96225b864c2')

-build()
-{
-       Fcd
-       Fsed '/share/man/man1' '/man/man1' Makefile
-       Fpatchall
-       cp /usr/bin/intltool-extract po/ || Fdie
-       make extensions || Fdie
-       make PREFIX=/usr DESTDIR=$Fdestdir install
+build() {
+  Fbuild
+  Ficonrel $pkgname/images/exfalso.png
+  Ficonrel $pkgname/images/$pkgname.png
}

# optimization OK
diff --git a/source/gnome-extra/quodlibet/quodlibet-0.24-hal.patch 
b/source/gnome-extra/quodlibet/quodlibet-0.24-hal.patch
deleted file mode 100644
index 1c373cb..0000000
--- a/source/gnome-extra/quodlibet/quodlibet-0.24-hal.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- browsers/media.py  2006-10-09 01:34:00.000000000 +0200
-+++ browsers/media.py.new      2007-01-09 21:32:43.000000000 +0100
-@@ -143,12 +143,15 @@
-
-     @classmethod
-     def init(klass, library):
--        devices._hal.connect_to_signal(
--            'DeviceAdded', klass.__hal_device_added)
--        devices._hal.connect_to_signal(
--            'DeviceRemoved', klass.__hal_device_removed)
--        for udi in devices.discover():
--            klass.__hal_device_added(udi)
-+      try:
-+              devices._hal.connect_to_signal(
-+                              'DeviceAdded', klass.__hal_device_added)
-+              devices._hal.connect_to_signal(
-+                  'DeviceRemoved', klass.__hal_device_removed)
-+              for udi in devices.discover():
-+                  klass.__hal_device_added(udi)
-+      except:
-+              print "Hal not found"
-
-     @classmethod
-     def devices(klass):
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to