Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=80b85a864dc628484d9bdbf25b32f50f3228843b
commit 80b85a864dc628484d9bdbf25b32f50f3228843b Author: bouleetbil <[EMAIL PROTECTED]> Date: Fri Jun 6 23:35:13 2008 +0200 banshee-1.0.0-1-i686 *version bump *delete _F_gnome_schemas *add new depends *delete option nofakeroot *add mono to Finclude diff --git a/source/gnome-extra/banshee/FrugalBuild b/source/gnome-extra/banshee/FrugalBuild index 52d4db1..cafa8a5 100644 --- a/source/gnome-extra/banshee/FrugalBuild +++ b/source/gnome-extra/banshee/FrugalBuild @@ -3,44 +3,40 @@ # Contributor: AlexExtreme <[EMAIL PROTECTED]> pkgname=banshee -pkgver=0.13.2 +_F_archive_name=$pkgname-1 +pkgver=1.0.0 pkgrel=1 pkgdesc="Banshee is a Mono based media player for Gnome" url="http://banshee-project.org" -depends=('gnome-sharp' 'ipod-sharp>=0.8.0' 'sqlite3' 'hal' 'libmusicbrainz' 'nautilus-cd-burner' \ - 'mono-zeroconf>=0.7.5' 'gst-plugins-base-cdparanoia' 'gst-plugins-base-gnomevfs' 'gst-plugins-good-gconf' 'gst-plugins-base-oil' \ - 'karma-sharp>=0.1.0-3' 'libmtp' 'ndesk-dbus-glib' 'njb-sharp') +depends=('gnome-sharp' 'ipod-sharp>=0.8.0' 'sqlite3' 'hal' 'libmusicbrainz' 'brasero' \ + 'mono-zeroconf>=0.7.6' 'gst-plugins-base-cdparanoia' 'gst-plugins-base-gnomevfs' \ + 'gst-plugins-good-gconf' 'gst-plugins-base-oil' 'podsleuth' \ + 'karma-sharp>=0.1.0-4' 'libmtp' 'ndesk-dbus-glib' 'njb-sharp' 'taglib-sharp' 'mono-addins') conflicts=('banshee-official-plugins') provides=('banshee-official-plugins') replaces=('banshee-official-plugins') -makedepends=('perl-xml-parser' 'intltool') +makedepends=('perl-xml-parser') groups=('gnome-extra') archs=('i686' 'x86_64') -_F_gnome_schemas=( \ - '/etc/gconf/schemas/banshee-core.schemas' \ - '/etc/gconf/schemas/banshee-interface.schemas' \ - '/etc/gconf/schemas/banshee-plugin-audioscrobbler.schemas' \ - '/etc/gconf/schemas/banshee-plugin-bookmarks.schemas' \ - '/etc/gconf/schemas/banshee-plugin-daap.schemas' \ - '/etc/gconf/schemas/banshee-plugin-lastfm.schemas' \ - '/etc/gconf/schemas/banshee-plugin-metadatasearcher.schemas' \ - '/etc/gconf/schemas/banshee-plugin-minimode.schemas' \ - '/etc/gconf/schemas/banshee-plugin-mmkeys.schemas' \ - '/etc/gconf/schemas/banshee-plugin-notificationarea.schemas' \ - '/etc/gconf/schemas/banshee-plugin-podcast.schemas' \ - '/etc/gconf/schemas/banshee-plugin-radio.schemas' \ - '/etc/gconf/schemas/banshee-plugin-recommendation.schemas') _F_gnome_desktop=y _F_gnome_iconcache=y -options=('scriptlet' 'nofakeroot') +options=('scriptlet') _F_mono_aot=0 -Finclude gnome-scriptlet +Finclude mono gnome-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) +source=(http://banshee-project.org/files/$pkgname/$_F_archive_name-$pkgver.tar.bz2) Fconfopts="$Fconfopts --disable-docs --enable-avahi --enable-ipod \ --enable-karma --enable-mtp --enable-external-ndesk-dbus \ --enable-njb --disable-debug" -sha1sums=('81093fe364b9bcac37d88595feb690c0a537a134') +sha1sums=('8467e114d6857cc1f37b3364cbde9618a2067e30') +_F_cd_path=$_F_archive_name-$pkgver + +build() { + unset MAKEFLAGS + Fmonoexport + Fbuild + Fmonocleanup + Fbuild_gnome_scriptlet +} -unset MAKEFLAGS # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
