Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=14f2195fee5ac0ac1ae03cd4574a48a921bd6cf2
commit 14f2195fee5ac0ac1ae03cd4574a48a921bd6cf2 Author: crazy <[EMAIL PROTECTED]> Date: Thu Sep 27 03:58:55 2007 +0200 banshee-0.13.1-1-i686 * Version bump * fixed / updated all *.schemas files * seems to work fine now :) diff --git a/source/gnome-extra/banshee/FrugalBuild b/source/gnome-extra/banshee/FrugalBuild index a74f6bd..8543ae7 100644 --- a/source/gnome-extra/banshee/FrugalBuild +++ b/source/gnome-extra/banshee/FrugalBuild @@ -2,25 +2,32 @@ # Maintainer: AlexExtreme <[EMAIL PROTECTED]> pkgname=banshee -pkgver=0.12.1 -pkgrel=2 +pkgver=0.13.1 +pkgrel=1 pkgdesc="Banshee is a Mono based media player for Gnome" url="http://banshee-project.org" depends=('gnome-sharp' 'ipod-sharp>=0.6.3' 'sqlite3' 'hal' 'libmusicbrainz' 'nautilus-cd-burner' \ 'avahi-sharp>=0.6.17' 'gst-plugins-base-cdparanoia' 'gst-plugins-base-gnomevfs' 'gst-plugins-good-gconf' 'gst-plugins-base-oil' \ - 'karma-sharp') + 'karma-sharp>=0.1.0-3') conflicts=('banshee-official-plugins') provides=('banshee-official-plugins') replaces=('banshee-official-plugins') makedepends=('perl-xml' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64') -_F_gnome_schemas=('/etc/gconf/schemas/audioscrobbler.schemas' \ - '/etc/gconf/schemas/banshee-notificationareaicon.schemas' \ - '/etc/gconf/schemas/banshee.schemas' \ - '/etc/gconf/schemas/daap.schemas' \ - '/etc/gconf/schemas/metadatasearch.schemas' \ - '/etc/gconf/schemas/mmkeys.schemas') +_F_gnome_schemas=( \ + '/etc/gconf/schemas/bansheeterface.schemas' \ + '/etc/gconf/schemas/banshee-core.schemas' \ + '/etc/gconf/schemas/banshee-plu-podcast.schemas' \ + '/etc/gconf/schemas/banshee-plu-mmkeys.schemas' \ + '/etc/gconf/schemas/banshee-plu-daap.schemas' \ + '/etc/gconf/schemas/banshee-plu-radio.schemas' \ + '/etc/gconf/schemas/banshee-plu-bookmarks.schemas' \ + '/etc/gconf/schemas/banshee-plu-metadatasearcher.schemas' \ + '/etc/gconf/schemas/banshee-plu-recommendation.schemas' \ + '/etc/gconf/schemas/banshee-plu-imode.schemas' \ + '/etc/gconf/schemas/banshee-plu-audioscrobbler.schemas' \ + '/etc/gconf/schemas/banshee-plu-notificationarea.schemas') _F_gnome_desktop=y _F_gnome_iconcache=y Finclude gnome-scriptlet @@ -28,8 +35,7 @@ options=('nofakeroot' 'scriptlet') up2date="lynx -dump $url | grep 'The latest version'|sed 's/The latest version of Banshee is //g' |sed 's/,.*$//g' | sed 's/ //g'" source=(http://banshee-project.org/files/$pkgname/$pkgname-$pkgver.tar.bz2) Fconfopts="$Fconfopts --disable-docs --enable-avahi --enable-ipod" -sha1sums=('6de353bdee1dbe3e25b5db8a77fd7dbd188c722d') +sha1sums=('5af60e08b09d61869b79f25b71b46ae427f3b836') unset MAKEFLAGS - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
