summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author dmn2020-06-13 03:52:49 +0200
committer Willy Sudiarto Raharjo2020-06-13 03:52:49 +0200
commitfa38e8e1aef8b18292d36757ac87962a590deb55 (patch)
tree8ca885cfa0e92728249fb79ac61b997b48c6ed7d /development
parente77df4d4efe9dda608dfc56ab2b307a92c53fdf5 (diff)
downloadslackbuilds-fa38e8e1aef8b18292d36757ac87962a590deb55.tar.gz
development/lepton-eda: Updated for version 1.9.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/lepton-eda/lepton-eda.SlackBuild9
-rw-r--r--development/lepton-eda/lepton-eda.info6
-rw-r--r--development/lepton-eda/patches/lepton-upcfg.in.patch19
-rw-r--r--development/lepton-eda/slack-desc10
4 files changed, 10 insertions, 34 deletions
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: