development/kicad: Updated for version bzr_20110330.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-04-02 20:30:43 -03:00 committed by Robby Workman
parent 8b08876fa5
commit e590468b66
4 changed files with 6 additions and 21 deletions

View file

@ -1,6 +1,6 @@
--- kicad-bzr_20101223/common/edaappl.cpp 2010-12-31 17:48:16.000000000 -0200
+++ kicad-bzr_20101223_patched/common/edaappl.cpp 2010-12-31 17:49:46.000000000 -0200
@@ -903,7 +903,6 @@
@@ -927,7 +927,6 @@
// from a distribution files are in /usr/share/doc/kicad/help and binaries
// in /usr/bin or /usr/local/bin
subdirs.Add( wxT( "share" ) );

View file

@ -1,11 +0,0 @@
--- kicad-bzr_20101223_orig/common/edaappl.cpp 2011-01-01 14:30:14.000000000 -0200
+++ kicad-bzr_20101223/common/edaappl.cpp 2011-01-01 14:29:33.000000000 -0200
@@ -680,7 +680,7 @@
delete m_Locale;
m_Locale = new wxLocale;
- if( !m_Locale->Init( m_LanguageId ) )
+ if( !m_Locale->Init( m_LanguageId, wxLOCALE_CONV_ENCODING ) )
{
wxLogDebug( wxT("This language is not supported by the system.") );

View file

@ -4,10 +4,10 @@
# Open-Source EDA Suite
# Written by Niels Horn <niels.horn@gmail.com>
# Revision date: 2011/01/01
# Revision date: 2011/04/01
PRGNAM=kicad
VERSION=${VERSION:-bzr_20101223}
VERSION=${VERSION:-bzr_20110330}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,10 +58,6 @@ find . \
# admits being "hacky"...
patch -p1 < $CWD/help_path.patch
# Partially revert bzr revision 2543, as it had the side-effect of not being
# able to change the ui language. Bug filed upstream...
patch -p1 < $CWD/kicad-setlanguage.patch
mkdir -p build
cd build
cmake \

View file

@ -1,8 +1,8 @@
PRGNAM="kicad"
VERSION="bzr_20101223"
VERSION="bzr_20110330"
HOMEPAGE="http://kicad.sourceforge.net/wiki"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20101223.tar.bz2"
MD5SUM="73f22404899e9a3b379212cc26d2369a"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/kicad-bzr_20110330.tar.bz2"
MD5SUM="7378546b8b7807e9ebd9d024a7ecd8b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"