[packages/xfdashboard] - new

baggins baggins at pld-linux.org
Tue Mar 31 22:38:46 CEST 2015


commit 5c2859839d0fcbef0d169116dada2b1ca38259cd
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Mar 31 22:38:24 2015 +0200

    - new

 xfdashboard.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfdashboard.git/commitdiff/5c2859839d0fcbef0d169116dada2b1ca38259cd



More information about the pld-cvs-commit mailing list