rpms/kdeartwork/FC-4 .cvsignore, 1.24, 1.25 kdeartwork.spec, 1.35, 1.36 sources, 1.25, 1.26 admin-visibility.patch, 1.3, NONE kdeartwork-3.4.1-xscreensaver.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 2 11:10:15 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdeartwork/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv9840

Modified Files:
	.cvsignore kdeartwork.spec sources 
Removed Files:
	admin-visibility.patch kdeartwork-3.4.1-xscreensaver.patch 
Log Message:
3.5.1



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kdeartwork/FC-4/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	16 Jun 2005 19:44:05 -0000	1.24
+++ .cvsignore	2 Feb 2006 11:10:13 -0000	1.25
@@ -4,3 +4,4 @@
 kdeartwork-3.4.0-rc1.tar.bz2
 kdeartwork-3.4.0.tar.bz2
 kdeartwork-3.4.1.tar.bz2
+kdeartwork-3.5.1.tar.bz2


Index: kdeartwork.spec
===================================================================
RCS file: /cvs/dist/rpms/kdeartwork/FC-4/kdeartwork.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- kdeartwork.spec	30 Jun 2005 10:17:40 -0000	1.35
+++ kdeartwork.spec	2 Feb 2006 11:10:13 -0000	1.36
@@ -4,12 +4,14 @@
 %define make_cvs 1
 
 %define qt_version 3.3.4
-%define arts_version 1.4.1
+%define arts_version 1.5.1
 %define arts 1
 
+%define disable_gcc_check_and_hidden_visibility 1
+
 Name: kdeartwork
-Version: 3.4.1
-Release: 0.fc4.2
+Version: 3.5.1
+Release: 0.1.fc4
 Summary: Additional artwork (themes, sound themes, ...) for KDE
 URL: http://www.kde.org/
 License: GPL
@@ -18,8 +20,6 @@
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 Patch: kde-libtool.patch
-Patch1: admin-visibility.patch
-Patch2: kdeartwork-3.4.1-xscreensaver.patch
 
 BuildRequires: perl
 BuildRequires: kdebase-devel
@@ -55,8 +55,6 @@
 %prep
 %setup -q
 %patch -p1 -b .libtool
-%patch1 -p1 -b .gcc
-%patch2 -p1 -b .xscreensaver
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -70,10 +68,19 @@
 %endif
 
 %configure \
+   --enable-new-ldflags \
+   --disable-dependency-tracking \
    --with-qt-libraries=$QTDIR/lib \
+%if %{disable_gcc_check_and_hidden_visibility}
+   --enable-gcc-hidden-visibility \
+%endif
 %if %{arts} == 0
    --without-arts \
 %endif
+%if %{debug} == 0
+   --disable-debug \
+   --disable-warnings \
+%endif
 %if %{final}
    --enable-final \
 %endif
@@ -96,12 +103,30 @@
       $RPM_BUILD_ROOT%{_datadir}/icons/locolor/*/apps/ktimemon.png \
       $RPM_BUILD_ROOT%{_datadir}/icons/locolor/*/apps/kspreadcalc.png \
       $RPM_BUILD_ROOT%{_datadir}/icons/locolor/*/apps/gvim* \
-      $RPM_BUILD_ROOT%{_datadir}/icons/locolor/*/apps/kbabel.png
+      $RPM_BUILD_ROOT%{_datadir}/icons/locolor/*/apps/kbabel.png \
+      $RPM_BUILD_ROOT%{_datadir}/wallpapers/gear-flowers* \
+      $RPM_BUILD_ROOT%{_datadir}/wallpapers/fulmine.jpg*
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%post icons
+for i in locolor ikons kdeclassic kids slick ; do
+  touch --no-create %{_datadir}/icons/$i || :
+  if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/$i || :
+  fi
+done
+
+%postun icons
+for i in locolor ikons kdeclassic kids slick ; do
+  touch --no-create %{_datadir}/icons/$i || :
+  if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/$i || :
+  fi
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -128,6 +153,15 @@
 %{_datadir}/icons/*
 
 %changelog
+* Thu Feb 02 2006 Than Ngo <than at redhat.com> 3.5.1-0.1.fc4
+- 3.5.1
+
+* Tue Dec 13 2005 Than Ngo <than at redhat.com> 3.5.0-0.1.fc4
+- 3.5.0
+
+* Fri Jul 29 2005 Than Ngo <than at redhat.com> 3.4.2-0.fc4.1
+- update to 3.4.2
+
 * Thu Jun 30 2005 Than Ngo <than at redhat.com> 3.4.1-0.fc4.2
 - configure script does not look the right xscreensaver dirs
   apply patch to fix this problem, #161312, thanks to Rex Dieter


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kdeartwork/FC-4/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	16 Jun 2005 19:44:05 -0000	1.25
+++ sources	2 Feb 2006 11:10:13 -0000	1.26
@@ -1 +1 @@
-0f58245c2fa3c58dbe139da43037a203  kdeartwork-3.4.1.tar.bz2
+8053bb1a1b2a5844b29f5f96328b1d96  kdeartwork-3.5.1.tar.bz2


--- admin-visibility.patch DELETED ---


--- kdeartwork-3.4.1-xscreensaver.patch DELETED ---




More information about the fedora-cvs-commits mailing list