SPECS: kde-style-domino.spec (NEW) - initial

shadzik shadzik at pld-linux.org
Mon Feb 19 00:16:04 CET 2007


Author: shadzik                      Date: Sun Feb 18 23:16:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   kde-style-domino.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kde-style-domino.spec
diff -u /dev/null SPECS/kde-style-domino.spec:1.1
--- /dev/null	Mon Feb 19 00:16:04 2007
+++ SPECS/kde-style-domino.spec	Mon Feb 19 00:15:59 2007
@@ -0,0 +1,122 @@
+# $Revision$, $Date$
+
+%define         _name domino
+
+Summary:	KDE style - %{_name}
+Summary(pl.UTF-8):	Styl do KDE - %{_name}
+Name:		kde-style-%{_name}
+Version:	0.4
+Release:	1
+License:	GPL
+Group:		Themes
+Source0:	http://kde-apps.org/CONTENT/content-files/42804-%{_name}-%{version}.tar.bz2
+# Source0-md5:	c67bb1b986c4ff98ae640acff7b8562f
+Patch0:		%{name}-am110.patch
+Patch1:		kde-ac260-lt.patch
+URL:		http://www.kde-look.org/content/show.php?content=42804
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Domino is a style with a soft look. It allows to fine adjust the
+shininess of the widgets by customizable color gradients.
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{_name}-%{version}
+%patch0 -p0
+%patch1 -p1
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir="%{_kdedocdir}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/kde3/kstyle_*.la
+%attr(755,root,root) %{_libdir}/kde3/kstyle_*.so
+%attr(755,root,root) %{_libdir}/kde3/plugins/styles/*.so
+%{_libdir}/kde3/plugins/styles/*.la
+%{_datadir}/apps/kstyle/themes/*.themerc
+%{_libdir}/kde3/kwin3_domino.la
+%attr(755,root,root) %{_libdir}/kde3/kwin3_domino.so
+%{_libdir}/kde3/kwin_domino_config.la
+%attr(755,root,root) %{_libdir}/kde3/kwin_domino_config.so
+%{_datadir}/apps/kdisplay/color-schemes/Domino.kcsrc
+%{_datadir}/apps/kwin/domino.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  2007/02/18 23:15:59  shadzik
+- initial
+
+Revision 1.20  2007/02/13 08:06:37  glen
+- tabs in preamble
+
+Revision 1.19  2007/02/12 00:48:58  baggins
+- converted to UTF-8
+
+Revision 1.18  2005/04/06 16:38:37  glen
+- define _name for df
+
+Revision 1.17  2005/04/06 16:24:06  darekr
+- _kdedocdir needs macros 1.129
+- unified
+
+Revision 1.16  2004/05/27 10:03:15  djurban
+- hmtldir->make install, unsermake, R fixes
+
+Revision 1.15  2004/05/14 19:11:20  adgor
+- Do not export kde_iconsdir
+- Pass kde_htmldir only to 'make install'
+
+Revision 1.14  2004/04/17 23:41:02  qboosh
+- no predefined License in template (origin of evil)
+
+Revision 1.13  2004/04/16 20:47:08  djurban
+- fix %files
+
+Revision 1.12  2004/04/16 20:39:07  djurban
+- added ac/am regenration +config.sub
+- BR: unsermake
+
+Revision 1.11  2004/04/16 20:36:33  djurban
+- s,_htmldir,_kdedocdir
+
+Revision 1.10  2003/09/09 10:24:21  ankry
+- spaces -> tab
+
+Revision 1.9  2003/08/27 23:31:03  ankry
+- typo
+
+Revision 1.8  2003/08/03 17:17:02  migo
+- adapterized
+- this should me named template-kde-style.spec
+
+Revision 1.7  2003/08/01 14:22:19  qboosh
+- cosmetics, don't propagate unneeded install -d
+
+Revision 1.6  2003/07/31 11:55:15  djurban
+- fix log
================================================================


More information about the pld-cvs-commit mailing list