]> git.pld-linux.org Git - packages/xfdashboard.git/blame - xfdashboard.spec
- release 2 (by relup.sh)
[packages/xfdashboard.git] / xfdashboard.spec
CommitLineData
e5ee8863 1Summary: Maybe a Gnome shell like dashboard for Xfce
5c285983 2Name: xfdashboard
f666bf59 3Version: 0.7.5
032dd08f 4Release: 2
5c285983
JR
5License: GPL v2
6Group: X11/Applications/Multimedia
e5ee8863 7Source0: http://archive.xfce.org/src/apps/xfdashboard/0.7/%{name}-%{version}.tar.bz2
f666bf59 8# Source0-md5: e658770b2df0c9302bbc1248bf04c343
5c285983
JR
9URL: http://goodies.xfce.org/projects/applications/xfdashboard/
10BuildRequires: autoconf >= 2.50
11BuildRequires: automake
12BuildRequires: clutter-devel >= 1.16.4
13BuildRequires: dbus-glib-devel >= 0.98
14BuildRequires: garcon-devel >= 0.4.0
15BuildRequires: gettext-tools
16BuildRequires: glib2-devel >= 1:2.30.2
17BuildRequires: intltool >= 0.35.0
18BuildRequires: libtool
19BuildRequires: libwnck-devel >= 2.30
20BuildRequires: pkgconfig >= 1:0.9.0
21BuildRequires: xfce4-dev-tools >= 4.12.0
22BuildRequires: xfconf-devel >= 4.12.0
23Requires(post,postun): gtk-update-icon-cache
24Requires(post,postun): hicolor-icon-theme
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28xfdashboard provides a GNOME shell dashboard like interface for use
29with Xfce desktop. It can be configured to run to any keyboard
30shortcut and when executed provides an overview of applications
31currently open enabling the user to switch between different
e5ee8863
JR
32applications. The search feature works like Xfce's app finder which
33makes it convenient to search for and start applications.
5c285983
JR
34
35%prep
36%setup -q
37
149e9d57
JR
38%{__mv} po/it{_IT,}.po
39sed -e 's/it_IT/it/' -i po/it.po configure.ac
40
5c285983
JR
41%build
42%{__libtoolize}
43%{__aclocal}
44%{__autoconf}
45%{__autoheader}
46%{__automake}
47%configure
48
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
e5ee8863
JR
57%{__rm} $RPM_BUILD_ROOT%{_libdir}/{,xfdashboard/plugins}/*.la
58
59%find_lang %{name}
5c285983
JR
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%post
65%update_icon_cache hicolor
66
67%postun
68%update_icon_cache hicolor
69
e5ee8863 70%files -f %{name}.lang
5c285983
JR
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
e5ee8863
JR
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
5c285983 87%{_desktopdir}/xfdashboard.desktop
e5ee8863 88%{_desktopdir}/xfdashboard-settings.desktop
5c285983
JR
89%{_iconsdir}/hicolor/*/apps/xfdashboard*
90%{_datadir}/appdata/xfdashboard.appdata.xml
91%{_datadir}/themes/xfdashboard
e5ee8863
JR
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.142662 seconds and 4 git commands to generate.