mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
2.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/gnome2/gnome-themes/disable-engines-now-in-gtk-engines.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./gtk-engines/Makefile.am.orig 2005-01-05 10:30:49.514086976 +0100
  20. +++ ./gtk-engines/Makefile.am 2005-01-05 10:31:30.316884008 +0100
  21. @@ -1 +1 @@
  22. -SUBDIRS=Smooth hc-engine thinice
  23. +SUBDIRS=
  24. --- ./gtk-engines/Makefile.in.orig 2005-01-05 10:31:34.050316440 +0100
  25. +++ ./gtk-engines/Makefile.in 2005-01-05 10:31:38.398655392 +0100
  26. @@ -184,7 +184,7 @@
  27. sharedstatedir = @sharedstatedir@
  28. sysconfdir = @sysconfdir@
  29. target_alias = @target_alias@
  30. -SUBDIRS = Smooth hc-engine thinice
  31. +SUBDIRS =
  32. subdir = gtk-engines
  33. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  34. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  35. --- ./gtk-themes/Makefile.am.orig 2005-01-05 10:59:46.243064040 +0100
  36. +++ ./gtk-themes/Makefile.am 2005-01-05 11:00:25.706064752 +0100
  37. @@ -1 +1 @@
  38. -SUBDIRS=Crux Glider Grand-Canyon LightHouseBlue Mist Simple Smokey-Blue ThinIce
  39. +SUBDIRS=Glider Grand-Canyon Simple Smokey-Blue
  40. --- ./gtk-themes/Makefile.in.orig 2005-01-05 10:59:55.693627336 +0100
  41. +++ ./gtk-themes/Makefile.in 2005-01-05 11:00:42.831461296 +0100
  42. @@ -184,7 +184,7 @@
  43. sharedstatedir = @sharedstatedir@
  44. sysconfdir = @sysconfdir@
  45. target_alias = @target_alias@
  46. -SUBDIRS = Crux Glider Grand-Canyon LightHouseBlue Mist Simple Smokey-Blue ThinIce
  47. +SUBDIRS = Glider Grand-Canyon Simple Smokey-Blue
  48. subdir = gtk-themes
  49. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  50. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs