# HG changeset patch # User Aleksej Bobylev # Date 1445820892 -7200 # Node ID affba9aecc7385c927d791a76205e55393b479c9 # Parent 418e959a5595dea12b4da6a7ecc9240e1edcf316 Add wxWidgets28 for oldstable version of wxWidgets. Move old packages to use it. diff -r 418e959a5595 -r affba9aecc73 audacity/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/audacity/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,9 @@ +**Audacity** is a graphical audio editor. + +Audacity is primarily an interactive, graphical editor, not a batch-processing +tool. Whilst there is a basic batch processing tool it is experimental and +incomplete. If you need to batch-process audio or do simple edits from the +command line, using **sox** or **ecasound** driven by a bash script will be much +more powerful than audacity. + +Audacity supports two types of plug-ins on Unix: LADSPA and Nyquist plug-ins. diff -r 418e959a5595 -r affba9aecc73 audacity/receipt --- a/audacity/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/audacity/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -3,7 +3,7 @@ PACKAGE="audacity" VERSION="2.0.6" CATEGORY="multimedia" -SHORT_DESC="software for recording and editing sounds" +SHORT_DESC="A free multi-track audio editor and recorder" MAINTAINER="allan316@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-minsrc-$VERSION.tar.xz" @@ -11,9 +11,9 @@ WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" TAGS="sound audio recorder editor" -DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \ +DEPENDS="wxWidgets28 ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \ lame alsa-lib xorg-libXxf86vm" -BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \ +BUILD_DEPENDS="wxWidgets28-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \ libsndfile-dev lame-dev alsa-lib-dev portaudio-dev cmake" # Rules to configure and make the package. diff -r 418e959a5595 -r affba9aecc73 boinc-dev/receipt --- a/boinc-dev/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/boinc-dev/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -18,3 +18,4 @@ cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib } + diff -r 418e959a5595 -r affba9aecc73 boinc/receipt --- a/boinc/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/boinc/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -12,14 +12,13 @@ WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}" # The init script requires bash. -DEPENDS="openssl libcurl wxWidgets libnotify bash" +DEPENDS="openssl libcurl wxWidgets28 libnotify bash" BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev libidn-dev \ -wxWidgets-dev libnotify-dev sqlite-dev file" +wxWidgets28-dev libnotify-dev sqlite-dev file" # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/AC_PROG_CPP/&\nAC_PROG_OBJCXX/' configure.ac automake --add-missing ./_autosetup @@ -50,20 +49,21 @@ post_install() { + echo # Check if boinc user already exists - if [ -n "`grep ^${BOINCUSER}: $1/etc/passwd`" ] ; then + if grep -q ^${BOINCUSER}: $1/etc/passwd; then chroot "$1/" adduser -g "BOINC User" -h /var/lib/boinc -s /bin/bash -S -H -D boinc else # In case boinc was previously installed: chroot "$1/" chown -R boinc /var/lib/boinc - fi - - echo -n "Start the boinc client with \"# /etc/init.d/boinc-client start\"" - echo "" + fi + + echo 'Start the boinc client with "# /etc/init.d/boinc-client start"' } post_remove() { + echo echo -n "Delete user boinc and /var/lib/boinc (yes/No) ? : " read -t 30 answer if [ "$answer" == "yes" ]; then diff -r 418e959a5595 -r affba9aecc73 codeblocks/receipt --- a/codeblocks/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/codeblocks/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,8 +11,9 @@ WGET_URL="http://download.berlios.de/codeblocks/$TARBALL" TAGS="IDE" -DEPENDS="wxWidgets" -BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme" +DEPENDS="wxWidgets28" +BUILD_DEPENDS="wxWidgets28-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev \ +autoconf automake libtool zip gnome-icon-theme" # Rules to configure and make the package. compile_rules() diff -r 418e959a5595 -r affba9aecc73 comical/receipt --- a/comical/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/comical/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,8 +10,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets" -BUILD_DEPENDS="wxWidgets-dev" +DEPENDS="wxWidgets28" +BUILD_DEPENDS="wxWidgets28-dev" # Rules to configure and make the package. compile_rules() diff -r 418e959a5595 -r affba9aecc73 comical/stuff/comical.desktop --- a/comical/stuff/comical.desktop Sun Oct 25 22:20:52 2015 +0200 +++ b/comical/stuff/comical.desktop Mon Oct 26 02:54:52 2015 +0200 @@ -2,7 +2,7 @@ Type=Application Name=Comical Comment=Comic book reader -Icon=alarm-clock +Icon=comical Exec=comical Terminal=false StartupNotify=true diff -r 418e959a5595 -r affba9aecc73 extrema/receipt --- a/extrema/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/extrema/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,13 +11,12 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="data visualization analysis" -DEPENDS="gtk+ wxWidgets xorg-libXxf86vm libxml2" -BUILD_DEPENDS="gtk+-dev wxWidgets-dev" +DEPENDS="gtk+ wxWidgets28 xorg-libXxf86vm libxml2" +BUILD_DEPENDS="gtk+-dev wxWidgets28-dev" # Rules to configure and make the package. compile_rules() { - cd $src sed -i "s|^pkgdatadir = |&$DESTDIR|" src/Makefile* sed -i 's//&\n#include /' \ src/Graphics/GRA_thiessenTriangulation.h diff -r 418e959a5595 -r affba9aecc73 filezilla/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filezilla/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,24 @@ +FileZilla Client is a free, open source FTP, FTPS and SFTP client. + +Features +-------- + + - Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) + - Cross-platform + - IPv6 support + - Available in many languages + - Supports resume and transfer of large files >4GB + - Easy to use Site Manager and transfer queue + - Bookmarks + - Drag & drop support + - Speed limits + - Filename filters + - Directory comparison + - Network configuration wizard + - Remote file editing + - Keep-alive + - HTTP/1.1, SOCKS5 and FTP Proxy support + - Logging to file + - Synchronized directory browsing + - Remote file search + - Tabbed interface to connect to multiple servers diff -r 418e959a5595 -r affba9aecc73 filezilla/receipt --- a/filezilla/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/filezilla/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -12,13 +12,12 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="ftp client" -DEPENDS="wxWidgets gnutls libidn xorg-libXxf86vm libtasn1 sqlite" -BUILD_DEPENDS="xdg-utils gettext wxWidgets-dev gnutls-dev libidn-dev sqlite-dev" +DEPENDS="wxWidgets28 gnutls libidn xorg-libXxf86vm libtasn1 sqlite" +BUILD_DEPENDS="xdg-utils gettext wxWidgets28-dev gnutls-dev libidn-dev sqlite-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -35,7 +34,6 @@ mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/filezilla $fs/usr/share - + rm -rf $fs/usr/share/fileszilla/docs } - diff -r 418e959a5595 -r affba9aecc73 ggseq/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ggseq/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,5 @@ +Gungirl Sequencer is an easy to use Audiosequencer. + +It includes a simple Filemanager and uses Drag & Drop to arrange Audiosamples. + +Gungirl Sequencer has support for WAV-Audiofiles. diff -r 418e959a5595 -r affba9aecc73 ggseq/receipt --- a/ggseq/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/ggseq/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,13 +10,12 @@ WEB_SITE="http://ggseq.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets libsndfile libsamplerate" -BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev" +DEPENDS="wxWidgets28 libsndfile libsamplerate" +BUILD_DEPENDS="wxWidgets28-dev libsndfile-dev libsamplerate-dev" # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/SoundTouch::getVersionId/getVersionId/' src/SoundTouch/SoundTouch.h ./configure \ --prefix=/usr \ @@ -32,4 +31,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r 418e959a5595 -r affba9aecc73 lcdnurse/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lcdnurse/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,1 @@ +LCDnurse aims to fix your LCD screen. diff -r 418e959a5595 -r affba9aecc73 lcdnurse/receipt --- a/lcdnurse/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/lcdnurse/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,8 +10,8 @@ WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html" WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets" -BUILD_DEPENDS="wxWidgets-dev" +DEPENDS="wxWidgets28" +BUILD_DEPENDS="wxWidgets28-dev" # Rules to configure and make the package. compile_rules() diff -r 418e959a5595 -r affba9aecc73 opencpn/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/opencpn/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,11 @@ +Opencpn was built with the following objectives in mind: + + 1. Intended use as primary navigation interface for vessels with full-time + helm-visible navigational suites. Other tools may be better for offline + route planning, tide and current prediction, online logging, etc. + 2. Quick startup and shutdown. + 3. Those and only those toolbar buttons really needed for daily operation. + 4. Portability, thus wxWidgets core components. Currently tested and in + production use on W98, XP, OSx, and Linux. + 5. Conventional (i.e. popular and modern) chart format support. In the real + world, this means BSB format raster charts, and S57ENC format vector charts. diff -r 418e959a5595 -r affba9aecc73 opencpn/receipt --- a/opencpn/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/opencpn/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,8 +11,8 @@ WEB_SITE="http://opencpn.sourceforge.net" WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets mesa libglu-mesa" -BUILD_DEPENDS="wxWidgets-dev mesa-dev libglu-mesa" +DEPENDS="wxWidgets28 mesa libglu-mesa" +BUILD_DEPENDS="wxWidgets28-dev mesa-dev libglu-mesa" TAGS="office" # Rules to configure and make the package. @@ -38,4 +38,3 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share $fs/usr } - diff -r 418e959a5595 -r affba9aecc73 pgadmin/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pgadmin/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,19 @@ +pgAdmin III is the most popular and feature rich Open Source administration and +development platform for PostgreSQL, the most advanced Open Source database in +the world. The application may be used on Linux, FreeBSD, Solaris, Mac OS X and +Windows platforms to manage PostgreSQL 8.2 and above running on any platform, +as well as commercial versions of PostgreSQL such as Mammoth PostgreSQL, +EnterpriseDB Postgres Plus Advanced Server and Greenplum Database. + +pgAdmin III is designed to answer the needs of all users, from writing simple +SQL queries to developing complex databases. The graphical interface supports +all PostgreSQL features and makes administration easy. The application also +includes a syntax highlighting SQL editor, a server-side code editor, an +SQL/batch/shell job scheduling agent, support for the Slony-I replication +engine and much more. Server connection may be made using TCP/IP or Unix Domain +Sockets (on *nix platforms), and may be SSL encrypted for security. No +additional drivers are required to communicate with the database server. + +pgAdmin III is developed by a community of PostgreSQL experts around the world +and is available in more than a dozen languages. It is Free Software released +under the PostgreSQL License. diff -r 418e959a5595 -r affba9aecc73 pgadmin/receipt --- a/pgadmin/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/pgadmin/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,32 +11,32 @@ WEB_SITE="http://www.pgadmin.org" WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL" -DEPENDS="postgresql wxWidgets gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" -BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev wxWidgets-dev" +DEPENDS="postgresql wxWidgets28 gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" +BUILD_DEPENDS="libcrypto postgresql postgresql-dev libxslt-dev libxml2-dev \ +wxWidgets28-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/pgadmin3/i18n - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 - cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 - cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n - cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n - - cp -a stuff/applications $fs/usr/share - cp -a stuff/icons $fs/usr/share + mkdir -p $fs/usr/share/pgadmin3/i18n + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pgadmin3/*.ini $fs/usr/share/pgadmin3 + cp -a $install/usr/share/pgadmin3/branding $fs/usr/share/pgadmin3 + cp -a $install/usr/share/pgadmin3/i18n/fr_FR $fs/usr/share/pgadmin3/i18n + cp -a $install/usr/share/pgadmin3/i18n/*.lng $fs/usr/share/pgadmin3/i18n + + cp -a stuff/applications $fs/usr/share + cp -a stuff/icons $fs/usr/share } diff -r 418e959a5595 -r affba9aecc73 rapidsvn/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rapidsvn/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,3 @@ +RapidSVN is a cross-platform GUI front-end for the Subversion revision system + written in C++ using the wxWidgets GUI +framework. It is distributed under the GNU General Public License. diff -r 418e959a5595 -r affba9aecc73 rapidsvn/receipt --- a/rapidsvn/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/rapidsvn/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,9 +11,9 @@ WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$TARBALL" TAGS="subversion svn version-control versioning" -DEPENDS="wxWidgets libsvn apr libltdl xorg-libXxf86vm libproxy libsqlite \ +DEPENDS="wxWidgets28 libsvn apr libltdl xorg-libXxf86vm libproxy libsqlite \ libsasl apr-util" -BUILD_DEPENDS="$DEPENDS libtool wxWidgets-dev subversion-dev apr-dev \ +BUILD_DEPENDS="$DEPENDS libtool wxWidgets28-dev subversion-dev apr-dev \ apr-util-dev cyrus-sasl-dev neon-dev libproxy-dev sqlite-dev expat-dev python \ util-linux-uuid-dev" diff -r 418e959a5595 -r affba9aecc73 rdpdesk/receipt --- a/rdpdesk/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/rdpdesk/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,8 +10,8 @@ WEB_SITE="http://rdpdesk.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets xorg-libXp xorg-libXaw libssl" -BUILD_DEPENDS="wxWidgets-dev xorg-imake jpeg-dev zlib-dev \ +DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl" +BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev \ openssl-dev xorg-libXp autoconf" SUGGESTED="wfica rdesktop" @@ -28,8 +28,8 @@ make DESTDIR=$DESTDIR install } -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() { cp -a $install/usr $fs } diff -r 418e959a5595 -r affba9aecc73 truecrypt/receipt --- a/truecrypt/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/truecrypt/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,8 +10,8 @@ WEB_SITE="http://www.truecrypt.org" WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL" -DEPENDS="fuse wxWidgets xorg-libSM dmsetup linux-md" -BUILD_DEPENDS="pkcs nasm fuse-dev wxWidgets-dev xorg-libSM-dev" +DEPENDS="fuse wxWidgets28 xorg-libSM dmsetup linux-md" +BUILD_DEPENDS="pkcs nasm fuse-dev wxWidgets28-dev xorg-libSM-dev" # Rules to configure and make the package. compile_rules() @@ -35,4 +35,3 @@ cp -a $src/License.txt $fs/usr/share/licenses/$PACKAGE/License.txt } - diff -r 418e959a5595 -r affba9aecc73 wxHexEditor/receipt --- a/wxHexEditor/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/wxHexEditor/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,8 +11,8 @@ SF_PROJECT="wxhexeditor" WGET_URL="$SF_MIRROR/$SF_PROJECT/$TARBALL" -DEPENDS="libgomp wxWidgets" -BUILD_DEPENDS="wxWidgets-dev libffi libtool autoconf automake" +DEPENDS="libgomp wxWidgets28" +BUILD_DEPENDS="wxWidgets28-dev libffi libtool autoconf automake" # Rules to configure and make the package. compile_rules() diff -r 418e959a5595 -r affba9aecc73 wxWidgets28-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wxWidgets28-dev/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="wxWidgets28-dev" +VERSION="2.8.12.1" +CATEGORY="development" +SHORT_DESC="Cross-platform GUI Library devel files." +MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL" +WANTED="wxWidgets28" +WEB_SITE="http://www.wxwidgets.org/" + +DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ +xorg-libICE-dev expat wxWidgets28 zlib" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/wx + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr + # Just copy setup.h and contrib include + cp -a $install/usr/lib/wx/include $fs/usr/lib/wx + + cp -a $install/usr/share $fs/usr + rm -r $fs/usr/share/locale +} diff -r 418e959a5595 -r affba9aecc73 wxWidgets28/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wxWidgets28/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,26 @@ +wxWidgets is a free and open source cross-platform C++ framework for writing +advanced GUI applications using native controls. + +wxWidgets allows you to write native-looking GUI applications for all the major +desktop platforms and also helps with abstracting the differences in the non-GUI +aspects between them. It is free for the use in both open source and commercial +applications, comes with the full, easy to read and modify, source and extensive +documentation and a collection of more than a hundred examples. + +You can learn more about wxWidgets at and read its +documentation online at + + +Further information +------------------- + +If you are looking for support, you can get it from + + - [wxForum](http://forums.wxwidgets.org/) + - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm) + - #wxwidgets IRC channel + - if you tag your question with "wxwidgets" + +Have fun! + +The wxWidgets Team, October 2014 diff -r 418e959a5595 -r affba9aecc73 wxWidgets28/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wxWidgets28/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,54 @@ +# SliTaz package receipt. + +PACKAGE="wxWidgets28" +VERSION="2.8.12.1" +CATEGORY="x-window" +SHORT_DESC="Cross-platform GUI Library (oldstable version)" +MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL" +TARBALL="wxPython-src-$VERSION.tar.bz2" +WEB_SITE="http://www.wxwidgets.org/" +WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" + +DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \ +gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-uuid \ +xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \ +xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext libglu-mesa \ +xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm mesa" +BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \ +xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \ +jpeg-dev xorg-libXpm-dev patch" + +# Rules to configure and make the package. +compile_rules() +{ + sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py + ./configure \ + --enable-shared \ + --enable-unicode \ + --with-opengl \ + --with-libpng=sys \ + --with-libxpm=sys \ + --with-libjpeg=sys \ + --with-libtiff=sys \ + --enable-graphics_ctx \ + --enable-unicode \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install && + cd $src/contrib && + { + make && + make DESTDIR=$DESTDIR install + } 2>&1 | sed 's/h: No such/h: no such/' +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + # Copy libs and contrib libs. + cp -a $install/usr/lib/ $fs/usr/ + # Remove devel files. + rm -rf $fs/usr/lib/wx/include +} diff -r 418e959a5595 -r affba9aecc73 wxdfast/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wxdfast/description.txt Mon Oct 26 02:54:52 2015 +0200 @@ -0,0 +1,22 @@ +wxDownload Fast +--------------- + +This program was created with the intention of replacing existing commercial +download managers. It will have many options and be as complete as possible. + +Features of wxDownload Fast: + + * Faster downloads (with Segmented/Multi-threaded/Accelerated transfers) + * Download resuming (Pause and restart where you stopped) + * Download scheduling + * Organizes files you have already downloaded + * View server messages (HTTP, FTP, file://). No HTTPS support. + * Available in multiple languages and easily translated. Now available in + Portuguese [Brazil], Spanish, English, German, Russian, Hungarian, Polish, + French, Indonesian, Turkish and Dutch + * Connection to FTP/HTTP servers which require a password + * Calculates the MD5/SHA1 checksum of downloaded files so they can be easily + verified + * Firefox integration through FlashGot + * Can be used as a portable download manager (Windows only) + * Can be used over proxy servers(HTTP proxy support) diff -r 418e959a5595 -r affba9aecc73 wxdfast/receipt --- a/wxdfast/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/wxdfast/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,14 +10,12 @@ WEB_SITE="http://dfast.sourceforge.net/index.html" WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/dfast/$TARBALL" -DEPENDS="wxWidgets xorg-libXdamage xorg-libXxf86vm" -BUILD_DEPENDS="wxWidgets-dev" +DEPENDS="wxWidgets28 xorg-libXdamage xorg-libXxf86vm" +BUILD_DEPENDS="wxWidgets28-dev" # Rules to configure and make the package. compile_rules() { - - cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && @@ -28,14 +26,12 @@ genpkg_rules() { mkdir -p $fs/usr \ - $fs/usr/share \ - $fs/usr/share/locale - + $fs/usr/share \ + $fs/usr/share/locale + cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/wxdfast $fs/usr/share cp -a $install/usr/share/locale/fr $fs/usr/share/locale cp -a $install/usr/share/pixmaps $fs/usr/share cp -a $install/usr/share/applications $fs/usr/share - } - diff -r 418e959a5595 -r affba9aecc73 wxpython/receipt --- a/wxpython/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/wxpython/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -11,8 +11,8 @@ WEB_SITE="http://www.wxpython.org/" WGET_URL="$SF_MIRROR/wxpython/$TARBALL" -DEPENDS="python wxWidgets" -BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev" +DEPENDS="python wxWidgets28" +BUILD_DEPENDS="python-dev wxWidgets28-dev mesa-dev" # Rules to configure and make the package. compile_rules() diff -r 418e959a5595 -r affba9aecc73 xchm/receipt --- a/xchm/receipt Sun Oct 25 22:20:52 2015 +0200 +++ b/xchm/receipt Mon Oct 26 02:54:52 2015 +0200 @@ -10,13 +10,12 @@ WEB_SITE="http://xchm.sourceforge.net" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="wxWidgets chmlib xorg-libXdamage xorg-libXxf86vm" -BUILD_DEPENDS="wxWidgets wxWidgets-dev chmlib chmlib-dev" +DEPENDS="wxWidgets28 chmlib xorg-libXdamage xorg-libXxf86vm" +BUILD_DEPENDS="wxWidget28s-dev chmlib-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } @@ -29,4 +28,3 @@ cp -a $install/usr/share/locale/fr $fs/usr/share/locale cp -a $install/usr/share/pixmaps $fs/usr/share } -