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