SPECS: kicker-compiz.spec (NEW) - initial spec

shadzik shadzik at pld-linux.org
Thu Sep 21 18:21:44 CEST 2006


Author: shadzik                      Date: Thu Sep 21 16:21:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec

---- Files affected:
SPECS:
   kicker-compiz.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kicker-compiz.spec
diff -u /dev/null SPECS/kicker-compiz.spec:1.1
--- /dev/null	Thu Sep 21 18:21:44 2006
+++ SPECS/kicker-compiz.spec	Thu Sep 21 18:21:39 2006
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+
+%define		_kdever	3.5.4
+Summary:	kicker-compiz - pager to work with compiz
+Summary(pl):	kicker-compiz - pager działający z compizem
+Name:		kicker-compiz
+Version:	0.2
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.kde-apps.org/content/files/46021-%{name}-%{_kdever}.tar.gz
+# Source0-md5:	54042121de0d2dbdba33befce64b68bb
+URL:		http://www.kde-apps.org/content/show.php?content=46021
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 9:3.5.4
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a modified pager applet for kicker to make it work with
+compiz. More generally, it is intended to work with window managers
+that use the concept of "large desktops" instead of "multiple virtual
+desktops" as kwin does exclusively.
+
+%description -l pl
+To zmodyfikowany pager dla kickera by działał razem z compizem.
+Ogólniej ma działać w menadżerach okien opierających się na idei
+"dużych biurek" zamiast na "wielu wirtualnych biurkach" tak jak to
+robi kwin.
+
+%prep
+%setup -q -n %{name}-%{_kdever}
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir} \
+	kdelnkdir=%{_desktopdir} \
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/kde3/compizpager_panelapplet.so
+%{_libdir}/kde3/compizpager_panelapplet.la
+%{_datadir}/apps/kicker/applets/compizpagerapplet.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  2006/09/21 16:21:39  shadzik
+- initial spec
+
================================================================


More information about the pld-cvs-commit mailing list