SPECS: kde-style-sofk.spec (NEW) - new kde style

vip vip at pld-linux.org
Mon Aug 28 14:46:56 CEST 2006


Author: vip                          Date: Mon Aug 28 12:46:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new kde style

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

---- Diffs:

================================================================
Index: SPECS/kde-style-sofk.spec
diff -u /dev/null SPECS/kde-style-sofk.spec:1.1
--- /dev/null	Mon Aug 28 14:46:56 2006
+++ SPECS/kde-style-sofk.spec	Mon Aug 28 14:46:50 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+%define         _name sofk
+
+Summary:	KDE style - %{_name}
+Summary(pl):	Styl do KDE - %{_name}
+Name:		kde-style-%{_name}
+Version:	0.0.2
+Release:	1
+License:	X11
+Group:		Themes
+Source0:	http://www.kde-look.org/content/files/44656-sofk.style-%{version}.tar.bz2
+# Source0-md5:	4e5f5bf08e0b185318e5d2d4df5b1b5b
+URL:		http://www.kde-look.org/content/show.php?content=44656
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+%{_name} is a Serenity based, smooth, light KDE theme.
+
+%description -l pl
+%{_name} to gładki i lekki styl dla KDE bazujący na temacie Serenity.
+
+%prep
+%setup -q -n %{_name}.style-%{version}
+
+%build
+%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)
+%attr(755,root,root) %{_libdir}/kde3/plugins/styles/*.so
+%{_libdir}/kde3/plugins/styles/*.la
+%{_libdir}/kde3/kstyle_*.la
+%attr(755,root,root) %{_libdir}/kde3/kstyle_*.so
+%{_datadir}/apps/kstyle/themes/*.themerc
+
+%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/08/28 12:46:50  vip
+- new kde style
+
================================================================


More information about the pld-cvs-commit mailing list