packages: xfce4-embed-plugin/xfce4-embed-plugin.spec (NEW)=?UTF-8?Q?=20?=- new

baggins baggins at pld-linux.org
Fri May 18 18:13:21 CEST 2012


Author: baggins                      Date: Fri May 18 16:13:21 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/xfce4-embed-plugin:
   xfce4-embed-plugin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xfce4-embed-plugin/xfce4-embed-plugin.spec
diff -u /dev/null packages/xfce4-embed-plugin/xfce4-embed-plugin.spec:1.1
--- /dev/null	Fri May 18 18:13:21 2012
+++ packages/xfce4-embed-plugin/xfce4-embed-plugin.spec	Fri May 18 18:13:16 2012
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	Embedding of arbitrary application windows into the Xfce panel.
+Name:		xfce4-embed-plugin
+Version:	1.0.0
+Release:	1
+License:	LGPL v2
+Group:		X11/Applications
+Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5:	c5b86cbc1c54ee7c1d2e95a4502fed8e
+URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin
+BuildRequires:	libxfce4ui-devel
+BuildRequires:	pkgconfig
+BuildRequires:	xfce4-dev-tools >= 4.4.0
+BuildRequires:	xfce4-panel-devel >= 4.4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin enables the embedding of arbitrary application windows
+into the Xfce panel. The window is resized into the panel space
+available, and the associated program can be automatically launched
+if it is not open.
+
+Example uses include embedding an instant messaging buddy list, a mail
+client's new mail ticker, a simple media application, or a fancy clock
+or timer. Combining with Xfce's ability to auto-hide panels can make
+this very convenient.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libembed.so
+%{_datadir}/xfce4/panel/plugins/embed.desktop
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/05/18 16:13:16  baggins
+- new
+
================================================================


More information about the pld-cvs-commit mailing list