Bug 540529 – Remove all GIMP references
2008-07-03 Cody Russell <bratsche@gnome.org> Bug 540529 – Remove all GIMP references * gtk+-2.0.pc.in: * gdk-2.0.pc.in: * gtk+-unix-print-2.0.pc.in: * gtk+-2.0-uninstalled.pc.in: * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say GTK+ Graphical UI Library in the pkg-config files. svn path=/trunk/; revision=20739
This commit is contained in:
committed by
Cody Russell
parent
d2343ff20b
commit
7a500d97b2
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
|||||||
|
2008-07-03 Cody Russell <bratsche@gnome.org>
|
||||||
|
|
||||||
|
Bug 540529 – Remove all GIMP references
|
||||||
|
|
||||||
|
* gtk+-2.0.pc.in:
|
||||||
|
* gdk-2.0.pc.in:
|
||||||
|
* gtk+-unix-print-2.0.pc.in:
|
||||||
|
* gtk+-2.0-uninstalled.pc.in:
|
||||||
|
* gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say
|
||||||
|
GTK+ Graphical UI Library in the pkg-config files.
|
||||||
|
|
||||||
2008-07-02 Cody Russell <bratsche@gnome.org>
|
2008-07-02 Cody Russell <bratsche@gnome.org>
|
||||||
|
|
||||||
Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring
|
Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
target=@gdktarget@
|
target=@gdktarget@
|
||||||
|
|
||||||
Name: GDK Uninstalled
|
Name: GDK Uninstalled
|
||||||
Description: GIMP Drawing Kit (${target} target), Not Installed
|
Description: GTK+ Drawing Kit (${target} target), Not Installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gdk-pixbuf-2.0-uninstalled @GDK_PACKAGES@
|
Requires: gdk-pixbuf-2.0-uninstalled @GDK_PACKAGES@
|
||||||
Libs: ${pc_top_builddir}/${pcfiledir}/gdk/libgdk-${target}-@GTK_API_VERSION@.la @GDK_EXTRA_LIBS@
|
Libs: ${pc_top_builddir}/${pcfiledir}/gdk/libgdk-${target}-@GTK_API_VERSION@.la @GDK_EXTRA_LIBS@
|
||||||
|
|||||||
@ -5,7 +5,7 @@ includedir=@includedir@
|
|||||||
target=@gdktarget@
|
target=@gdktarget@
|
||||||
|
|
||||||
Name: GDK
|
Name: GDK
|
||||||
Description: GIMP Drawing Kit (${target} target)
|
Description: GTK+ Drawing Kit (${target} target)
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@
|
Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@
|
||||||
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
|
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
|
||||||
|
|||||||
@ -3,7 +3,7 @@ target=@gdktarget@
|
|||||||
gtk_binary_version=@GTK_BINARY_VERSION@
|
gtk_binary_version=@GTK_BINARY_VERSION@
|
||||||
|
|
||||||
Name: GTK+ Uninstalled
|
Name: GTK+ Uninstalled
|
||||||
Description: GIMP Tool Kit (${target} target), Not Installed
|
Description: GTK+ Graphical UI Library (${target} target), Not Installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gdk-${target}-2.0-uninstalled @GTK_PACKAGES@
|
Requires: gdk-${target}-2.0-uninstalled @GTK_PACKAGES@
|
||||||
Libs: ${pc_top_builddir}/${pcfiledir}/gtk/libgtk-${target}-@GTK_API_VERSION@.la @GTK_EXTRA_LIBS@
|
Libs: ${pc_top_builddir}/${pcfiledir}/gtk/libgtk-${target}-@GTK_API_VERSION@.la @GTK_EXTRA_LIBS@
|
||||||
|
|||||||
@ -8,7 +8,7 @@ gtk_binary_version=@GTK_BINARY_VERSION@
|
|||||||
gtk_host=@host@
|
gtk_host=@host@
|
||||||
|
|
||||||
Name: GTK+
|
Name: GTK+
|
||||||
Description: GIMP Tool Kit (${target} target)
|
Description: GTK+ Graphical UI Library (${target} target)
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gdk-${target}-2.0 @GTK_PACKAGES@
|
Requires: gdk-${target}-2.0 @GTK_PACKAGES@
|
||||||
Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
|
Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
|
||||||
|
|||||||
@ -8,7 +8,7 @@ gtk_binary_version=@GTK_BINARY_VERSION@
|
|||||||
gtk_host=@host@
|
gtk_host=@host@
|
||||||
|
|
||||||
Name: GTK+
|
Name: GTK+
|
||||||
Description: GIMP Tool Kit Unix print support
|
Description: GTK+ Unix print support
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gtk+-${target}-2.0 @GTK_PACKAGES@
|
Requires: gtk+-${target}-2.0 @GTK_PACKAGES@
|
||||||
Cflags: -I${includedir}/gtk-unix-print-2.0
|
Cflags: -I${includedir}/gtk-unix-print-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user