summaryrefslogtreecommitdiffstats
path: root/development/kicad/kicad.SlackBuild
diff options
context:
space:
mode:
author Niels Horn2011-04-03 01:30:43 +0200
committer Robby Workman2011-04-03 16:34:39 +0200
commite590468b66b1741aab8fb829c4879152941d7e64 (patch)
tree37eeddd078865642bd36622b863c3e5a52144ae1 /development/kicad/kicad.SlackBuild
parent8b08876fa5755037a86e05763fc92931511b12c5 (diff)
downloadslackbuilds-e590468b66b1741aab8fb829c4879152941d7e64.tar.gz
development/kicad: Updated for version bzr_20110330.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/kicad/kicad.SlackBuild')
-rw-r--r--development/kicad/kicad.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/development/kicad/kicad.SlackBuild b/development/kicad/kicad.SlackBuild
index 8afef51ebb..8f83185d75 100644
--- a/development/kicad/kicad.SlackBuild
+++ b/development/kicad/kicad.SlackBuild
@@ -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 \