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