diff options
Diffstat (limited to 'development/kicad/kicad.SlackBuild')
-rw-r--r-- | development/kicad/kicad.SlackBuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/development/kicad/kicad.SlackBuild b/development/kicad/kicad.SlackBuild index b2942d5e3f9d..ec6ee15487a5 100644 --- a/development/kicad/kicad.SlackBuild +++ b/development/kicad/kicad.SlackBuild @@ -26,7 +26,7 @@ # Revision date: 2019/Jun/02 PRGNAM=kicad -VERSION=${VERSION:-5.1.5} +VERSION=${VERSION:-5.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -72,14 +72,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# KiCad 4.0.5 cannot be compiled with boost 1.61 and higher since the latter requires C++11. -# If you insist to use boost 1.61 and higher, you can apply this patch manually and compile -# with a C++11 capable compiler and its appropriate compiler switches. -#patch -p1 --verbose < $CWD/boost-1.61.patch - -# KiCad 5.1.2 patch: -patch -p1 --verbose < $CWD/kicad_boost_hdr.patch - # Additional notes: # # - wxWidgets and wxPython use different toolkits (gtk2 vs (gtk2-unicode)). It |