]> git.pld-linux.org Git - packages/xfce4-notifyd.git/blame - xfce4-notifyd.spec
- up to 0.7.3
[packages/xfce4-notifyd.git] / xfce4-notifyd.spec
CommitLineData
cb37d25b
JR
1Summary: XFCE Notify Daemon
2Summary(pl.UTF-8): Demon powiadomień XFCE
3Name: xfce4-notifyd
d78f6c71 4Version: 0.7.3
9a1a3f88 5Release: 1
cb37d25b
JR
6License: GPL v2
7Group: Applications/System
66b7a903 8Source0: https://archive.xfce.org/src/apps/xfce4-notifyd/0.7/%{name}-%{version}.tar.bz2
d78f6c71 9# Source0-md5: 809ccaf0a8e701c5fce90776da6d2f8a
823aa735 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
66b7a903
KM
15BuildRequires: gtk-layer-shell-devel >= 0.7.0
16BuildRequires: libcanberra-gtk3-devel >= 0.30
b21c8959
JR
17BuildRequires: libxfce4ui-devel >= 4.14.0
18BuildRequires: libxfce4util-devel >= 4.14.0
cb37d25b 19BuildRequires: pkgconfig >= 1:0.9.0
b21c8959
JR
20BuildRequires: xfce4-dev-tools >= 4.14.0
21BuildRequires: xfconf-devel >= 4.14.0
cb37d25b
JR
22Requires(post,postun): gtk-update-icon-cache
23Requires(post,postun): hicolor-icon-theme
24Requires: dbus >= 0.91
25Provides: dbus(org.freedesktop.Notifications)
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29The XFCE Notify Daemon (xfce4-notifyd for short) is a smallish program
30that implements the "server-side" portion of the Freedesktop desktop
36b1a4b3
JR
31notifications specification. Applications that wish to pop up a
32notification bubble in a standard way can implicitly make use of
cb37d25b
JR
33xfce4-notifyd to do so by sending standard messages over D-Bus using
34the org.freedesktop.Notifications interface.
35
36%description -l pl.UTF-8
37Demon powiadomień XFCE (w skrócie xfce4-notifyd) jest niewielkim
38programem implementującym serwerową część specyfikacji powiadomień.
39
40%prep
41%setup -q
42
43%build
44%configure
45
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
9a1a3f88 54%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libnotification-plugin.la
3175406f 55%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,hy_AM,ie}
9a1a3f88 56
cb37d25b
JR
57%find_lang %{name}
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post
63%update_icon_cache hicolor
64
65%postun
66%update_icon_cache hicolor
67
68%files -f %{name}.lang
69%defattr(644,root,root,755)
70%doc AUTHORS ChangeLog NEWS README TODO
71%attr(755,root,root) %{_bindir}/xfce4-notifyd-config
48f783ee 72%dir %{_libdir}/xfce4/notifyd
cb37d25b 73%attr(755,root,root) %{_libdir}/xfce4/notifyd/xfce4-notifyd
3175406f 74%{_sysconfdir}/xdg/autostart/xfce4-notifyd.desktop
cb37d25b 75%{_desktopdir}/xfce4-notifyd-config.desktop
3175406f 76%{_iconsdir}/hicolor/*/apps/org.xfce.notification.*
3b1068df 77%{_datadir}/themes/Bright
cb37d25b 78%{_datadir}/themes/Default/xfce-notify-4.0
3b1068df 79%{_datadir}/themes/Retro
cb37d25b
JR
80%{_datadir}/themes/Smoke
81%{_datadir}/themes/ZOMG-PONIES!
82%{_mandir}/man1/xfce4-notifyd-config.1*
36b1a4b3
JR
83%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libnotification-plugin.so
84%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop
36b1a4b3
JR
85%{_iconsdir}/hicolor/scalable/status/notification-disabled-new-symbolic.svg
86%{_iconsdir}/hicolor/scalable/status/notification-disabled-symbolic.svg
87%{_iconsdir}/hicolor/scalable/status/notification-new-symbolic.svg
88%{_iconsdir}/hicolor/scalable/status/notification-symbolic.svg
This page took 0.157807 seconds and 4 git commands to generate.