]> git.pld-linux.org Git - packages/xfdashboard.git/blame - xfdashboard.spec
- up to 0.9.2
[packages/xfdashboard.git] / xfdashboard.spec
CommitLineData
e5ee8863 1Summary: Maybe a Gnome shell like dashboard for Xfce
5c285983 2Name: xfdashboard
51a9f815 3Version: 0.9.2
04195b91 4Release: 1
5c285983
JR
5License: GPL v2
6Group: X11/Applications/Multimedia
2449de52 7Source0: http://archive.xfce.org/src/apps/xfdashboard/0.9/%{name}-%{version}.tar.bz2
51a9f815 8# Source0-md5: c075002be6697da56f2c2bd6a7b16737
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
04195b91 57%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ie,kk,ru_RU,sv_SE}
e5ee8863
JR
58%{__rm} $RPM_BUILD_ROOT%{_libdir}/{,xfdashboard/plugins}/*.la
59
04195b91
KM
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
e5ee8863 65%find_lang %{name}
5c285983
JR
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post
71%update_icon_cache hicolor
72
73%postun
74%update_icon_cache hicolor
75
e5ee8863 76%files -f %{name}.lang
5c285983 77%defattr(644,root,root,755)
04195b91 78%doc AUTHORS ChangeLog NEWS
2449de52 79%{_sysconfdir}/xdg/autostart/org.xfce.xfdashboard-autostart.desktop
5c285983 80%attr(755,root,root) %{_bindir}/xfdashboard
e5ee8863
JR
81%attr(755,root,root) %{_bindir}/xfdashboard-settings
82%attr(755,root,root) %{_libdir}/libxfdashboard.so.*.*.*
2449de52 83%attr(755,root,root) %{_libdir}/libxfdashboard.so.0
e5ee8863
JR
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
2449de52
KM
93%{_desktopdir}/org.xfce.xfdashboard.desktop
94%{_desktopdir}/org.xfce.xfdashboard-settings.desktop
04195b91 95%{_iconsdir}/hicolor/*/apps/org.xfce.xfdashboard.*
2449de52 96%{_datadir}/metainfo/org.xfce.xfdashboard.metainfo.xml
5c285983 97%{_datadir}/themes/xfdashboard
e5ee8863
JR
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.165674 seconds and 4 git commands to generate.