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