]> git.pld-linux.org Git - packages/xfdashboard.git/blob - xfdashboard.spec
- up to 0.9.2
[packages/xfdashboard.git] / xfdashboard.spec
1 Summary:        Maybe a Gnome shell like dashboard for Xfce
2 Name:           xfdashboard
3 Version:        0.9.2
4 Release:        1
5 License:        GPL v2
6 Group:          X11/Applications/Multimedia
7 Source0:        http://archive.xfce.org/src/apps/xfdashboard/0.9/%{name}-%{version}.tar.bz2
8 # Source0-md5:  c075002be6697da56f2c2bd6a7b16737
9 URL:            http://goodies.xfce.org/projects/applications/xfdashboard/
10 BuildRequires:  autoconf >= 2.50
11 BuildRequires:  automake
12 BuildRequires:  clutter-devel >= 1.16.4
13 BuildRequires:  dbus-glib-devel >= 0.98
14 BuildRequires:  garcon-devel >= 0.4.0
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.30.2
17 BuildRequires:  intltool >= 0.35.0
18 BuildRequires:  libtool
19 BuildRequires:  libwnck-devel >= 2.30
20 BuildRequires:  pkgconfig >= 1:0.9.0
21 BuildRequires:  xfce4-dev-tools >= 4.12.0
22 BuildRequires:  xfconf-devel >= 4.12.0
23 Requires(post,postun):  gtk-update-icon-cache
24 Requires(post,postun):  hicolor-icon-theme
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 xfdashboard provides a GNOME shell dashboard like interface for use
29 with Xfce desktop. It can be configured to run to any keyboard
30 shortcut and when executed provides an overview of applications
31 currently open enabling the user to switch between different
32 applications. The search feature works like Xfce's app finder which
33 makes it convenient to search for and start applications.
34
35 %prep
36 %setup -q
37
38 %{__mv} po/it{_IT,}.po
39 sed -e 's/it_IT/it/' -i po/it.po configure.ac
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__autoheader}
46 %{__automake}
47 %configure
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ie,kk,ru_RU,sv_SE}
58 %{__rm} $RPM_BUILD_ROOT%{_libdir}/{,xfdashboard/plugins}/*.la
59
60 # remove devel files
61 %{__rm} $RPM_BUILD_ROOT/%{_libdir}/libxfdashboard.so
62 %{__rm} -r $RPM_BUILD_ROOT/%{_includedir}/xfdashboard
63 %{__rm} $RPM_BUILD_ROOT/%{_pkgconfigdir}/libxfdashboard.pc
64
65 %find_lang %{name}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 %update_icon_cache hicolor
72
73 %postun
74 %update_icon_cache hicolor
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog NEWS
79 %{_sysconfdir}/xdg/autostart/org.xfce.xfdashboard-autostart.desktop
80 %attr(755,root,root) %{_bindir}/xfdashboard
81 %attr(755,root,root) %{_bindir}/xfdashboard-settings
82 %attr(755,root,root) %{_libdir}/libxfdashboard.so.*.*.*
83 %attr(755,root,root) %{_libdir}/libxfdashboard.so.0
84 %dir %{_libdir}/xfdashboard
85 %dir %{_libdir}/xfdashboard/plugins
86 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/clock-view.so
87 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/gnome-shell-search-provider.so
88 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/hot-corner.so
89 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/middle-click-window-close.so
90 %dir %{_datadir}/xfdashboard
91 %{_datadir}/xfdashboard/bindings.xml
92 %{_datadir}/xfdashboard/preferences.ui
93 %{_desktopdir}/org.xfce.xfdashboard.desktop
94 %{_desktopdir}/org.xfce.xfdashboard-settings.desktop
95 %{_iconsdir}/hicolor/*/apps/org.xfce.xfdashboard.*
96 %{_datadir}/metainfo/org.xfce.xfdashboard.metainfo.xml
97 %{_datadir}/themes/xfdashboard
98 %{_datadir}/themes/xfdashboard-auber
99 %{_datadir}/themes/xfdashboard-blue
100 %{_datadir}/themes/xfdashboard-dark
101 %{_datadir}/themes/xfdashboard-mint
102 %{_datadir}/themes/xfdashboard-moranga
103 %{_datadir}/themes/xfdashboard-wine
This page took 0.073695 seconds and 3 git commands to generate.