]> git.pld-linux.org Git - packages/xfdashboard.git/blob - xfdashboard.spec
5453d72b378048a3a8350e49ae54b6d14f7195dd
[packages/xfdashboard.git] / xfdashboard.spec
1 Summary:        Maybe a Gnome shell like dashboard for Xfce
2 Name:           xfdashboard
3 Version:        0.7.5
4 Release:        1
5 License:        GPL v2
6 Group:          X11/Applications/Multimedia
7 Source0:        http://archive.xfce.org/src/apps/xfdashboard/0.7/%{name}-%{version}.tar.bz2
8 # Source0-md5:  e658770b2df0c9302bbc1248bf04c343
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} $RPM_BUILD_ROOT%{_libdir}/{,xfdashboard/plugins}/*.la
58
59 %find_lang %{name}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 %update_icon_cache hicolor
66
67 %postun
68 %update_icon_cache hicolor
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog NEWS README
73 /etc/xdg/autostart/xfdashboard-autostart.desktop
74 %attr(755,root,root) %{_bindir}/xfdashboard
75 %attr(755,root,root) %{_bindir}/xfdashboard-settings
76 %attr(755,root,root) %{_libdir}/libxfdashboard.so.*.*.*
77 %attr(755,root,root) %ghost %{_libdir}/libxfdashboard.so.0
78 %dir %{_libdir}/xfdashboard
79 %dir %{_libdir}/xfdashboard/plugins
80 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/clock-view.so
81 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/gnome-shell-search-provider.so
82 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/hot-corner.so
83 %attr(755,root,root) %{_libdir}/xfdashboard/plugins/middle-click-window-close.so
84 %dir %{_datadir}/xfdashboard
85 %{_datadir}/xfdashboard/bindings.xml
86 %{_datadir}/xfdashboard/preferences.ui
87 %{_desktopdir}/xfdashboard.desktop
88 %{_desktopdir}/xfdashboard-settings.desktop
89 %{_iconsdir}/hicolor/*/apps/xfdashboard*
90 %{_datadir}/appdata/xfdashboard.appdata.xml
91 %{_datadir}/themes/xfdashboard
92 %{_datadir}/themes/xfdashboard-auber
93 %{_datadir}/themes/xfdashboard-blue
94 %{_datadir}/themes/xfdashboard-dark
95 %{_datadir}/themes/xfdashboard-mint
96 %{_datadir}/themes/xfdashboard-moranga
97 %{_datadir}/themes/xfdashboard-wine
98
99 #%attr(755,root,root) %{_libdir}/libxfdashboard.so
100 #%{_includedir}/xfdashboard
101 #%{_pkgconfigdir}/libxfdashboard.pc
This page took 0.064052 seconds and 2 git commands to generate.