# HG changeset patch # User Hans-G?nter Theisgen # Date 1588325905 -3600 # Node ID 21b04fb54b67fcc1b5e53b04cbf5e6d776ce108e # Parent e7c729ae0681b1da33247be1c3616c5d316fff84 updated wxWidgets and wxWidgets-dev (3.0.4 -> 3.1.3) diff -r e7c729ae0681 -r 21b04fb54b67 wxWidgets-dev/receipt --- a/wxWidgets-dev/receipt Fri May 01 10:15:49 2020 +0100 +++ b/wxWidgets-dev/receipt Fri May 01 10:38:25 2020 +0100 @@ -1,26 +1,28 @@ # SliTaz package receipt. PACKAGE="wxWidgets-dev" -VERSION="3.0.4" +VERSION="3.1.3" CATEGORY="development" -SHORT_DESC="Cross-platform GUI Library devel files." +SHORT_DESC="Cross-platform GUI Library - development files." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL" +WEB_SITE="https://www.wxwidgets.org/" + +DEPENDS="expat gtk+-dev pkg-config wxWidgets xorg-libICE-dev + xorg-libSM-dev xorg-libXinerama-dev zlib" WANTED="wxWidgets" -WEB_SITE="http://www.wxwidgets.org/" - -DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ -xorg-libICE-dev expat wxWidgets 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 + + 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/lib/wx/include $fs/usr/lib/wx - cp -a $install/usr/share $fs/usr - rm -r $fs/usr/share/locale + cp -a $install/usr/share $fs/usr + rm -r $fs/usr/share/locale } diff -r e7c729ae0681 -r 21b04fb54b67 wxWidgets/receipt --- a/wxWidgets/receipt Fri May 01 10:15:49 2020 +0100 +++ b/wxWidgets/receipt Fri May 01 10:38:25 2020 +0100 @@ -1,38 +1,40 @@ # SliTaz package receipt. PACKAGE="wxWidgets" -VERSION="3.0.4" +VERSION="3.1.3" CATEGORY="x-window" -SHORT_DESC="Cross-platform GUI Library" +SHORT_DESC="Cross-platform GUI Library." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL" +WEB_SITE="https://www.wxwidgets.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.wxwidgets.org/" -WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$TARBALL" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$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" +DEPENDS="atk cairo expat fontconfig freetype gcc-lib-base glib glibc-base + gtk+ jpeg libgio libglu-mesa libpng mesa pango pixman pkg-config + tiff util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau + xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp + xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender + xorg-libXxf86vm zlib" +BUILD_DEPENDS="expat-dev gtk+-dev jpeg-dev libglu-mesa libpng-dev mesa-dev + tiff-dev xorg-dev xorg-libXpm-dev xorg-xineramaproto zlib-dev" # 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 \ + --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 @@ -47,8 +49,10 @@ 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 + + # Copy libraries and contrib libraries. + cp -a $install/usr/lib $fs/usr + + # Remove development files. + rm -rf $fs/usr/lib/wx/include }