|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/gnome2/nautilus/disable-image-properties-fromcvs.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./components/Makefile.am.orig 2005-01-05 11:33:31.827128456 +0100
|
|
+++ ./components/Makefile.am 2005-01-05 11:33:34.858667592 +0100
|
|
@@ -7,7 +7,6 @@
|
|
text \
|
|
throbber \
|
|
emblem \
|
|
- image_properties \
|
|
$(NULL)
|
|
|
|
# loser \
|
|
--- ./components/Makefile.in.orig 2005-01-05 11:33:40.843757720 +0100
|
|
+++ ./components/Makefile.in 2005-01-05 11:33:48.130649944 +0100
|
|
@@ -170,7 +170,7 @@
|
|
|
|
NULL =
|
|
|
|
-SUBDIRS = adapter history notes text throbber emblem image_properties $(NULL)
|
|
+SUBDIRS = adapter history notes text throbber emblem $(NULL)
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|