diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-09 15:11:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-09 15:11:07 +0000 |
commit | ffadb2cbe58a0c51af655f956106ff7bd49ed856 (patch) | |
tree | 35093966e9f4cd468309207946663db8502386ef /x11-toolkits/gtk12 | |
parent | a9f89bca68b87a50ef30dc01165fcfafbda9310e (diff) | |
download | ports-ffadb2cbe58a0c51af655f956106ff7bd49ed856.tar.gz ports-ffadb2cbe58a0c51af655f956106ff7bd49ed856.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-ab | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-ad | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-af | 12 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-gtk.m4 | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk12/pkg-comment | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk12/pkg-descr | 4 |
6 files changed, 21 insertions, 10 deletions
diff --git a/x11-toolkits/gtk12/files/patch-ab b/x11-toolkits/gtk12/files/patch-ab index 653be5ddf824..89070faaa84b 100644 --- a/x11-toolkits/gtk12/files/patch-ab +++ b/x11-toolkits/gtk12/files/patch-ab @@ -16,4 +16,3 @@ - echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm + echo $libdirs @x_ldflags@ -lgtk@LT_RELEASE@ -lgdk@LT_RELEASE@ $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm fi - diff --git a/x11-toolkits/gtk12/files/patch-ad b/x11-toolkits/gtk12/files/patch-ad index 56123b2f7a29..82433cfb7059 100644 --- a/x11-toolkits/gtk12/files/patch-ad +++ b/x11-toolkits/gtk12/files/patch-ad @@ -29,4 +29,3 @@ + str = g_strdup_printf ("%s%s", GTK_SYSCONFDIR, "/gtkrc"); gtk_rc_add_default_file (str); g_free (str); - diff --git a/x11-toolkits/gtk12/files/patch-af b/x11-toolkits/gtk12/files/patch-af index e0750ce3a9a1..8c6d078a9da2 100644 --- a/x11-toolkits/gtk12/files/patch-af +++ b/x11-toolkits/gtk12/files/patch-af @@ -1,11 +1,11 @@ ---- gtk/gtkrc.ru.orig Fri May 19 08:18:08 2000 -+++ gtk/gtkrc.ru Thu May 25 13:55:53 2000 -@@ -1,7 +1,7 @@ +--- gtk/gtkrc.ru.orig Fri May 19 13:18:08 2000 ++++ gtk/gtkrc.ru Fri Feb 9 22:53:43 2001 +@@ -1,7 +1,5 @@ style "gtk-default-ru" { - fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ - -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ +- fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ +- -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ - -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ -+ -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ ++ fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ -*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r,*-r-*" } class "GtkWidget" style "gtk-default-ru" diff --git a/x11-toolkits/gtk12/files/patch-gtk.m4 b/x11-toolkits/gtk12/files/patch-gtk.m4 new file mode 100644 index 000000000000..75c7b9213b8e --- /dev/null +++ b/x11-toolkits/gtk12/files/patch-gtk.m4 @@ -0,0 +1,11 @@ +--- gtk.m4.orig Fri Feb 9 22:56:43 2001 ++++ gtk.m4 Fri Feb 9 22:57:20 2001 +@@ -37,7 +37,7 @@ + fi + fi + +- AC_PATH_PROG(GTK_CONFIG, gtk-config, no) ++ AC_PATH_PROG(GTK_CONFIG, gtk-config, gtk12-config, no) + min_gtk_version=ifelse([$1], ,0.99.7,$1) + AC_MSG_CHECKING(for GTK - version >= $min_gtk_version) + no_gtk="" diff --git a/x11-toolkits/gtk12/pkg-comment b/x11-toolkits/gtk12/pkg-comment index 3644936b8671..2626cd8482d3 100644 --- a/x11-toolkits/gtk12/pkg-comment +++ b/x11-toolkits/gtk12/pkg-comment @@ -1 +1 @@ -General Toolkit for X11 GUI +Gimp Toolkit for X11 GUI diff --git a/x11-toolkits/gtk12/pkg-descr b/x11-toolkits/gtk12/pkg-descr index 75f50206dbe7..1e10a8a03c0f 100644 --- a/x11-toolkits/gtk12/pkg-descr +++ b/x11-toolkits/gtk12/pkg-descr @@ -14,4 +14,6 @@ or any combination possible the programmer desires. This flexibility is adhered to throughout the library. - Vanilla -vanilla@MinJe.com.TW +vanilla@FreeBSD.org + +WWW: www.gtk.org |