]> git.pld-linux.org Git - packages/xfdashboard.git/commitdiff
- new auto/th/xfdashboard-0.2.3-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 31 Mar 2015 20:38:24 +0000 (22:38 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 31 Mar 2015 20:38:24 +0000 (22:38 +0200)
xfdashboard.spec [new file with mode: 0644]

diff --git a/xfdashboard.spec b/xfdashboard.spec
new file mode 100644 (file)
index 0000000..f6bb763
--- /dev/null
@@ -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
This page took 0.077991 seconds and 4 git commands to generate.