From: Francesco M. <fr...@us...> - 2006-12-24 11:00:28
|
Update of /cvsroot/wxlua/wxLua/distrib/autopackage In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3034/distrib/autopackage Modified Files: default.apspec.in wxlua.desktop wxlua.xml Log Message: updated icons with updated logo; updated build system to also uninstall the installed desktop,icons,etc Index: wxlua.xml =================================================================== RCS file: /cvsroot/wxlua/wxLua/distrib/autopackage/wxlua.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxlua.xml 10 Dec 2006 18:04:25 -0000 1.1 --- wxlua.xml 24 Dec 2006 11:00:22 -0000 1.2 *************** *** 6,10 **** <alias type="text/lua" /> ! <apkg:icon>wxlua.xpm</apkg:icon> </mime-type> </mime-info> \ No newline at end of file --- 6,10 ---- <alias type="text/lua" /> ! <apkg:icon>wxlualogo.xpm</apkg:icon> </mime-type> </mime-info> \ No newline at end of file Index: default.apspec.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/distrib/autopackage/default.apspec.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default.apspec.in 10 Dec 2006 18:04:25 -0000 1.1 --- default.apspec.in 24 Dec 2006 11:00:22 -0000 1.2 *************** *** 15,22 **** AutopackageTarget: 1.2 PackageFileName: $SHORTNAME-$SOFTWAREVERSION-$PACKAGEVERSION.x86.package - Compression: bzip2 - - [Description] - wxLua is a set of bindings to wxWidgets for the Lua language. With wxLua you can write programs in Lua that use the wxWidgets cross-platform GUI library to develop and deliver your software with the programming ease of an interpreted language like Lua. [BuildPrepare] --- 15,18 ---- *************** *** 36,41 **** [Prepare] # only wxGTK required: lua and wxStEdit are statically built in ! require @wxwidgets.org/wxgtk 26.0 [Install] --- 32,46 ---- [Prepare] + require @gtk.org/gtk 2.0 + # only wxGTK required: lua and wxStEdit are statically built in ! # NOTE: currently wxAutopackage does not provide STC stuff so we link ! # statically to all wxWidgets (STC cannot be built statically ! # against a shared build of wx) ! ##require @wxwidgets.org/wxgtk 26.0 ! ! # remove the wxLua RPM/DEB/other native package format if installed ! removeOwningPackage $PREFIX/bin/wxlua ! [Install] *************** *** 44,48 **** installIcon share/pixmaps/wxlua.xpm installMime share/mime/packages/wxlua.xml ! installDesktop "Development" share/applications/wxlua.desktop [Uninstall] --- 49,53 ---- installIcon share/pixmaps/wxlua.xpm installMime share/mime/packages/wxlua.xml ! installMenuItem "Development" share/applications/wxlua.desktop [Uninstall] Index: wxlua.desktop =================================================================== RCS file: /cvsroot/wxlua/wxLua/distrib/autopackage/wxlua.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxlua.desktop 10 Dec 2006 18:04:25 -0000 1.1 --- wxlua.desktop 24 Dec 2006 11:00:22 -0000 1.2 *************** *** 8,11 **** MimeType=application/lua; Categories=Application;Development; ! Icon=wxlua.xpm X-GNOME-DocPath= \ No newline at end of file --- 8,11 ---- MimeType=application/lua; Categories=Application;Development; ! Icon=wxlualogo.xpm X-GNOME-DocPath= \ No newline at end of file |