Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b21ce11ab8c0dd9f4a6df31003b6ea4e > files > 3

xfce4-notifyd-0.1.0-5mdv2009.0.src.rpm

Summary: 	Notification daemon for Xfce desktop environment
Name: 		xfce4-notifyd
Version: 	0.1.0
Release: 	%mkrel 5
License:	GPLv3
Group: 		Graphical desktop/Xfce
URL:		http://spuriousinterrupt.org/projects/xfce4-notifyd
Source0:	http://spuriousinterrupt.org/files/xfce4-notifyd/%{name}-%{version}.tar.bz2
Patch0:		xfce4-notifyd-0.1.0-second-arg-notification-closed.patch
BuildRequires:	xfconf-devel
BuildRequires:	libsexy-devel
BuildRequires:	dbus-glib-devel
BuildRequires:	intltool
BuildRequires:	libxfce4util-devel
BuildRequires:	libxfcegui4-devel
BuildRequires:	libnotify-devel
Provides:	virtual-notification-daemon
Obsoletes:	notification-daemon-xfce
Conflicts:	notification-daemon
BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot

%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for 
Xfce that implements the Freedesktop.org Desktop Notifications 
Specification.

Features:
* Themable using the GTK+ theming mechanism
* Visually appealing: rounded corners, shaped windows
* Supports transparency and fade effects

%prep
%setup -q
%patch0 -p1

%build
%configure2_5x \
	--disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std 

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc ChangeLog AUTHORS README TODO
%{_bindir}/xfce4-notifyd-config
%{_libdir}/xfce4-notifyd
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
%{_iconsdir}/hicolor/*/apps/*.png
%{_datadir}/themes/Default/xfce-notify-4.0
%{_datadir}/themes/Smoke
%{_datadir}/themes/ZOMG-PONIES!


%changelog
* Sun May 24 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 0.1.0-5mdv2009.0
+ Revision: 379282
- Patch0:correctly send two arguments with NotificationClosed

* Thu Mar 05 2009 Tomasz Pawel Gajc <tpg@mandriva.org> 0.1.0-4mdv2009.1
+ Revision: 349225
- rebuild whole xfce

* Fri Nov 28 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 0.1.0-3mdv2009.1
+ Revision: 307474
- conflicts with notification-daemon

* Fri Nov 28 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 0.1.0-2mdv2009.1
+ Revision: 307472
- provides virtual-notification-daemon
- obsolete notification-daemon-xfce

* Wed Nov 26 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 0.1.0-1mdv2009.1
+ Revision: 306810
- add source and spec files
- Created package structure for xfce4-notifyd.