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