From fa38e8e1aef8b18292d36757ac87962a590deb55 Mon Sep 17 00:00:00 2001 From: dmn Date: Sat, 13 Jun 2020 08:52:49 +0700 Subject: development/lepton-eda: Updated for version 1.9.11. Signed-off-by: Willy Sudiarto Raharjo --- development/lepton-eda/lepton-eda.SlackBuild | 9 +-------- development/lepton-eda/lepton-eda.info | 6 +++--- development/lepton-eda/patches/lepton-upcfg.in.patch | 19 ------------------- development/lepton-eda/slack-desc | 10 ++++++---- 4 files changed, 10 insertions(+), 34 deletions(-) delete mode 100644 development/lepton-eda/patches/lepton-upcfg.in.patch (limited to 'development') diff --git a/development/lepton-eda/lepton-eda.SlackBuild b/development/lepton-eda/lepton-eda.SlackBuild index f95612fd9e..6a96c0885b 100644 --- a/development/lepton-eda/lepton-eda.SlackBuild +++ b/development/lepton-eda/lepton-eda.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lepton-eda -VERSION=${VERSION:-1.9.10} +VERSION=${VERSION:-1.9.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,13 +69,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 {} \; -# apply patches: -# -for p in $CWD/patches/* -do - patch --verbose -p1 < $p -done - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/development/lepton-eda/lepton-eda.info b/development/lepton-eda/lepton-eda.info index de6f4b9fc4..68ace3dc5d 100644 --- a/development/lepton-eda/lepton-eda.info +++ b/development/lepton-eda/lepton-eda.info @@ -1,8 +1,8 @@ PRGNAM="lepton-eda" -VERSION="1.9.10" +VERSION="1.9.11" HOMEPAGE="https://github.com/lepton-eda/lepton-eda" -DOWNLOAD="https://github.com/lepton-eda/lepton-eda/releases/download/1.9.10-20200319/lepton-eda-1.9.10.tar.gz" -MD5SUM="50a3c953552f8493337d46caade57270" +DOWNLOAD="https://github.com/lepton-eda/lepton-eda/releases/download/1.9.11-20200604/lepton-eda-1.9.11.tar.gz" +MD5SUM="3b8c1f70a5b88904be2fd1487295b256" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/lepton-eda/patches/lepton-upcfg.in.patch b/development/lepton-eda/patches/lepton-upcfg.in.patch deleted file mode 100644 index 30b38fa685..0000000000 --- a/development/lepton-eda/patches/lepton-upcfg.in.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/utils/scripts/lepton-upcfg.in b/utils/scripts/lepton-upcfg.in -index 8d9b45943..601ae188d 100644 ---- a/utils/scripts/lepton-upcfg.in -+++ b/utils/scripts/lepton-upcfg.in -@@ -219,7 +219,13 @@ Lepton EDA homepage: <~a> - ) - - -- ( upcfg-log "ii: upgrading config in [~a]...~%" (config-file-path cfg-id) ) -+ ( upcfg-log -+ "ii: upgrading config in [~a]...~%" -+ ( if cfg-id -+ ( config-file-path cfg-id ) ; if -+ ( list-ref files 0 ) ; else -+ ) -+ ) - - ( if ( null? files ) - ( or (config-upgrade cfg-id #:copy copy #:overwrite overwrite) (failure) ) ; if diff --git a/development/lepton-eda/slack-desc b/development/lepton-eda/slack-desc index cf8d11f645..00dfac9b52 100644 --- a/development/lepton-eda/slack-desc +++ b/development/lepton-eda/slack-desc @@ -8,10 +8,12 @@ |-----handy-ruler------------------------------------------------------| lepton-eda: lepton-eda (Lepton Electronic Design Automation) lepton-eda: -lepton-eda: The Lepton EDA suite provides schematic capture, netlisting, bill -lepton-eda: of materials generation, and many other features. It was forked -lepton-eda: from the gEDA/gaf suite in late 2016. It's in active development -lepton-eda: and well supported. +lepton-eda: Lepton EDA is a suite of free software tools for designing +lepton-eda: electronics. It provides schematic capture, netlisting into +lepton-eda: over 30 netlist formats, and many other features. +lepton-eda: It was forked from the gEDA/gaf suite in late 2016 by most +lepton-eda: of its active developers at that time. +lepton-eda: It's in active development and well supported. lepton-eda: lepton-eda: Homepage: https://github.com/lepton-eda/lepton-eda lepton-eda: -- cgit v1.2.3