wok diff codeblocks/receipt @ rev 18521
Add wxWidgets28 for oldstable version of wxWidgets. Move old packages to use it.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 26 02:54:52 2015 +0200 (2015-10-26) |
parents | 17e313b5b9c1 |
children | bf3436efb3ae |
line diff
1.1 --- a/codeblocks/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/codeblocks/receipt Mon Oct 26 02:54:52 2015 +0200 1.3 @@ -11,8 +11,9 @@ 1.4 WGET_URL="http://download.berlios.de/codeblocks/$TARBALL" 1.5 TAGS="IDE" 1.6 1.7 -DEPENDS="wxWidgets" 1.8 -BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme" 1.9 +DEPENDS="wxWidgets28" 1.10 +BUILD_DEPENDS="wxWidgets28-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev \ 1.11 +autoconf automake libtool zip gnome-icon-theme" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()