diff options
author | Marc-Andre Moreau <aghaster@hotmail.com> | 2010-05-11 19:45:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:27 +0200 |
commit | c599b511e274d33f9e285a773d866c1ca5e5a2e7 (patch) | |
tree | f0631a60d960a2fae473ffe76330bfb5a73beaac /libraries/wxGTK | |
parent | a14312dcf48e6742227563cf9dc7af0d7da742b8 (diff) | |
download | slackbuilds-c599b511e274d33f9e285a773d866c1ca5e5a2e7.tar.gz |
libraries/wxGTK: Updated for version 2.6.4
Diffstat (limited to 'libraries/wxGTK')
-rw-r--r-- | libraries/wxGTK/README | 3 | ||||
-rw-r--r-- | libraries/wxGTK/slack-desc | 10 | ||||
-rw-r--r-- | libraries/wxGTK/wxGTK.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/wxGTK/wxGTK.info | 8 |
4 files changed, 19 insertions, 13 deletions
diff --git a/libraries/wxGTK/README b/libraries/wxGTK/README index ebe557a613..213e78e56d 100644 --- a/libraries/wxGTK/README +++ b/libraries/wxGTK/README @@ -4,5 +4,4 @@ platform's controls and utilities. This SlackBuild is meant to be used for compilation of applications compatible with the 2.6.x wxWidget releases (aMule, for example). -This is a unicode shared build by default, but see the build script -for how to disable that. +This is a unicode shared build. diff --git a/libraries/wxGTK/slack-desc b/libraries/wxGTK/slack-desc index 52286851e6..392e38d434 100644 --- a/libraries/wxGTK/slack-desc +++ b/libraries/wxGTK/slack-desc @@ -1,4 +1,12 @@ -wxGTK: wxGTK 2.6.3, a cross-platform GUI toolkit +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +wxGTK: wxGTK (cross-platform GUI toolkit) wxGTK: wxGTK: wxGTK is part of wxWidgets, a cross-platform API for writing GUI wxGTK: applications on multiple platforms that still utilize the native diff --git a/libraries/wxGTK/wxGTK.SlackBuild b/libraries/wxGTK/wxGTK.SlackBuild index 04248ed5f2..6e72a14951 100644 --- a/libraries/wxGTK/wxGTK.SlackBuild +++ b/libraries/wxGTK/wxGTK.SlackBuild @@ -5,14 +5,13 @@ # Written by Chess Griffin <chess at chessgriffin dot com> # with lots of key help from Eric Hameleers and the SBo # admins. Thanks for all the help! -# Update for version 2.6.3 by Marc-Andre Moreau # Modified by the SlackBuilds.org project -PRGNAM=wxGTK -VERSION=2.6.3 +PRGNAM=wxGTK +VERSION=2.6.4 ARCH=${ARCH:-i486} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -75,8 +74,8 @@ cd $PKG/usr/bin cd - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES-GTK.txt CHANGES.txt COPYING.LIB INSTALL.txt LICENCE.txt README-GTK.txt README.txt TODO.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES-GTK.txt CHANGES.txt COPYING.LIB INSTALL.txt LICENCE.txt \ + README-GTK.txt README.txt TODO.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/wxGTK/wxGTK.info b/libraries/wxGTK/wxGTK.info index 234e174271..55449aa1da 100644 --- a/libraries/wxGTK/wxGTK.info +++ b/libraries/wxGTK/wxGTK.info @@ -1,8 +1,8 @@ PRGNAM="wxGTK" -VERSION="2.6.3" +VERSION="2.6.4" HOMEPAGE="http://www.wxwidgets.org" -DOWNLOAD="http://dl.sourceforge.net/wxwindows/wxGTK-2.6.3.tar.gz" -MD5SUM="3041cad0bbca3bfd6b845d3d63b6e7aa" +DOWNLOAD="http://downloads.sourceforge.net/wxwindows/wxGTK-2.6.4.tar.gz" +MD5SUM="f1e7b11d691be0f058af16901fac9a6f" MAINTAINER="Marc-Andre Moreau" EMAIL="aghaster@hotmail.com" -APPROVED="robw810" +APPROVED="rworkman" |