#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=rhythmbox pkgver=2.95 zenver=72 pkgrel=1 arch=i686 source=("http://ftp.acc.umu.se/pub/GNOME/sources/rhythmbox/2.95/rhythmbox-$pkgver.tar.xz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "copying-docs" "copying.lib" "changelog*" "authors" "news" "todo" "hacking" "maintainers" "thanks") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi # glib2 compile schemas if [ -x usr/bin/glib-compile-schemas ]; then usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "rhythmbox (GNOME Music Management)" "Rhythmbox is an integrated music management application, originally" "inspired by Apple's iTunes. It is free software, designed to work" "under the GNOME Desktop, and based on the powerful GStreamer media" "framework. It includes an easy to use music browser, Internet" "Radio support including last.fm streams, album art display," "visualizations, support iPod, MTP, and USB Mass Storage music" "players, as well as Magnatune and Jamendo." ) build() { cd $startdir/src/$pkgname-$pkgver ./autogen.sh ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --disable-gtk-doc --enable-python --disable-static --disable-scrollkeeper make || return 1 make install DESTDIR=$startdir/pkg }