From 76ef832ce5348d12a871223d4c034c7daeaddb82 Mon Sep 17 00:00:00 2001 From: Tim Williams Date: Mon, 17 Oct 2011 18:47:27 +0100 Subject: Adding the remaining Mandriva patches and spec files --- .../Hypnotista_Sade-0.1.tar.gz | Bin 0 -> 633383 bytes .../kde3-kwinstyle-hypnotista_sade.spec | 75 +++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/Hypnotista_Sade-0.1.tar.gz create mode 100644 mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/kde3-kwinstyle-hypnotista_sade.spec (limited to 'mandriva/2010.2/other/kwinstyle-Hypnotista_Sade') diff --git a/mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/Hypnotista_Sade-0.1.tar.gz b/mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/Hypnotista_Sade-0.1.tar.gz new file mode 100644 index 000000000..33e2bde98 Binary files /dev/null and b/mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/Hypnotista_Sade-0.1.tar.gz differ diff --git a/mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/kde3-kwinstyle-hypnotista_sade.spec b/mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/kde3-kwinstyle-hypnotista_sade.spec new file mode 100644 index 000000000..f234ab3a8 --- /dev/null +++ b/mandriva/2010.2/other/kwinstyle-Hypnotista_Sade/kde3-kwinstyle-hypnotista_sade.spec @@ -0,0 +1,75 @@ + +Summary: Window Decoration for KDE3 +Name: kde3-kwinstyle-Hypnotista_Sade +Version: 0.1 +Release: %mkrel 3 +URL: http://kde-look.org/content/show.php/Hypnotista+Sade?content=32946 +Source0: http://kde-look.org/CONTENT/content-files/Hypnotista_Sade-%{version}.tar.gz +Patch0: fix_autotools.patch +Group: Graphical desktop/KDE3 +License: GPL +BuildRoot: %{_tmppath}/%{name}-root +BuildRequires: kde3-macros +%if %mdkversion < 201000 +BuildRequires: autoconf <= 1:2.63 +%else +BuildRequires: autoconf >= 1:2.65 +%endif +BuildRequires: automake >= 1.6 +BuildRequires: %{_lib}xorg-x11-devel +BuildRequires: kdelibs-devel +BuildRequires: kdebase-devel +BuildRequires: libpng-devel +BuildRequires: qt3-devel +Requires: kdelibs >= 3.5.9 +Requires: kdebase >= 3.5.9 + +%description +Window Decoration inspired of windows vista visual style for KDE3 + +%prep +%setup -q -n Hypnotista_Sade-%{version} +%if %mdkversion >= 201000 +%patch0 -p1 +%endif + + +%build +export QTDIR=%qt3dir + +make -f Makefile.cvs +%configure_kde3 + +%make + +%install +rm -rf %buildroot +%makeinstall_std + +%clean +rm -rf %buildroot + +%if %mdkversion < 2009000 +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig +%endif + +%files +%defattr(-,root,root) +%_kde3_appsdir/kwin/*.desktop +%_kde3_libdir/kde3/*.la +%_kde3_libdir/kde3/*.so + +%changelog +* Mon Jul 18 2011 Tim Willials 0.1-3mvt2010.2 ++ rebuild for Trinity + +* Sat May 08 2010 Atilla ÖNTAŞ 0.1-2mvt2010.0 +- fix buildrequires + +* Sun Feb 21 2010 Atilla ÖNTAŞ 0.1-1mvt2010.0 ++ Packaged for mdv 2010.0 +- Patch to compile with autoconf 2.65 and automake 1.11 -- cgit v1.2.3