# Review at Name: xfce4-soundmenu-plugin Version: 0.4.0 Release: 1%{?dist} Summary: MPRIS2 control plugin for the Xfce panel Group: User Interface/Desktops License: GPLv2+ URL: http://dissonance.googlecode.com/ Source0: http://dissonance.googlecode.com/files/%{name}-%{version}.tar.bz2 # use new locations for panel plugins and desktop files # a git-formated version of this patch was sent upstream by mail in 2012-03-03 Patch0: %{name}-0.4.0-xfce4-panel-4.8.patch # this patch was sent upstream by mail in 2012-03-03 Patch1: %{name}-0.4.0-update-FSFE-address.patch # this patch was sent upstream by mail in 2012-03-03 Patch2: %{name}-0.4.0-fix-author-name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig(libxfce4panel-1.0) >= 4.8.0 BuildRequires: pkgconfig(libxfce4ui-1) >= 4.8.0 BuildRequires: pkgconfig(dbus-glib-1) >= 0.74 BuildRequires: pkgconfig(libclastfm) >= 0.4 BuildRequires: pkgconfig(libnotify) >= 0.4.4 BuildRequires: pkgconfig(keybinder) >= 0.2.0 # not yet in Fedora #BuildRequires: libglyr-devel BuildRequires: gettext, intltool Requires: xfce4-panel >= 4.8.0 %description A very basic xfce4-panel plugin to control MPRIS2 compatible media players. Features: * Play/Pause, Stop, Previous and Next track * Display album cover in the panel * Last.fm support %prep %setup -q %patch0 -p1 -b .xfce4-panel-4.8 %patch1 -p1 -b .old %patch2 -p1 -b .fixed %build %configure --disable-static make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL='install -p' find %{buildroot} -name '*.la' -exec rm -f {} ';' %find_lang %{name} %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README TODO %{_libdir}/xfce4/panel/plugins/%{name} %{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/icons/hicolor/*/* %changelog * Sat Mar 03 2012 Christoph Wickert - 0.4.0-1 - Initial packaging