]> git.pld-linux.org Git - packages/xfce4-notifyd.git/blame - xfce4-notifyd.spec
- up to 0.6.5
[packages/xfce4-notifyd.git] / xfce4-notifyd.spec
CommitLineData
cb37d25b
JR
1Summary: XFCE Notify Daemon
2Summary(pl.UTF-8): Demon powiadomień XFCE
3Name: xfce4-notifyd
823aa735 4Version: 0.6.5
9a1a3f88 5Release: 1
cb37d25b
JR
6License: GPL v2
7Group: Applications/System
823aa735
KM
8Source0: https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/%{name}-%{version}.tar.bz2
9# Source0-md5: 8ace91bdd01b6830275f12a1dd487dee
10URL: https://git.xfce.org/apps/xfce4-notifyd/
cb37d25b
JR
11BuildRequires: dbus-devel
12BuildRequires: dbus-glib-devel
822a6903 13BuildRequires: glib2-devel >= 1:2.56
3175406f 14BuildRequires: gtk+3-devel >= 3.22
b21c8959
JR
15BuildRequires: libxfce4ui-devel >= 4.14.0
16BuildRequires: libxfce4util-devel >= 4.14.0
cb37d25b 17BuildRequires: pkgconfig >= 1:0.9.0
b21c8959
JR
18BuildRequires: xfce4-dev-tools >= 4.14.0
19BuildRequires: xfconf-devel >= 4.14.0
cb37d25b
JR
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
36b1a4b3
JR
29notifications specification. Applications that wish to pop up a
30notification bubble in a standard way can implicitly make use of
cb37d25b
JR
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
9a1a3f88 52%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libnotification-plugin.la
3175406f 53%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,hy_AM,ie}
9a1a3f88 54
cb37d25b
JR
55%find_lang %{name}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%post
61%update_icon_cache hicolor
62
63%postun
64%update_icon_cache hicolor
65
66%files -f %{name}.lang
67%defattr(644,root,root,755)
68%doc AUTHORS ChangeLog NEWS README TODO
69%attr(755,root,root) %{_bindir}/xfce4-notifyd-config
48f783ee 70%dir %{_libdir}/xfce4/notifyd
cb37d25b 71%attr(755,root,root) %{_libdir}/xfce4/notifyd/xfce4-notifyd
3175406f 72%{_sysconfdir}/xdg/autostart/xfce4-notifyd.desktop
cb37d25b 73%{_desktopdir}/xfce4-notifyd-config.desktop
3175406f 74%{_iconsdir}/hicolor/*/apps/org.xfce.notification.*
3b1068df 75%{_datadir}/themes/Bright
cb37d25b 76%{_datadir}/themes/Default/xfce-notify-4.0
3b1068df 77%{_datadir}/themes/Retro
cb37d25b
JR
78%{_datadir}/themes/Smoke
79%{_datadir}/themes/ZOMG-PONIES!
80%{_mandir}/man1/xfce4-notifyd-config.1*
36b1a4b3
JR
81%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libnotification-plugin.so
82%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop
36b1a4b3
JR
83%{_iconsdir}/hicolor/scalable/status/notification-disabled-new-symbolic.svg
84%{_iconsdir}/hicolor/scalable/status/notification-disabled-symbolic.svg
85%{_iconsdir}/hicolor/scalable/status/notification-new-symbolic.svg
86%{_iconsdir}/hicolor/scalable/status/notification-symbolic.svg
This page took 0.132316 seconds and 4 git commands to generate.