packages: xfce4-notifyd/xfce4-notifyd.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Fri Mar 4 11:56:52 CET 2011


Author: baggins                      Date: Fri Mar  4 10:56:52 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
packages/xfce4-notifyd:
   xfce4-notifyd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xfce4-notifyd/xfce4-notifyd.spec
diff -u /dev/null packages/xfce4-notifyd/xfce4-notifyd.spec:1.1
--- /dev/null	Fri Mar  4 11:56:52 2011
+++ packages/xfce4-notifyd/xfce4-notifyd.spec	Fri Mar  4 11:56:47 2011
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+Summary:	XFCE Notify Daemon
+Summary(pl.UTF-8):	Demon powiadomień XFCE
+Name:		xfce4-notifyd
+Version:	0.2.1
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.xfce.org/archive/src/apps/xfce4-notifyd/0.2/%{name}-%{version}.tar.bz2
+# Source0-md5:	0a63857901809887b587c73024d1089b
+#URL:		http://www.xfce.org/projects/xfce4-notifyd/
+URL:		http://git.xfce.org/apps/xfce4-notifyd/
+BuildRequires:	dbus-devel
+BuildRequires:	dbus-glib-devel
+BuildRequires:	gtk+2-devel >= 2:2.10.6
+BuildRequires:	libxfce4ui-devel >= %{version}
+BuildRequires:	libxfce4util-devel >= %{version}
+BuildRequires:	pkgconfig >= 1:0.9.0
+BuildRequires:	xfce4-dev-tools >= 4.6.0
+BuildRequires:	xfconf-devel >= %{version}
+Requires(post,postun):	gtk-update-icon-cache
+Requires(post,postun):	hicolor-icon-theme
+Requires:	dbus >= 0.91
+Provides:	dbus(org.freedesktop.Notifications)
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The XFCE Notify Daemon (xfce4-notifyd for short) is a smallish program
+that implements the "server-side" portion of the Freedesktop desktop
+notifications specification.  Applications that wish to pop up
+a notification bubble in a standard way can implicitly make use of
+xfce4-notifyd to do so by sending standard messages over D-Bus using
+the org.freedesktop.Notifications interface.
+
+%description -l pl.UTF-8
+Demon powiadomień XFCE (w skrócie xfce4-notifyd) jest niewielkim
+programem implementującym serwerową część specyfikacji powiadomień.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/xfce4-notifyd-config
+%attr(755,root,root) %{_libdir}/xfce4/notifyd/xfce4-notifyd
+%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
+%{_desktopdir}/xfce4-notifyd-config.desktop
+%{_iconsdir}/hicolor/*/apps/xfce4-notifyd.png
+%{_datadir}/themes/Default/xfce-notify-4.0
+%{_datadir}/themes/Smoke
+%{_datadir}/themes/ZOMG-PONIES!
+%{_mandir}/man1/xfce4-notifyd-config.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/04 10:56:47  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list