[packages/xfce4-equake-plugin] - new

baggins baggins at pld-linux.org
Sun Aug 17 23:22:36 CEST 2014


commit 3f66f4bd702076117dbf5f3555c75d018406da7c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Aug 17 23:21:27 2014 +0200

    - new

 xfce4-equake-plugin.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)
---
diff --git a/xfce4-equake-plugin.spec b/xfce4-equake-plugin.spec
new file mode 100644
index 0000000..99d9bda
--- /dev/null
+++ b/xfce4-equake-plugin.spec
@@ -0,0 +1,58 @@
+Summary:	Earthquake monitor plugin for the Xfce panel
+Name:		xfce4-equake-plugin
+Version:	1.3.4
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-equake-plugin/1.3/%{name}-%{version}.tar.bz2
+# Source0-md5:	67a69554ce944d347f6aa00172315a65
+URL:		http://www.e-quake.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	intltool
+BuildRequires:	libtool
+BuildRequires:	libxfce4ui-devel
+BuildRequires:	xfce4-dev-tools >= 4.11.0
+BuildRequires:	xfce4-panel-devel >= 4.11.0
+Requires:	xfce4-panel >= 4.11.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Equake monitors earthquakes and will display an update each time a new
+earthquake occurs.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-equake-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-equake-plugin.desktop
+%{_iconsdir}/hicolor/*x*/apps/xfce4-equake-plugin-icon.*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-equake-plugin.git/commitdiff/3f66f4bd702076117dbf5f3555c75d018406da7c



More information about the pld-cvs-commit mailing list