rpms/polyester3/devel polyester-1.0.3-no-kwin.patch, NONE, 1.1 polyester3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Vahl (svahl) fedora-extras-commits at redhat.com
Sat Feb 9 23:01:48 UTC 2008


Author: svahl

Update of /cvs/extras/rpms/polyester3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31806/devel

Modified Files:
	.cvsignore sources 
Added Files:
	polyester-1.0.3-no-kwin.patch polyester3.spec 
Log Message:

initial import


polyester-1.0.3-no-kwin.patch:

--- NEW FILE polyester-1.0.3-no-kwin.patch ---
diff -Naur polyester-1.0.3/configure polyester-1.0.3.new/configure
--- polyester-1.0.3/configure	2008-01-16 12:06:59.000000000 +0100
+++ polyester-1.0.3.new/configure	2008-01-17 21:19:47.000000000 +0100
@@ -33942,11 +33942,8 @@
 
 ac_config_files="$ac_config_files Makefile"
 
-ac_config_files="$ac_config_files client/Makefile"
 
-ac_config_files="$ac_config_files client/config/Makefile"
 
-ac_config_files="$ac_config_files client/images/Makefile"
 
 ac_config_files="$ac_config_files color-schemes/Makefile"
 
@@ -34571,9 +34568,6 @@
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "client/Makefile") CONFIG_FILES="$CONFIG_FILES client/Makefile" ;;
-    "client/config/Makefile") CONFIG_FILES="$CONFIG_FILES client/config/Makefile" ;;
-    "client/images/Makefile") CONFIG_FILES="$CONFIG_FILES client/images/Makefile" ;;
     "color-schemes/Makefile") CONFIG_FILES="$CONFIG_FILES color-schemes/Makefile" ;;
     "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
     "style/Makefile") CONFIG_FILES="$CONFIG_FILES style/Makefile" ;;
diff -Naur polyester-1.0.3/configure.in polyester-1.0.3.new/configure.in
--- polyester-1.0.3/configure.in	2008-01-16 12:06:43.000000000 +0100
+++ polyester-1.0.3.new/configure.in	2008-01-17 21:20:06.000000000 +0100
@@ -73,9 +73,6 @@
 
 KDE_CREATE_SUBDIRSLIST
 AC_CONFIG_FILES([ Makefile ])
-AC_CONFIG_FILES([ client/Makefile ])
-AC_CONFIG_FILES([ client/config/Makefile ])
-AC_CONFIG_FILES([ client/images/Makefile ])
 AC_CONFIG_FILES([ color-schemes/Makefile ])
 AC_CONFIG_FILES([ po/Makefile ])
 AC_CONFIG_FILES([ style/Makefile ])


--- NEW FILE polyester3.spec ---
Name:           polyester3
Version:        1.0.3
Release:        1%{?dist}
Summary:        A style for KDE3

Group:          User Interface/Desktops
License:        LGPLv2
URL:            http://www.kde-look.org/content/show.php?content=27968
Source0:        http://www.notmart.org/files/polyester-%{version}.tar.bz2
Patch0:         polyester-1.0.3-no-kwin.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs3-devel

Conflicts:      polyester <= 1.90

%description
A widget style aimed to be 
a good balance between eyecandy and simplicity.


%prep
%setup -qn polyester-%{version}
%patch0 -p1 -b .no-kwin

# Correct some wrong chmods
find -name "pol*.h" -exec chmod 644 {} \;
find -name "pol*.cpp" -exec chmod 644 {} \;
find -name "pol*.cc" -exec chmod 644 {} \;
find -name "shadow*" -exec chmod 644 {} \;
chmod 644 AUTHORS ChangeLog style/misc.cpp

%build
unset QTDIR || : ; source /etc/profile.d/qt.sh

# kwin decoration isn't needed with kde4
rm -rf client configure.kwin configure.in.kwin

%configure --disable-rpath

# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%find_lang polyester

%clean
rm -rf %{buildroot}

%files -f polyester.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/kde3/kstyle_polyester_config.la
%{_libdir}/kde3/kstyle_polyester_config.so
%{_libdir}/kde3/plugins/styles/polyester.la
%{_libdir}/kde3/plugins/styles/polyester.so
# FIXME/TODO: Needed in kde4? (It's also present in polyester
# for KDE4)
%{_datadir}/apps/kdisplay/color-schemes/Polyester*.kcsrc
%{_datadir}/apps/kstyle/themes/polyester.themerc

%changelog
* Thu Jan 17 2008 Sebastian Vahl <fedora at deadbabylon.de> - 1.0.3-1
- new upstream version

* Wed Jan 16 2008 Sebastian Vahl <fedora at deadbabylon.de> - 1.0.2-1
- Initial version for the kde3 only style


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/polyester3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2008 00:55:27 -0000	1.1
+++ .cvsignore	9 Feb 2008 23:01:13 -0000	1.2
@@ -0,0 +1 @@
+polyester-1.0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/polyester3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2008 00:55:27 -0000	1.1
+++ sources	9 Feb 2008 23:01:13 -0000	1.2
@@ -0,0 +1 @@
+673d21db31eeaedf9b63cd09f6b247a8  polyester-1.0.3.tar.bz2




More information about the fedora-extras-commits mailing list