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