diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /x11-toolkits/gtk20/files/patch-gtk_Makefile.in | |
parent | - Upgrade 1.2000. (diff) |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore
And pav@ for 2 exp-runs
PR: ports/152255
ports/143260
ports/141033
ports/149629
ports/150350
ports/151523
With hat: gnome@
Diffstat (limited to '')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_Makefile.in | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in index 25056ecf7e03..60254041d668 100644 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in @@ -1,16 +1,14 @@ ---- gtk/Makefile.in.orig 2009-12-25 20:27:57.000000000 +0100 -+++ gtk/Makefile.in 2009-12-25 20:29:14.000000000 +0100 -@@ -1377,11 +1377,11 @@ bin_SCRIPTS = gtk-builder-convert $(am__ +--- gtk/Makefile.in.orig 2010-06-27 12:26:58.000000000 +0200 ++++ gtk/Makefile.in 2010-06-27 12:28:14.000000000 +0200 +@@ -1350,9 +1350,9 @@ # gtk-update-icon-cache.exe doesn't require any special privileges. @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) -gtk_query_immodules_2_0_LDADD = $(LDADDS) +gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GLIB_LIBS) gtk_query_immodules_2_0_SOURCES = queryimmodules.c - gtk_update_icon_cache_LDADD = \ - $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ -- $(GDK_PIXBUF_DEP_LIBS) -+ $(GDK_PIXBUF_DEP_LIBS) $(GLIB_LIBS) - - gtk_update_icon_cache_SOURCES = \ - updateiconcache.c +-gtk_update_icon_cache_LDADD = $(GDK_PIXBUF_LIBS) ++gtk_update_icon_cache_LDADD = $(GDK_PIXBUF_LIBS) $(GLIB_LIBS) + gtk_update_icon_cache_SOURCES = updateiconcache.c + STOCK_ICONS = \ + stock-icons/16/document-open-recent.png \ |