]> git.pld-linux.org Git - packages/xfce4-notifyd.git/blame - xfce4-notifyd.spec
- initial revision
[packages/xfce4-notifyd.git] / xfce4-notifyd.spec
CommitLineData
cb37d25b
JR
1Summary: XFCE Notify Daemon
2Summary(pl.UTF-8): Demon powiadomień XFCE
3Name: xfce4-notifyd
4Version: 0.2.1
5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://www.xfce.org/archive/src/apps/xfce4-notifyd/0.2/%{name}-%{version}.tar.bz2
9# Source0-md5: 0a63857901809887b587c73024d1089b
10#URL: http://www.xfce.org/projects/xfce4-notifyd/
11URL: http://git.xfce.org/apps/xfce4-notifyd/
12BuildRequires: dbus-devel
13BuildRequires: dbus-glib-devel
14BuildRequires: gtk+2-devel >= 2:2.10.6
15BuildRequires: libxfce4ui-devel >= %{version}
16BuildRequires: libxfce4util-devel >= %{version}
17BuildRequires: pkgconfig >= 1:0.9.0
18BuildRequires: xfce4-dev-tools >= 4.6.0
19BuildRequires: xfconf-devel >= %{version}
20Requires(post,postun): gtk-update-icon-cache
21Requires(post,postun): hicolor-icon-theme
22Requires: dbus >= 0.91
23Provides: dbus(org.freedesktop.Notifications)
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27The XFCE Notify Daemon (xfce4-notifyd for short) is a smallish program
28that implements the "server-side" portion of the Freedesktop desktop
29notifications specification. Applications that wish to pop up
30a notification bubble in a standard way can implicitly make use of
31xfce4-notifyd to do so by sending standard messages over D-Bus using
32the org.freedesktop.Notifications interface.
33
34%description -l pl.UTF-8
35Demon powiadomień XFCE (w skrócie xfce4-notifyd) jest niewielkim
36programem implementującym serwerową część specyfikacji powiadomień.
37
38%prep
39%setup -q
40
41%build
42%configure
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%find_lang %{name}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%post
58%update_icon_cache hicolor
59
60%postun
61%update_icon_cache hicolor
62
63%files -f %{name}.lang
64%defattr(644,root,root,755)
65%doc AUTHORS ChangeLog NEWS README TODO
66%attr(755,root,root) %{_bindir}/xfce4-notifyd-config
67%attr(755,root,root) %{_libdir}/xfce4/notifyd/xfce4-notifyd
68%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
69%{_desktopdir}/xfce4-notifyd-config.desktop
70%{_iconsdir}/hicolor/*/apps/xfce4-notifyd.png
71%{_datadir}/themes/Default/xfce-notify-4.0
72%{_datadir}/themes/Smoke
73%{_datadir}/themes/ZOMG-PONIES!
74%{_mandir}/man1/xfce4-notifyd-config.1*
This page took 0.158679 seconds and 4 git commands to generate.