summaryrefslogtreecommitdiff
path: root/devel/libglade2/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-08-22 03:54:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-08-22 03:54:24 +0000
commit944e57a05fa9e1cb5743f409d6bdd2c95e7b0b65 (patch)
tree9a870518d45406938078724d61f5f14280d71c42 /devel/libglade2/files
parentUpdate to version 0.3.9. (diff)
Initial import of the GNOME glade library version 0.3.
A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem. PR: 12781 (12 of 19) Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=20868
Diffstat (limited to 'devel/libglade2/files')
-rw-r--r--devel/libglade2/files/patch-aa11
-rw-r--r--devel/libglade2/files/patch-ab17
2 files changed, 28 insertions, 0 deletions
diff --git a/devel/libglade2/files/patch-aa b/devel/libglade2/files/patch-aa
new file mode 100644
index 000000000000..85ec92c1cbac
--- /dev/null
+++ b/devel/libglade2/files/patch-aa
@@ -0,0 +1,11 @@
+--- configure.orig Tue Jul 13 11:44:47 1999
++++ configure Tue Jul 13 11:46:11 1999
+@@ -2049,7 +2049,7 @@
+ test -n "$AWK" && break
+ done
+
+-GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gdk/gdkkeysyms.h"
++GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gtk12/gdk/gdkkeysyms.h"
+
+
+ # Extract the first word of "xml-config", so it can be a program name with args.
diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab
new file mode 100644
index 000000000000..83ac017513a8
--- /dev/null
+++ b/devel/libglade2/files/patch-ab
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Mon Aug 9 05:38:39 1999
++++ Makefile.in Wed Aug 18 11:17:53 1999
+@@ -131,12 +131,12 @@
+ bin_SCRIPTS = libglade-config libglade-xgettext
+ noinst_PROGRAMS = test-libglade
+ test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS)
+-SUBDIRS = intl po macros glade doc
++SUBDIRS = intl po macros glade
+
+ m4datadir = $(datadir)/aclocal
+ m4data_DATA = libglade.m4
+
+-confexecdir = $(libdir)
++confexecdir = $(prefix)/etc
+ confexec_DATA = libgladeConf.sh
+
+ test_libglade_SOURCES = test-libglade.c