From: Francesco M. <fr...@us...> - 2006-09-14 16:31:26
|
Update of /cvsroot/wxlua/wxLua/build/autopackage In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2190/build/autopackage Modified Files: default.apspec.in Log Message: fixed AP to work with wxGTK autopackage Index: default.apspec.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autopackage/default.apspec.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** default.apspec.in 12 Mar 2006 13:28:11 -0000 1.11 --- default.apspec.in 14 Sep 2006 16:31:17 -0000 1.12 *************** *** 11,15 **** License: wxWindows license SoftwareVersion: @PACKAGE_VERSION@ ! AutopackageTarget: 1.0 [Description] --- 11,19 ---- License: wxWindows license SoftwareVersion: @PACKAGE_VERSION@ ! Revision: 1 ! PackageVersion: 1 ! AutopackageTarget: 1.2 ! PackageFileName: $SHORTNAME-$SOFTWAREVERSION-$PACKAGEVERSION.x86.package ! Compression: bzip2 [Description] *************** *** 22,26 **** export APBUILD_RESOLVE_LIBPATH=".*lua.*" export APBUILD_STATIC="tiff expat" ! prepareBuild --disable-shared --disable-debug --disable-customwxbind-install [BuildUnprepare] --- 26,30 ---- export APBUILD_RESOLVE_LIBPATH=".*lua.*" export APBUILD_STATIC="tiff expat" ! prepareBuild --disable-shared --disable-debug --disable-customwxbind-install --with-wxdir=/home/frm/work/wxGTK-2.6.3 [BuildUnprepare] *************** *** 33,37 **** [Prepare] # only GTK required: lua, wxWidgets and wxStEdit are statically built in ! require @gtk.org/gtk 2.0 [Install] --- 37,42 ---- [Prepare] # only GTK required: lua, wxWidgets and wxStEdit are statically built in ! ##require @gtk.org/gtk 2.0 # this is checked by GTK ! require @wxwidgets.org/wxgtk 26.0 [Install] |