mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
development/kicad: Updated for version bzr_20110330.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
8b08876fa5
commit
e590468b66
4 changed files with 6 additions and 21 deletions
|
@ -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" ) );
|
||||
|
|
|
@ -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.") );
|
||||
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue