Module submission - wxGTK

dveatch@woh.rr.com dveatch at woh.rr.com
Wed Jul 27 22:28:18 UTC 2005


module name       : wxGTK
suggested section : libs
update (y/n)      : n
bugfix (y/n)      : y
security (y/n)    : n


Thanks for the knock in the head tchan. Figured I'd take one more look
before bugging the pgadmin3 folks. Sure enough. I was being a knucklehead.
The problem with the pgadmin3 module I was making had to do with "--enable-static"
in that module while wxGTK used shared. So corrected my pgadmin3 module and it 
all worky worky fine.

So this patch is to add a couple of contrib dirs from wxGTK that pgadmin3 needs.
If this is denied then no need for me to submit pgadmin3.

I'm sure you'll let me know if those dirs will blow something else up. :)


dveatch

-------------- next part --------------
--- wxGTK/BUILD	2005-06-04 22:01:45.000000000 -0400
+++ wxGTK/BUILD	2005-07-27 18:25:28.000000000 -0400
@@ -2,9 +2,21 @@
   ./configure   --build=$BUILD	\
                 --prefix=/usr  \
 		--with-gtk  \
+                --enable-gtk2      \
 		--enable-unicode  \
 		--enable-optimise  \
 		$OPTS  &&
-  default_make
+  
+  default_make                     &&
+
+# These are needed to get pgadmin3 to compile.
+
+  cd contrib/src/stc               &&
+  make                             &&
+  make install                     &&
+
+  cd ../ogl                        &&
+  make all                         &&
+  make install
 
 ) > $C_FIFO 2>&1
--- wxGTK/DETAILS	2005-06-04 22:01:45.000000000 -0400
+++ wxGTK/DETAILS	2005-07-27 18:26:08.000000000 -0400
@@ -6,7 +6,7 @@
       SOURCE_VFY=sha1:e7f46b0eb83fb0e316e0d5b49fd38b3b7f00b95b
         WEB_SITE=http://www.wxwidgets.org/
          ENTERED=20011217
-         UPDATED=20050604
+         UPDATED=20050727
 
 SHORT="wxGTK is a GTK+ verion of wxWindows API."
 cat << EOF
-------------- next part --------------
lvu submit wxGTK a55648a16dcf4e581522ac7377fb0333  -
2.6.12.3 2.6.12 gcc-3.3.3 glibc-2.3.3


More information about the Lunar mailing list