# HG changeset patch # User Christopher Rogers # Date 1319663048 0 # Node ID 6ad0290ef344bf1579e6d654197219befaa705c5 # Parent 3419fd41966574648b50564bb9306579efd7349b Up: wxWidgets to 2.8.12.1. diff -r 3419fd419665 -r 6ad0290ef344 wxWidgets-dev/receipt --- a/wxWidgets-dev/receipt Wed Oct 26 21:03:47 2011 +0000 +++ b/wxWidgets-dev/receipt Wed Oct 26 21:04:08 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wxWidgets-dev" -VERSION="2.8.12" +VERSION="2.8.12.1" CATEGORY="development" SHORT_DESC="Cross-platform GUI Library devel files." MAINTAINER="pankso@slitaz.org" diff -r 3419fd419665 -r 6ad0290ef344 wxWidgets/receipt --- a/wxWidgets/receipt Wed Oct 26 21:03:47 2011 +0000 +++ b/wxWidgets/receipt Wed Oct 26 21:04:08 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wxWidgets" -VERSION="2.8.12" +VERSION="2.8.12.1" CATEGORY="x-window" SHORT_DESC="Cross-platform GUI Library" MAINTAINER="pankso@slitaz.org" @@ -12,9 +12,10 @@ xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm" BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \ xorg-dev xorg-xineramaproto patch" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +SOURCE="wxPython" +TARBALL="$SOURCE-src-$VERSION.tar.bz2" WEB_SITE="http://www.wxwidgets.org/" -WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" +WGET_URL="$SF_MIRROR/wxpython/$TARBALL" # Rules to configure and make the package. compile_rules()