From 2c31c88e4bc58c65b2ffef54e9cdbe433f3e6c34 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 11 Apr 2002 01:37:32 +0000 Subject: Upgrade to 1.2.3. --- graphics/gimp1/files/patch-af | 26 ---------------------- graphics/gimp1/files/patch-ak | 17 -------------- graphics/gimp1/files/patch-ao | 11 --------- graphics/gimp1/files/patch-gimptool-1.2.in | 26 ++++++++++++++++++++++ graphics/gimp1/files/patch-libgimp::Makefile.in | 19 ++++++++++++++++ .../files/patch-plug-ins::libgck::gck::Makefile.in | 11 +++++++++ 6 files changed, 56 insertions(+), 54 deletions(-) delete mode 100644 graphics/gimp1/files/patch-af delete mode 100644 graphics/gimp1/files/patch-ak delete mode 100644 graphics/gimp1/files/patch-ao create mode 100644 graphics/gimp1/files/patch-gimptool-1.2.in create mode 100644 graphics/gimp1/files/patch-libgimp::Makefile.in create mode 100644 graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in (limited to 'graphics/gimp1/files') diff --git a/graphics/gimp1/files/patch-af b/graphics/gimp1/files/patch-af deleted file mode 100644 index 83f0d440beea..000000000000 --- a/graphics/gimp1/files/patch-af +++ /dev/null @@ -1,26 +0,0 @@ ---- gimptool.in.orig Thu Apr 27 02:07:40 2000 -+++ gimptool.in Thu Mar 15 05:55:24 2001 -@@ -234,19 +234,19 @@ - | --uninstall-script | --uninstall-admin-script ) - case $1 in - --*install-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --install-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$HOME/@gimpdir@/plug-ins" - ;; - --*install-admin-bin) -- install_cmd="@INSTALL_PROGRAM@" -+ install_cmd="@INSTALL_SCRIPT@" - install_dir="$gimpplugindir/plug-ins" - ;; - --install-admin-bin-strip) -- install_cmd="@INSTALL_PROGRAM@ -s" -+ install_cmd="@INSTALL_SCRIPT@ -s" - install_dir="$gimpplugindir/plug-ins" - ;; - --*install-script) diff --git a/graphics/gimp1/files/patch-ak b/graphics/gimp1/files/patch-ak deleted file mode 100644 index ead5311df6ff..000000000000 --- a/graphics/gimp1/files/patch-ak +++ /dev/null @@ -1,17 +0,0 @@ ---- libgimp/Makefile.in.orig Sat Mar 4 11:10:43 2000 -+++ libgimp/Makefile.in Sun Apr 2 22:40:29 2000 -@@ -209,11 +209,11 @@ - gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcolorspace.h gimpcompat.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimphelpui.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimppixmap.h gimpquerybox.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpvector.h gimpwidgets.h gimpintl.h parasite.h parasiteF.h parasiteP.h parasiteio.h - - --libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - --libgimp_la_LIBADD = $(GLIB_LIBS) -lm -+libgimp_la_LIBADD = $(GTK_LIBS) -lm - --libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - libgimpui_la_LIBADD = $(GTK_LIBS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/graphics/gimp1/files/patch-ao b/graphics/gimp1/files/patch-ao deleted file mode 100644 index e5f1d5a3677c..000000000000 --- a/graphics/gimp1/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- plug-ins/libgck/gck/Makefile.in.orig Sun Apr 2 22:41:29 2000 -+++ plug-ins/libgck/gck/Makefile.in Sun Apr 2 22:41:37 2000 -@@ -191,7 +191,7 @@ - gckinclude_HEADERS = gck.h - - --libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - - INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) diff --git a/graphics/gimp1/files/patch-gimptool-1.2.in b/graphics/gimp1/files/patch-gimptool-1.2.in new file mode 100644 index 000000000000..052cac1df256 --- /dev/null +++ b/graphics/gimp1/files/patch-gimptool-1.2.in @@ -0,0 +1,26 @@ +--- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002 ++++ gimptool-1.2.in Wed Feb 20 14:04:39 2002 +@@ -227,19 +227,19 @@ + | --uninstall-script | --uninstall-admin-script ) + case $1 in + --*install-bin) +- install_cmd="@INSTALL_PROGRAM@" ++ install_cmd="@INSTALL_SCRIPT@" + install_dir="$HOME/@gimpdir@/plug-ins" + ;; + --install-bin-strip) +- install_cmd="@INSTALL_PROGRAM@ -s" ++ install_cmd="@INSTALL_SCRIPT@ -s" + install_dir="$HOME/@gimpdir@/plug-ins" + ;; + --*install-admin-bin) +- install_cmd="@INSTALL_PROGRAM@" ++ install_cmd="@INSTALL_SCRIPT@" + install_dir="$gimpplugindir/plug-ins" + ;; + --install-admin-bin-strip) +- install_cmd="@INSTALL_PROGRAM@ -s" ++ install_cmd="@INSTALL_SCRIPT@ -s" + install_dir="$gimpplugindir/plug-ins" + ;; + --*install-script) diff --git a/graphics/gimp1/files/patch-libgimp::Makefile.in b/graphics/gimp1/files/patch-libgimp::Makefile.in new file mode 100644 index 000000000000..b9cdc7868203 --- /dev/null +++ b/graphics/gimp1/files/patch-libgimp::Makefile.in @@ -0,0 +1,19 @@ +--- libgimp/Makefile.in.orig Tue Feb 12 05:46:08 2002 ++++ libgimp/Makefile.in Wed Feb 20 14:02:07 2002 +@@ -225,13 +225,13 @@ + gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h + + +-libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimp_export_symbols) ++libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimp_export_symbols) + +-libgimp_la_LIBADD = $(GLIB_LIBS) -lm ++libgimp_la_LIBADD = $(GTK_LIBS) -lm + + libgimp_la_DEPENDENCIES = $(gimp_def) + +-libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimpui_export_symbols) ++libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimpui_export_symbols) + + + libgimpui_la_LIBADD = $(GTK_LIBS) $(conditional_libgimp_la) diff --git a/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in b/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in new file mode 100644 index 000000000000..6764015563eb --- /dev/null +++ b/graphics/gimp1/files/patch-plug-ins::libgck::gck::Makefile.in @@ -0,0 +1,11 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Tue Feb 12 05:46:23 2002 ++++ plug-ins/libgck/gck/Makefile.in Wed Feb 20 14:00:02 2002 +@@ -193,7 +193,7 @@ + gckinclude_HEADERS = gck.h + + +-libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) ++libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) + + + INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir) -- cgit v1.2.3