summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-08 02:03:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-08 02:03:20 +0800
commitb15ee5779b1cbba89d48d27f5f62b1c98ea77545 (patch)
tree24d2d61a5beb457b2e92c1fd1682115f765e609d /x11-fm/nautilus/files
parentdf04e083a29794caf4045be4454f008b82e62c1f (diff)
downloadmarcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.tar
marcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.tar.gz
marcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.tar.bz2
marcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.tar.lz
marcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.tar.xz
marcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.tar.zst
marcuscom-ports-b15ee5779b1cbba89d48d27f5f62b1c98ea77545.zip
Update to 2.1.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@363 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r--x11-fm/nautilus/files/patch-Makefile.in21
-rw-r--r--x11-fm/nautilus/files/patch-libbackground_Makefile.in18
2 files changed, 19 insertions, 20 deletions
diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in
index dd27d3a1b..7fe0bcd6e 100644
--- a/x11-fm/nautilus/files/patch-Makefile.in
+++ b/x11-fm/nautilus/files/patch-Makefile.in
@@ -1,11 +1,10 @@
---- Makefile.in.orig Tue Dec 10 16:43:48 2002
-+++ Makefile.in Tue Dec 10 16:44:13 2002
-@@ -146,7 +146,7 @@
-
- DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in=.desktop)
-
--SUBDIRS = libnautilus cut-n-paste-code libbackground libnautilus-private libnautilus-adapter src test components po data icons docs $(NULL)
-+SUBDIRS = libnautilus cut-n-paste-code libbackground libnautilus-private libnautilus-adapter src components po data icons docs $(NULL)
-
-
- EXTRA_DIST = COPYING.LIB COPYING-DOCS HACKING MAINTAINERS nautilus.spec.in nautilus.desktop nautilus.desktop.in gnome-starthere-96.png gnome-starthere.png ChangeLog-20000414 ChangeLog-20000625 ChangeLog-20000831 ChangeLog-20001018 intltool-extract.in intltool-merge.in intltool-update.in Makefile.shared add-include-prefix $(DESKTOP_IN_FILES) $(DESKTOP_FILES) $(NULL)
+--- Makefile.in.orig Tue Jan 7 12:28:34 2003
++++ Makefile.in Tue Jan 7 12:29:48 2003
+@@ -153,7 +153,6 @@
+ libnautilus-private \
+ libnautilus-adapter \
+ src \
+- test \
+ components \
+ po \
+ data \
diff --git a/x11-fm/nautilus/files/patch-libbackground_Makefile.in b/x11-fm/nautilus/files/patch-libbackground_Makefile.in
index 8278adc9c..835db3474 100644
--- a/x11-fm/nautilus/files/patch-libbackground_Makefile.in
+++ b/x11-fm/nautilus/files/patch-libbackground_Makefile.in
@@ -1,11 +1,11 @@
---- libbackground/Makefile.in.orig Tue Dec 10 16:44:41 2002
-+++ libbackground/Makefile.in Tue Dec 10 16:45:24 2002
+--- libbackground/Makefile.in.orig Tue Jan 7 12:30:18 2003
++++ libbackground/Makefile.in Tue Jan 7 12:30:58 2003
@@ -141,7 +141,7 @@
- EXTRA_DIST = ChangeLog
-
--INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@
-+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@
-
-
- noinst_LTLIBRARIES = libbackground.la
+ INCLUDES = \
+ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+- -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
++ -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" \
+ -DG_LOG_DOMAIN=\"capplet-common\" \
+ -I$(top_srcdir)/ \
+ @CAPPLET_CFLAGS@