wok-next 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 418e959a5595
children 12c405bdb514
files audacity/description.txt audacity/receipt boinc-dev/receipt boinc/receipt codeblocks/receipt comical/receipt comical/stuff/comical.desktop extrema/receipt filezilla/description.txt filezilla/receipt ggseq/description.txt ggseq/receipt lcdnurse/description.txt lcdnurse/receipt opencpn/description.txt opencpn/receipt pgadmin/description.txt pgadmin/receipt rapidsvn/description.txt rapidsvn/receipt rdpdesk/receipt truecrypt/receipt wxHexEditor/receipt wxWidgets28-dev/receipt wxWidgets28/description.txt wxWidgets28/receipt wxdfast/description.txt wxdfast/receipt wxpython/receipt xchm/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/audacity/description.txt	Mon Oct 26 02:54:52 2015 +0200
     1.3 @@ -0,0 +1,9 @@
     1.4 +**Audacity** is a graphical audio editor.
     1.5 +
     1.6 +Audacity is primarily an interactive, graphical editor, not a batch-processing
     1.7 +tool. Whilst there is a basic batch processing tool it is experimental and
     1.8 +incomplete. If you need to batch-process audio or do simple edits from the
     1.9 +command line, using **sox** or **ecasound** driven by a bash script will be much
    1.10 +more powerful than audacity.
    1.11 +
    1.12 +Audacity supports two types of plug-ins on Unix: LADSPA and Nyquist plug-ins.
     2.1 --- a/audacity/receipt	Sun Oct 25 22:20:52 2015 +0200
     2.2 +++ b/audacity/receipt	Mon Oct 26 02:54:52 2015 +0200
     2.3 @@ -3,7 +3,7 @@
     2.4  PACKAGE="audacity"
     2.5  VERSION="2.0.6"
     2.6  CATEGORY="multimedia"
     2.7 -SHORT_DESC="software for recording and editing sounds"
     2.8 +SHORT_DESC="A free multi-track audio editor and recorder"
     2.9  MAINTAINER="allan316@gmail.com"
    2.10  LICENSE="GPL2"
    2.11  TARBALL="$PACKAGE-minsrc-$VERSION.tar.xz"
    2.12 @@ -11,9 +11,9 @@
    2.13  WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    2.14  TAGS="sound audio recorder editor"
    2.15  
    2.16 -DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
    2.17 +DEPENDS="wxWidgets28 ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \
    2.18  lame alsa-lib xorg-libXxf86vm"
    2.19 -BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
    2.20 +BUILD_DEPENDS="wxWidgets28-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \
    2.21  libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake"
    2.22  
    2.23  # Rules to configure and make the package.
     3.1 --- a/boinc-dev/receipt	Sun Oct 25 22:20:52 2015 +0200
     3.2 +++ b/boinc-dev/receipt	Mon Oct 26 02:54:52 2015 +0200
     3.3 @@ -18,3 +18,4 @@
     3.4  	cp -a $install/usr/include $fs/usr
     3.5  	cp -a $install/usr/lib/*.*a $fs/usr/lib
     3.6  }
     3.7 +
     4.1 --- a/boinc/receipt	Sun Oct 25 22:20:52 2015 +0200
     4.2 +++ b/boinc/receipt	Mon Oct 26 02:54:52 2015 +0200
     4.3 @@ -12,14 +12,13 @@
     4.4  WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}"
     4.5  
     4.6  # The init script requires bash.
     4.7 -DEPENDS="openssl libcurl wxWidgets libnotify bash"
     4.8 +DEPENDS="openssl libcurl wxWidgets28 libnotify bash"
     4.9  BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev libidn-dev \
    4.10 -wxWidgets-dev libnotify-dev sqlite-dev file"
    4.11 +wxWidgets28-dev libnotify-dev sqlite-dev file"
    4.12  
    4.13  # Rules to configure and make the package.
    4.14  compile_rules()
    4.15  {
    4.16 -	cd $src
    4.17  	sed -i 's/AC_PROG_CPP/&\nAC_PROG_OBJCXX/' configure.ac
    4.18  	automake --add-missing
    4.19  	./_autosetup
    4.20 @@ -50,20 +49,21 @@
    4.21  
    4.22  post_install()
    4.23  {
    4.24 +	echo
    4.25  	# Check if boinc user already exists
    4.26 -	if [ -n "`grep ^${BOINCUSER}: $1/etc/passwd`" ] ; then                       
    4.27 +	if grep -q ^${BOINCUSER}: $1/etc/passwd; then
    4.28  		chroot "$1/" adduser -g "BOINC User" -h /var/lib/boinc -s /bin/bash -S -H -D boinc
    4.29  	else
    4.30  		# In case boinc was previously installed:
    4.31  		chroot "$1/" chown -R boinc /var/lib/boinc
    4.32 -        fi  
    4.33 -                                        
    4.34 -	echo -n "Start the boinc client with \"# /etc/init.d/boinc-client start\""
    4.35 -	echo ""
    4.36 +	fi
    4.37 +
    4.38 +	echo 'Start the boinc client with "# /etc/init.d/boinc-client start"'
    4.39  }
    4.40  
    4.41  post_remove()
    4.42  {
    4.43 +	echo
    4.44  	echo -n "Delete user boinc and /var/lib/boinc (yes/No) ? : "
    4.45  	read -t 30 answer
    4.46  	if [ "$answer" == "yes" ]; then
     5.1 --- a/codeblocks/receipt	Sun Oct 25 22:20:52 2015 +0200
     5.2 +++ b/codeblocks/receipt	Mon Oct 26 02:54:52 2015 +0200
     5.3 @@ -11,8 +11,9 @@
     5.4  WGET_URL="http://download.berlios.de/codeblocks/$TARBALL"
     5.5  TAGS="IDE"
     5.6  
     5.7 -DEPENDS="wxWidgets"
     5.8 -BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme"
     5.9 +DEPENDS="wxWidgets28"
    5.10 +BUILD_DEPENDS="wxWidgets28-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev \
    5.11 +autoconf automake libtool zip gnome-icon-theme"
    5.12  
    5.13  # Rules to configure and make the package.
    5.14  compile_rules()
     6.1 --- a/comical/receipt	Sun Oct 25 22:20:52 2015 +0200
     6.2 +++ b/comical/receipt	Mon Oct 26 02:54:52 2015 +0200
     6.3 @@ -10,8 +10,8 @@
     6.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     6.6  
     6.7 -DEPENDS="wxWidgets"
     6.8 -BUILD_DEPENDS="wxWidgets-dev"
     6.9 +DEPENDS="wxWidgets28"
    6.10 +BUILD_DEPENDS="wxWidgets28-dev"
    6.11  
    6.12  # Rules to configure and make the package.
    6.13  compile_rules()
     7.1 --- a/comical/stuff/comical.desktop	Sun Oct 25 22:20:52 2015 +0200
     7.2 +++ b/comical/stuff/comical.desktop	Mon Oct 26 02:54:52 2015 +0200
     7.3 @@ -2,7 +2,7 @@
     7.4  Type=Application
     7.5  Name=Comical
     7.6  Comment=Comic book reader
     7.7 -Icon=alarm-clock
     7.8 +Icon=comical
     7.9  Exec=comical
    7.10  Terminal=false
    7.11  StartupNotify=true
     8.1 --- a/extrema/receipt	Sun Oct 25 22:20:52 2015 +0200
     8.2 +++ b/extrema/receipt	Mon Oct 26 02:54:52 2015 +0200
     8.3 @@ -11,13 +11,12 @@
     8.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     8.5  TAGS="data visualization analysis"
     8.6  
     8.7 -DEPENDS="gtk+ wxWidgets xorg-libXxf86vm libxml2"
     8.8 -BUILD_DEPENDS="gtk+-dev wxWidgets-dev"
     8.9 +DEPENDS="gtk+ wxWidgets28 xorg-libXxf86vm libxml2"
    8.10 +BUILD_DEPENDS="gtk+-dev wxWidgets28-dev"
    8.11  
    8.12  # Rules to configure and make the package.
    8.13  compile_rules()
    8.14  {
    8.15 -	cd $src
    8.16  	sed -i "s|^pkgdatadir = |&$DESTDIR|" src/Makefile*
    8.17  	sed -i 's/<vector>/&\n#include <cstddef>/' \
    8.18  		src/Graphics/GRA_thiessenTriangulation.h
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/filezilla/description.txt	Mon Oct 26 02:54:52 2015 +0200
     9.3 @@ -0,0 +1,24 @@
     9.4 +FileZilla Client is a free, open source FTP, FTPS and SFTP client.
     9.5 +
     9.6 +Features
     9.7 +--------
     9.8 +
     9.9 +  - Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)
    9.10 +  - Cross-platform
    9.11 +  - IPv6 support
    9.12 +  - Available in many languages
    9.13 +  - Supports resume and transfer of large files >4GB
    9.14 +  - Easy to use Site Manager and transfer queue
    9.15 +  - Bookmarks
    9.16 +  - Drag & drop support
    9.17 +  - Speed limits
    9.18 +  - Filename filters
    9.19 +  - Directory comparison
    9.20 +  - Network configuration wizard
    9.21 +  - Remote file editing
    9.22 +  - Keep-alive
    9.23 +  - HTTP/1.1, SOCKS5 and FTP Proxy support
    9.24 +  - Logging to file
    9.25 +  - Synchronized directory browsing
    9.26 +  - Remote file search
    9.27 +  - Tabbed interface to connect to multiple servers
    10.1 --- a/filezilla/receipt	Sun Oct 25 22:20:52 2015 +0200
    10.2 +++ b/filezilla/receipt	Mon Oct 26 02:54:52 2015 +0200
    10.3 @@ -12,13 +12,12 @@
    10.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    10.5  TAGS="ftp client"
    10.6  
    10.7 -DEPENDS="wxWidgets gnutls libidn xorg-libXxf86vm libtasn1 sqlite"
    10.8 -BUILD_DEPENDS="xdg-utils gettext wxWidgets-dev gnutls-dev libidn-dev sqlite-dev"
    10.9 +DEPENDS="wxWidgets28 gnutls libidn xorg-libXxf86vm libtasn1 sqlite"
   10.10 +BUILD_DEPENDS="xdg-utils gettext wxWidgets28-dev gnutls-dev libidn-dev sqlite-dev"
   10.11  
   10.12  # Rules to configure and make the package.
   10.13  compile_rules()
   10.14  {
   10.15 -	cd $src
   10.16  	./configure \
   10.17  		--prefix=/usr \
   10.18  		--infodir=/usr/share/info \
   10.19 @@ -35,7 +34,6 @@
   10.20  	mkdir -p $fs/usr/share
   10.21  	cp -a $install/usr/bin $fs/usr
   10.22  	cp -a $install/usr/share/filezilla $fs/usr/share
   10.23 -	
   10.24 +
   10.25  	rm -rf $fs/usr/share/fileszilla/docs
   10.26  }
   10.27 -
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/ggseq/description.txt	Mon Oct 26 02:54:52 2015 +0200
    11.3 @@ -0,0 +1,5 @@
    11.4 +Gungirl Sequencer is an easy to use Audiosequencer.
    11.5 +
    11.6 +It includes a simple Filemanager and uses Drag & Drop to arrange Audiosamples.
    11.7 +
    11.8 +Gungirl Sequencer has support for WAV-Audiofiles.
    12.1 --- a/ggseq/receipt	Sun Oct 25 22:20:52 2015 +0200
    12.2 +++ b/ggseq/receipt	Mon Oct 26 02:54:52 2015 +0200
    12.3 @@ -10,13 +10,12 @@
    12.4  WEB_SITE="http://ggseq.sourceforge.net/"
    12.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    12.6  
    12.7 -DEPENDS="wxWidgets libsndfile libsamplerate"
    12.8 -BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev"
    12.9 +DEPENDS="wxWidgets28 libsndfile libsamplerate"
   12.10 +BUILD_DEPENDS="wxWidgets28-dev libsndfile-dev libsamplerate-dev"
   12.11  
   12.12  # Rules to configure and make the package.
   12.13  compile_rules()
   12.14  {
   12.15 -	cd $src
   12.16  	sed -i 's/SoundTouch::getVersionId/getVersionId/' src/SoundTouch/SoundTouch.h
   12.17  	./configure \
   12.18  		--prefix=/usr \
   12.19 @@ -32,4 +31,3 @@
   12.20  	mkdir -p $fs/usr
   12.21  	cp -a $install/usr/bin $fs/usr
   12.22  }
   12.23 -
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/lcdnurse/description.txt	Mon Oct 26 02:54:52 2015 +0200
    13.3 @@ -0,0 +1,1 @@
    13.4 +LCDnurse aims to fix your LCD screen.
    14.1 --- a/lcdnurse/receipt	Sun Oct 25 22:20:52 2015 +0200
    14.2 +++ b/lcdnurse/receipt	Mon Oct 26 02:54:52 2015 +0200
    14.3 @@ -10,8 +10,8 @@
    14.4  WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
    14.5  WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
    14.6  
    14.7 -DEPENDS="wxWidgets"
    14.8 -BUILD_DEPENDS="wxWidgets-dev"
    14.9 +DEPENDS="wxWidgets28"
   14.10 +BUILD_DEPENDS="wxWidgets28-dev"
   14.11  
   14.12  # Rules to configure and make the package.
   14.13  compile_rules()
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/opencpn/description.txt	Mon Oct 26 02:54:52 2015 +0200
    15.3 @@ -0,0 +1,11 @@
    15.4 +Opencpn was built with the following objectives in mind:
    15.5 +
    15.6 +  1. Intended use as primary navigation interface for vessels with full-time
    15.7 +     helm-visible navigational suites. Other tools may be better for offline
    15.8 +     route planning, tide and current prediction, online logging, etc.
    15.9 +  2. Quick startup and shutdown.
   15.10 +  3. Those and only those toolbar buttons really needed for daily operation.
   15.11 +  4. Portability, thus wxWidgets core components. Currently tested and in
   15.12 +     production use on W98, XP, OSx, and Linux.
   15.13 +  5. Conventional (i.e. popular and modern) chart format support. In the real
   15.14 +     world, this means BSB format raster charts, and S57ENC format vector charts.
    16.1 --- a/opencpn/receipt	Sun Oct 25 22:20:52 2015 +0200
    16.2 +++ b/opencpn/receipt	Mon Oct 26 02:54:52 2015 +0200
    16.3 @@ -11,8 +11,8 @@
    16.4  WEB_SITE="http://opencpn.sourceforge.net"
    16.5  WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
    16.6  
    16.7 -DEPENDS="wxWidgets mesa libglu-mesa"
    16.8 -BUILD_DEPENDS="wxWidgets-dev mesa-dev libglu-mesa"
    16.9 +DEPENDS="wxWidgets28 mesa libglu-mesa"
   16.10 +BUILD_DEPENDS="wxWidgets28-dev mesa-dev libglu-mesa"
   16.11  TAGS="office"
   16.12  
   16.13  # Rules to configure and make the package.
   16.14 @@ -38,4 +38,3 @@
   16.15  	cp -a $install/usr/bin $fs/usr
   16.16  	cp -a $install/usr/share $fs/usr
   16.17  }
   16.18 -
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/pgadmin/description.txt	Mon Oct 26 02:54:52 2015 +0200
    17.3 @@ -0,0 +1,19 @@
    17.4 +pgAdmin III is the most popular and feature rich Open Source administration and
    17.5 +development platform for PostgreSQL, the most advanced Open Source database in
    17.6 +the world. The application may be used on Linux, FreeBSD, Solaris, Mac OS X and
    17.7 +Windows platforms to manage PostgreSQL 8.2 and above running on any platform,
    17.8 +as well as commercial versions of PostgreSQL such as Mammoth PostgreSQL,
    17.9 +EnterpriseDB Postgres Plus Advanced Server and Greenplum Database.
   17.10 +
   17.11 +pgAdmin III is designed to answer the needs of all users, from writing simple
   17.12 +SQL queries to developing complex databases. The graphical interface supports
   17.13 +all PostgreSQL features and makes administration easy. The application also
   17.14 +includes a syntax highlighting SQL editor, a server-side code editor, an
   17.15 +SQL/batch/shell job scheduling agent, support for the Slony-I replication
   17.16 +engine and much more. Server connection may be made using TCP/IP or Unix Domain
   17.17 +Sockets (on *nix platforms), and may be SSL encrypted for security. No
   17.18 +additional drivers are required to communicate with the database server.
   17.19 +
   17.20 +pgAdmin III is developed by a community of PostgreSQL experts around the world
   17.21 +and is available in more than a dozen languages. It is Free Software released
   17.22 +under the PostgreSQL License.
    18.1 --- a/pgadmin/receipt	Sun Oct 25 22:20:52 2015 +0200
    18.2 +++ b/pgadmin/receipt	Mon Oct 26 02:54:52 2015 +0200
    18.3 @@ -11,32 +11,32 @@
    18.4  WEB_SITE="http://www.pgadmin.org"
    18.5  WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL"
    18.6  
    18.7 -DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm"
    18.8 -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev"
    18.9 +DEPENDS="postgresql wxWidgets28 gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm"
   18.10 +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev \
   18.11 +wxWidgets28-dev"
   18.12  
   18.13  # Rules to configure and make the package.
   18.14  compile_rules()
   18.15  {
   18.16 -        cd $src
   18.17 -        ./configure \
   18.18 -                --prefix=/usr \
   18.19 -                --infodir=/usr/share/info \
   18.20 -                --mandir=/usr/share/man \
   18.21 -                $CONFIGURE_ARGS &&
   18.22 -        make && make DESTDIR=$DESTDIR install
   18.23 +	./configure \
   18.24 +		--prefix=/usr \
   18.25 +		--infodir=/usr/share/info \
   18.26 +		--mandir=/usr/share/man \
   18.27 +		$CONFIGURE_ARGS &&
   18.28 +	make && make DESTDIR=$DESTDIR install
   18.29  }
   18.30  
   18.31  # Rules to gen a SliTaz package suitable for Tazpkg.
   18.32  genpkg_rules()
   18.33  {
   18.34 -        mkdir -p $fs/usr/share/pgadmin3/i18n
   18.35 -		
   18.36 -        cp -a $install/usr/bin $fs/usr
   18.37 -		cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3
   18.38 -		cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3	
   18.39 -		cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n	
   18.40 -		cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n	
   18.41 -		
   18.42 -		cp -a stuff/applications $fs/usr/share
   18.43 -		cp -a stuff/icons $fs/usr/share
   18.44 +	mkdir -p $fs/usr/share/pgadmin3/i18n
   18.45 +
   18.46 +	cp -a $install/usr/bin $fs/usr
   18.47 +	cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3
   18.48 +	cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3
   18.49 +	cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n
   18.50 +	cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n
   18.51 +
   18.52 +	cp -a stuff/applications $fs/usr/share
   18.53 +	cp -a stuff/icons $fs/usr/share
   18.54  }
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/rapidsvn/description.txt	Mon Oct 26 02:54:52 2015 +0200
    19.3 @@ -0,0 +1,3 @@
    19.4 +RapidSVN is a cross-platform GUI front-end for the Subversion revision system
    19.5 +<http://subversion.tigris.org/> written in C++ using the wxWidgets GUI
    19.6 +framework. It is distributed under the GNU General Public License.
    20.1 --- a/rapidsvn/receipt	Sun Oct 25 22:20:52 2015 +0200
    20.2 +++ b/rapidsvn/receipt	Mon Oct 26 02:54:52 2015 +0200
    20.3 @@ -11,9 +11,9 @@
    20.4  WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$TARBALL"
    20.5  TAGS="subversion svn version-control versioning"
    20.6  
    20.7 -DEPENDS="wxWidgets libsvn apr libltdl xorg-libXxf86vm libproxy libsqlite \
    20.8 +DEPENDS="wxWidgets28 libsvn apr libltdl xorg-libXxf86vm libproxy libsqlite \
    20.9  libsasl apr-util"
   20.10 -BUILD_DEPENDS="$DEPENDS libtool wxWidgets-dev subversion-dev apr-dev \
   20.11 +BUILD_DEPENDS="$DEPENDS libtool wxWidgets28-dev subversion-dev apr-dev \
   20.12  apr-util-dev cyrus-sasl-dev neon-dev libproxy-dev sqlite-dev expat-dev python \
   20.13  util-linux-uuid-dev"
   20.14  
    21.1 --- a/rdpdesk/receipt	Sun Oct 25 22:20:52 2015 +0200
    21.2 +++ b/rdpdesk/receipt	Mon Oct 26 02:54:52 2015 +0200
    21.3 @@ -10,8 +10,8 @@
    21.4  WEB_SITE="http://rdpdesk.com/"
    21.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    21.6  
    21.7 -DEPENDS="wxWidgets xorg-libXp xorg-libXaw libssl"
    21.8 -BUILD_DEPENDS="wxWidgets-dev xorg-imake jpeg-dev zlib-dev \
    21.9 +DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl"
   21.10 +BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev \
   21.11  openssl-dev xorg-libXp autoconf"
   21.12  SUGGESTED="wfica rdesktop"
   21.13  
   21.14 @@ -28,8 +28,8 @@
   21.15  	make DESTDIR=$DESTDIR install
   21.16  }
   21.17  
   21.18 -# Rules to gen a SliTaz package suitable for Tazpkg.   
   21.19 -genpkg_rules()                                      
   21.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
   21.21 +genpkg_rules()
   21.22  {
   21.23  	cp -a $install/usr $fs
   21.24  }
    22.1 --- a/truecrypt/receipt	Sun Oct 25 22:20:52 2015 +0200
    22.2 +++ b/truecrypt/receipt	Mon Oct 26 02:54:52 2015 +0200
    22.3 @@ -10,8 +10,8 @@
    22.4  WEB_SITE="http://www.truecrypt.org"
    22.5  WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
    22.6  
    22.7 -DEPENDS="fuse wxWidgets xorg-libSM dmsetup linux-md"
    22.8 -BUILD_DEPENDS="pkcs nasm fuse-dev wxWidgets-dev xorg-libSM-dev"
    22.9 +DEPENDS="fuse wxWidgets28 xorg-libSM dmsetup linux-md"
   22.10 +BUILD_DEPENDS="pkcs nasm fuse-dev wxWidgets28-dev xorg-libSM-dev"
   22.11  
   22.12  # Rules to configure and make the package.
   22.13  compile_rules()
   22.14 @@ -35,4 +35,3 @@
   22.15  
   22.16  	cp -a $src/License.txt $fs/usr/share/licenses/$PACKAGE/License.txt
   22.17  }
   22.18 -
    23.1 --- a/wxHexEditor/receipt	Sun Oct 25 22:20:52 2015 +0200
    23.2 +++ b/wxHexEditor/receipt	Mon Oct 26 02:54:52 2015 +0200
    23.3 @@ -11,8 +11,8 @@
    23.4  SF_PROJECT="wxhexeditor"
    23.5  WGET_URL="$SF_MIRROR/$SF_PROJECT/$TARBALL"
    23.6  
    23.7 -DEPENDS="libgomp wxWidgets"
    23.8 -BUILD_DEPENDS="wxWidgets-dev libffi libtool autoconf automake"
    23.9 +DEPENDS="libgomp wxWidgets28"
   23.10 +BUILD_DEPENDS="wxWidgets28-dev libffi libtool autoconf automake"
   23.11  
   23.12  # Rules to configure and make the package.
   23.13  compile_rules()
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/wxWidgets28-dev/receipt	Mon Oct 26 02:54:52 2015 +0200
    24.3 @@ -0,0 +1,26 @@
    24.4 +# SliTaz package receipt.
    24.5 +
    24.6 +PACKAGE="wxWidgets28-dev"
    24.7 +VERSION="2.8.12.1"
    24.8 +CATEGORY="development"
    24.9 +SHORT_DESC="Cross-platform GUI Library devel files."
   24.10 +MAINTAINER="pankso@slitaz.org"
   24.11 +LICENSE="LGPL"
   24.12 +WANTED="wxWidgets28"
   24.13 +WEB_SITE="http://www.wxwidgets.org/"
   24.14 +
   24.15 +DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \
   24.16 +xorg-libICE-dev expat wxWidgets28 zlib"
   24.17 +
   24.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   24.19 +genpkg_rules()
   24.20 +{
   24.21 +	mkdir -p $fs/usr/lib/wx
   24.22 +	cp -a $install/usr/bin $fs/usr
   24.23 +	cp -a $install/usr/include $fs/usr
   24.24 +	# Just copy setup.h and contrib include
   24.25 +	cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
   24.26 +
   24.27 +	cp -a $install/usr/share $fs/usr
   24.28 +	rm -r $fs/usr/share/locale
   24.29 +}
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/wxWidgets28/description.txt	Mon Oct 26 02:54:52 2015 +0200
    25.3 @@ -0,0 +1,26 @@
    25.4 +wxWidgets is a free and open source cross-platform C++ framework for writing
    25.5 +advanced GUI applications using native controls.
    25.6 +
    25.7 +wxWidgets allows you to write native-looking GUI applications for all the major
    25.8 +desktop platforms and also helps with abstracting the differences in the non-GUI
    25.9 +aspects between them. It is free for the use in both open source and commercial
   25.10 +applications, comes with the full, easy to read and modify, source and extensive
   25.11 +documentation and a collection of more than a hundred examples.
   25.12 +
   25.13 +You can learn more about wxWidgets at <http://www.wxwidgets.org/> and read its
   25.14 +documentation online at <http://docs.wxwidgets.org/3.0.2/>
   25.15 +
   25.16 +
   25.17 +Further information
   25.18 +-------------------
   25.19 +
   25.20 +If you are looking for support, you can get it from
   25.21 +
   25.22 +  - [wxForum](http://forums.wxwidgets.org/)
   25.23 +  - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm)
   25.24 +  - #wxwidgets IRC channel
   25.25 +  - <http://stackoverflow.com/> if you tag your question with "wxwidgets"
   25.26 +
   25.27 +Have fun!
   25.28 +
   25.29 +The wxWidgets Team, October 2014
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/wxWidgets28/receipt	Mon Oct 26 02:54:52 2015 +0200
    26.3 @@ -0,0 +1,54 @@
    26.4 +# SliTaz package receipt.
    26.5 +
    26.6 +PACKAGE="wxWidgets28"
    26.7 +VERSION="2.8.12.1"
    26.8 +CATEGORY="x-window"
    26.9 +SHORT_DESC="Cross-platform GUI Library (oldstable version)"
   26.10 +MAINTAINER="pankso@slitaz.org"
   26.11 +LICENSE="LGPL"
   26.12 +TARBALL="wxPython-src-$VERSION.tar.bz2"
   26.13 +WEB_SITE="http://www.wxwidgets.org/"
   26.14 +WGET_URL="$SF_MIRROR/wxwindows/$TARBALL"
   26.15 +
   26.16 +DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \
   26.17 +gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-uuid \
   26.18 +xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \
   26.19 +xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext libglu-mesa \
   26.20 +xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm mesa"
   26.21 +BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \
   26.22 +xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \
   26.23 +jpeg-dev xorg-libXpm-dev patch"
   26.24 +
   26.25 +# Rules to configure and make the package.
   26.26 +compile_rules()
   26.27 +{
   26.28 +	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
   26.29 +	./configure \
   26.30 +		--enable-shared \
   26.31 +		--enable-unicode \
   26.32 +		--with-opengl \
   26.33 +		--with-libpng=sys \
   26.34 +		--with-libxpm=sys \
   26.35 +		--with-libjpeg=sys \
   26.36 +		--with-libtiff=sys \
   26.37 +		--enable-graphics_ctx \
   26.38 +		--enable-unicode \
   26.39 +		$CONFIGURE_ARGS &&
   26.40 +	make &&
   26.41 +	make DESTDIR=$DESTDIR install &&
   26.42 +	cd $src/contrib &&
   26.43 +	{
   26.44 +	make &&
   26.45 +	make DESTDIR=$DESTDIR  install
   26.46 +	} 2>&1 | sed 's/h: No such/h: no such/'
   26.47 +}
   26.48 +
   26.49 +# Rules to gen a SliTaz package suitable for Tazpkg.
   26.50 +genpkg_rules()
   26.51 +{
   26.52 +	mkdir -p $fs/usr
   26.53 +	# Copy libs and contrib libs.
   26.54 +	cp -a $install/usr/lib/ $fs/usr/
   26.55 +	# Remove devel files.
   26.56 +	rm -rf $fs/usr/lib/wx/include
   26.57 +}
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/wxdfast/description.txt	Mon Oct 26 02:54:52 2015 +0200
    27.3 @@ -0,0 +1,22 @@
    27.4 +wxDownload Fast
    27.5 +---------------
    27.6 +
    27.7 +This program was created with the intention of replacing existing commercial
    27.8 +download managers. It will have many options and be as complete as possible.
    27.9 +
   27.10 +Features of wxDownload Fast:
   27.11 +
   27.12 +  * Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)
   27.13 +  * Download resuming (Pause and restart where you stopped)
   27.14 +  * Download scheduling
   27.15 +  * Organizes files you have already downloaded
   27.16 +  * View server messages (HTTP, FTP, file://). No HTTPS support.
   27.17 +  * Available in multiple languages and easily translated.  Now available in
   27.18 +    Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Polish,
   27.19 +    French, Indonesian, Turkish and Dutch
   27.20 +  * Connection to FTP/HTTP servers which require a password
   27.21 +  * Calculates the MD5/SHA1 checksum of downloaded files so they can be easily
   27.22 +    verified
   27.23 +  * Firefox integration through FlashGot
   27.24 +  * Can be used as a portable download manager (Windows only)
   27.25 +  * Can be used over proxy servers(HTTP proxy support)
    28.1 --- a/wxdfast/receipt	Sun Oct 25 22:20:52 2015 +0200
    28.2 +++ b/wxdfast/receipt	Mon Oct 26 02:54:52 2015 +0200
    28.3 @@ -10,14 +10,12 @@
    28.4  WEB_SITE="http://dfast.sourceforge.net/index.html"
    28.5  WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/dfast/$TARBALL"
    28.6  
    28.7 -DEPENDS="wxWidgets xorg-libXdamage xorg-libXxf86vm"
    28.8 -BUILD_DEPENDS="wxWidgets-dev"
    28.9 +DEPENDS="wxWidgets28 xorg-libXdamage xorg-libXxf86vm"
   28.10 +BUILD_DEPENDS="wxWidgets28-dev"
   28.11  
   28.12  # Rules to configure and make the package.
   28.13  compile_rules()
   28.14  {
   28.15 -	
   28.16 -	cd $src
   28.17  	./configure --prefix=/usr --infodir=/usr/share/info \
   28.18  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   28.19  	make &&
   28.20 @@ -28,14 +26,12 @@
   28.21  genpkg_rules()
   28.22  {
   28.23  	mkdir -p $fs/usr \
   28.24 -	 $fs/usr/share \
   28.25 -	 $fs/usr/share/locale
   28.26 -	
   28.27 +		$fs/usr/share \
   28.28 +		$fs/usr/share/locale
   28.29 +
   28.30  	cp -a $install/usr/bin $fs/usr
   28.31  	cp -a $install/usr/share/wxdfast $fs/usr/share
   28.32  	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
   28.33  	cp -a $install/usr/share/pixmaps $fs/usr/share
   28.34  	cp -a $install/usr/share/applications $fs/usr/share
   28.35 -
   28.36  }
   28.37 -
    29.1 --- a/wxpython/receipt	Sun Oct 25 22:20:52 2015 +0200
    29.2 +++ b/wxpython/receipt	Mon Oct 26 02:54:52 2015 +0200
    29.3 @@ -11,8 +11,8 @@
    29.4  WEB_SITE="http://www.wxpython.org/"
    29.5  WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
    29.6  
    29.7 -DEPENDS="python wxWidgets"
    29.8 -BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev"
    29.9 +DEPENDS="python wxWidgets28"
   29.10 +BUILD_DEPENDS="python-dev wxWidgets28-dev mesa-dev"
   29.11  
   29.12  # Rules to configure and make the package.
   29.13  compile_rules()
    30.1 --- a/xchm/receipt	Sun Oct 25 22:20:52 2015 +0200
    30.2 +++ b/xchm/receipt	Mon Oct 26 02:54:52 2015 +0200
    30.3 @@ -10,13 +10,12 @@
    30.4  WEB_SITE="http://xchm.sourceforge.net"
    30.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    30.6  
    30.7 -DEPENDS="wxWidgets chmlib xorg-libXdamage xorg-libXxf86vm"
    30.8 -BUILD_DEPENDS="wxWidgets wxWidgets-dev chmlib chmlib-dev"
    30.9 +DEPENDS="wxWidgets28 chmlib xorg-libXdamage xorg-libXxf86vm"
   30.10 +BUILD_DEPENDS="wxWidget28s-dev chmlib-dev"
   30.11  
   30.12  # Rules to configure and make the package.
   30.13  compile_rules()
   30.14  {
   30.15 -	cd $src
   30.16  	./configure $CONFIGURE_ARGS &&
   30.17  	make && make install
   30.18  }
   30.19 @@ -29,4 +28,3 @@
   30.20  	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
   30.21  	cp -a $install/usr/share/pixmaps $fs/usr/share
   30.22  }
   30.23 -