From 5c2859839d0fcbef0d169116dada2b1ca38259cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 31 Mar 2015 22:38:24 +0200 Subject: [PATCH] - new --- xfdashboard.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 xfdashboard.spec diff --git a/xfdashboard.spec b/xfdashboard.spec new file mode 100644 index 0000000..f6bb763 --- /dev/null +++ b/xfdashboard.spec @@ -0,0 +1,74 @@ +Summary: Maybe a Gnome shell like dashboard for Xfce +Name: xfdashboard +Version: 0.2.3 +Release: 1 +License: GPL v2 +Group: X11/Applications/Multimedia +Source0: http://archive.xfce.org/src/apps/xfdashboard/0.2/%{name}-%{version}.tar.bz2 +# Source0-md5: 693379b0ae08c8de2b287e49ca0bb605 +URL: http://goodies.xfce.org/projects/applications/xfdashboard/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: clutter-devel >= 1.16.4 +BuildRequires: dbus-glib-devel >= 0.98 +BuildRequires: garcon-devel >= 0.4.0 +BuildRequires: gettext-tools +BuildRequires: glib2-devel >= 1:2.30.2 +BuildRequires: intltool >= 0.35.0 +BuildRequires: libtool +BuildRequires: libwnck-devel >= 2.30 +BuildRequires: pkgconfig >= 1:0.9.0 +BuildRequires: xfce4-dev-tools >= 4.12.0 +BuildRequires: xfconf-devel >= 4.12.0 +Requires(post,postun): gtk-update-icon-cache +Requires(post,postun): hicolor-icon-theme +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +xfdashboard provides a GNOME shell dashboard like interface for use +with Xfce desktop. It can be configured to run to any keyboard +shortcut and when executed provides an overview of applications +currently open enabling the user to switch between different +applications. The search feature works like Xfce's app finder +which makes it convenient to search for and start applications. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +#%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%update_icon_cache hicolor + +%postun +%update_icon_cache hicolor + +#%files -f %{name}.lang +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +/etc/xdg/autostart/xfdashboard-autostart.desktop +%attr(755,root,root) %{_bindir}/xfdashboard +%{_desktopdir}/xfdashboard.desktop +%{_iconsdir}/hicolor/*/apps/xfdashboard* +%{_datadir}/appdata/xfdashboard.appdata.xml +%{_datadir}/themes/xfdashboard -- 2.44.0