diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-03-09 11:02:24 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:34:24 -0500 |
commit | fd17935cb6d3974994281507673fe854717200b7 (patch) | |
tree | a49bb93118af7ddac2d2d24a0d5cd9674d90cae7 /development/kicad/kicad.SlackBuild | |
parent | cd329ebf15abe0a70ff39d1f4704be3650275267 (diff) |
development/kicad: Updated for version 5.1.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 b2942d5e3f9d2..ec6ee15487a55 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 |