rpms/gnome-themes/devel gnome-themes-2.17.92-clearlooks.patch, NONE, 1.1 gnome-themes.spec, 1.82, 1.83 gnome-themes-2.11.90-clearlooks.patch, 1.2, NONE gnome-themes-2.11.90-redmond.patch, 1.2, NONE gnome-themes-2.11.91-clearlooks.patch, 1.3, NONE gnome-themes-2.12.1-stock-icons.patch, 1.1, NONE gnome-themes-2.15.1-clearlooks.patch, 1.4, NONE gnome-themes-2.15.2-clearlooks.patch, 1.2, NONE gnome-themes-2.15.4-clearlooks.patch, 1.3, NONE gnome-themes-2.15.91.1-clearlooks.patch, 1.1, NONE gnome-themes-2.16.0-clearlooks.patch, 1.3, NONE gnome-themes-2.17.5-clearlooks.patch, 1.1, NONE gnome-themes-2.9.90-clearlooks.patch, 1.1, NONE gnome-themes-hidden.patch, 1.4, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 28 13:22:16 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/gnome-themes/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19363

Modified Files:
	gnome-themes.spec 
Added Files:
	gnome-themes-2.17.92-clearlooks.patch 
Removed Files:
	gnome-themes-2.11.90-clearlooks.patch 
	gnome-themes-2.11.90-redmond.patch 
	gnome-themes-2.11.91-clearlooks.patch 
	gnome-themes-2.12.1-stock-icons.patch 
	gnome-themes-2.15.1-clearlooks.patch 
	gnome-themes-2.15.2-clearlooks.patch 
	gnome-themes-2.15.4-clearlooks.patch 
	gnome-themes-2.15.91.1-clearlooks.patch 
	gnome-themes-2.16.0-clearlooks.patch 
	gnome-themes-2.17.5-clearlooks.patch 
	gnome-themes-2.9.90-clearlooks.patch gnome-themes-hidden.patch 
Log Message:
clean up patches


gnome-themes-2.17.92-clearlooks.patch:
 configure.in                             |    3 
 desktop-themes/Clearlooks/index.theme.in |    2 
 icon-themes/Makefile.am                  |    3 
 icon-themes/Makefile.in                  |  105 +++++++++++++++----------------
 4 files changed, 59 insertions(+), 54 deletions(-)

--- NEW FILE gnome-themes-2.17.92-clearlooks.patch ---
--- gnome-themes-2.17.92/configure.in.clearlooks	2007-02-26 13:25:11.000000000 -0500
+++ gnome-themes-2.17.92/configure.in	2007-02-27 21:28:47.000000000 -0500
@@ -25,6 +25,9 @@
 AC_CHECK_FUNCS(setenv putenv)
 
 AM_PROG_LIBTOOL
+AM_PROG_MKDIR_P
+MKDIR_P=${mkdir_p}
+AC_SUBST(MKDIR_P)
 
 # theme engines
 PKG_CHECK_MODULES(THEME_ENGINE,
--- gnome-themes-2.17.92/icon-themes/Makefile.in.clearlooks	2007-02-26 13:26:13.000000000 -0500
+++ gnome-themes-2.17.92/icon-themes/Makefile.in	2007-02-28 08:21:44.000000000 -0500
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -13,15 +13,11 @@
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -48,10 +44,13 @@
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 	html-recursive info-recursive install-data-recursive \
-	install-exec-recursive install-info-recursive \
-	install-recursive installcheck-recursive installdirs-recursive \
-	pdf-recursive ps-recursive uninstall-info-recursive \
-	uninstall-recursive
+	install-dvi-recursive install-exec-recursive \
+	install-html-recursive install-info-recursive \
+	install-pdf-recursive install-ps-recursive install-recursive \
+	installcheck-recursive installdirs-recursive pdf-recursive \
+	ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
+  distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -60,8 +59,6 @@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 ALLOCA = @ALLOCA@
 ALL_LINGUAS = @ALL_LINGUAS@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 AR = @AR@
 AUTOCONF = @AUTOCONF@
@@ -73,8 +70,6 @@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
-CORE_THEMES_ONLY_FALSE = @CORE_THEMES_ONLY_FALSE@
-CORE_THEMES_ONLY_TRUE = @CORE_THEMES_ONLY_TRUE@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
@@ -142,9 +137,8 @@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
-MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MSGFMT = @MSGFMT@
 OBJEXT = @OBJEXT@
@@ -161,6 +155,7 @@
 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 RANLIB = @RANLIB@
+SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 STRIP = @STRIP@
@@ -216,7 +211,8 @@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-SUBDIRS = Crux \
+SUBDIRS = Clearlooks \
+	Crux \
 	HighContrast		\
 	HighContrastInverse	\
 	HighContrastLargePrint	\
@@ -266,10 +262,6 @@
 clean-libtool:
 	-rm -rf .libs _libs
 
-distclean-libtool:
-	-rm -f libtool
-uninstall-info-am:
-
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
 # To change the values of `make' variables: instead of editing Makefiles,
@@ -301,8 +293,7 @@
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
 
-mostlyclean-recursive clean-recursive distclean-recursive \
-maintainer-clean-recursive:
+$(RECURSIVE_CLEAN_TARGETS):
 	@failcom='exit 1'; \
 	for f in x $$MAKEFLAGS; do \
 	  case $$f in \
@@ -403,22 +394,21 @@
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
-	list='$(DISTFILES)'; for file in $$list; do \
-	  case $$file in \
-	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
-	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
-	  esac; \
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
-	    dir="/$$dir"; \
-	    $(mkdir_p) "$(distdir)$$dir"; \
-	  else \
-	    dir=''; \
-	  fi; \
 	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 	    fi; \
@@ -432,7 +422,7 @@
 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
 	    test -d "$(distdir)/$$subdir" \
-	    || $(mkdir_p) "$(distdir)/$$subdir" \
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
 	    || exit 1; \
 	    distdir=`$(am__cd) $(distdir) && pwd`; \
 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
@@ -440,6 +430,8 @@
 	      $(MAKE) $(AM_MAKEFLAGS) \
 	        top_distdir="$$top_distdir" \
 	        distdir="$$distdir/$$subdir" \
+		am__remove_distdir=: \
+		am__skip_length_check=: \
 	        distdir) \
 	      || exit 1; \
 	  fi; \
@@ -479,8 +471,7 @@
 
 distclean: distclean-recursive
 	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-libtool \
-	distclean-tags
+distclean-am: clean-am distclean-generic distclean-tags
 
 dvi: dvi-recursive
 
@@ -494,12 +485,20 @@
 
 install-data-am:
 
+install-dvi: install-dvi-recursive
+
 install-exec-am:
 
+install-html: install-html-recursive
+
 install-info: install-info-recursive
 
 install-man:
 
+install-pdf: install-pdf-recursive
+
+install-ps: install-ps-recursive
+
 installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
@@ -518,22 +517,24 @@
 
 ps-am:
 
-uninstall-am: uninstall-info-am
+uninstall-am:
 
-uninstall-info: uninstall-info-recursive
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
+	install-strip
 
-.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
-	clean clean-generic clean-libtool clean-recursive ctags \
-	ctags-recursive distclean distclean-generic distclean-libtool \
-	distclean-recursive distclean-tags distdir dvi dvi-am html \
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+	all all-am check check-am clean clean-generic clean-libtool \
+	ctags ctags-recursive distclean distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
 	html-am info info-am install install-am install-data \
-	install-data-am install-exec install-exec-am install-info \
-	install-info-am install-man install-strip installcheck \
+	install-data-am install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-info \
+	install-info-am install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
 	installcheck-am installdirs installdirs-am maintainer-clean \
-	maintainer-clean-generic maintainer-clean-recursive \
-	mostlyclean mostlyclean-generic mostlyclean-libtool \
-	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
-	uninstall uninstall-am uninstall-info-am
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
+	uninstall uninstall-am
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
--- gnome-themes-2.17.92/icon-themes/Makefile.am.clearlooks	2007-02-26 13:03:21.000000000 -0500
+++ gnome-themes-2.17.92/icon-themes/Makefile.am	2007-02-28 08:21:31.000000000 -0500
@@ -1,4 +1,5 @@
-SUBDIRS=Crux \
+SUBDIRS=Clearlooks \
+	Crux \
 	HighContrast		\
 	HighContrastInverse	\
 	HighContrastLargePrint	\
--- gnome-themes-2.17.92/desktop-themes/Clearlooks/index.theme.in.clearlooks	2007-02-26 13:02:53.000000000 -0500
+++ gnome-themes-2.17.92/desktop-themes/Clearlooks/index.theme.in	2007-02-27 21:28:47.000000000 -0500
@@ -5,4 +5,4 @@
 Encoding=UTF-8
 GtkTheme=Clearlooks
 MetacityTheme=Clearlooks
-IconTheme=gnome
+IconTheme=Clearlooks


Index: gnome-themes.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-themes/devel/gnome-themes.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- gnome-themes.spec	28 Feb 2007 02:24:40 -0000	1.82
+++ gnome-themes.spec	28 Feb 2007 13:22:14 -0000	1.83
@@ -8,7 +8,7 @@
 Source: http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.17/%{name}-%{version}.tar.bz2
 Source1: clearlooks-%{clearlooks_version}.tar.bz2
 Patch1: clearlooks-0.5-inherit-bluecurve.patch
-Patch2: gnome-themes-2.17.5-clearlooks.patch
+Patch2: gnome-themes-2.17.92-clearlooks.patch
 License: LGPL
 Group: User Interface/Desktops
 BuildArch: noarch


--- gnome-themes-2.11.90-clearlooks.patch DELETED ---


--- gnome-themes-2.11.90-redmond.patch DELETED ---


--- gnome-themes-2.11.91-clearlooks.patch DELETED ---


--- gnome-themes-2.12.1-stock-icons.patch DELETED ---


--- gnome-themes-2.15.1-clearlooks.patch DELETED ---


--- gnome-themes-2.15.2-clearlooks.patch DELETED ---


--- gnome-themes-2.15.4-clearlooks.patch DELETED ---


--- gnome-themes-2.15.91.1-clearlooks.patch DELETED ---


--- gnome-themes-2.16.0-clearlooks.patch DELETED ---


--- gnome-themes-2.17.5-clearlooks.patch DELETED ---


--- gnome-themes-2.9.90-clearlooks.patch DELETED ---


--- gnome-themes-hidden.patch DELETED ---




More information about the fedora-cvs-commits mailing list