From d8c2deb4a081da05c2e8648e109f9275f1dcc70c Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sat, 1 Jan 2011 11:57:11 -0500 Subject: development/eagle: Updated for version 5.11.0. Signed-off-by: dsomero --- development/eagle/README | 21 +++++++++++---------- development/eagle/eagle.SlackBuild | 7 ++++--- development/eagle/eagle.desktop | 2 +- development/eagle/eagle.info | 8 ++++---- 4 files changed, 20 insertions(+), 18 deletions(-) (limited to 'development/eagle') diff --git a/development/eagle/README b/development/eagle/README index 65516f37a5..c093a1c7d1 100644 --- a/development/eagle/README +++ b/development/eagle/README @@ -1,21 +1,22 @@ The EAGLE Layout Editor is an easy to use, yet powerful tool for designing -printed circuit boards (PCBs). The name EAGLE is an acronym, which stands for -Easily Applicable Graphical Layout Editor. The program consists of three main -modules (Layout Editor, Schematic Editor, and Autorouter) which are embedded -in a single user interface. +printed circuit boards (PCBs). The name EAGLE is an acronym, which stands +for Easily Applicable Graphical Layout Editor. The program consists +of three main modules (Layout Editor, Schematic Editor, and Autorouter) +which are embedded in a single user interface. -If EAGLE prompts for a license key the first time it is run, point it toward -the freeware license file located at /opt/eagle-VERSION/bin/freeware.key, or -purchase a license to unlock advanced features. +If EAGLE prompts for a license key the first time it is +run, point it toward the freeware license file located at +/opt/eagle-VERSION/bin/freeware.key, or purchase a license to unlock +advanced features. After the key is accepted, you may wish to change the permission of /opt/eagle-VERSION/bin/eagle.key so that it is no longer world-writable. # chmod 0644 /opt/eagle-/bin/eagle.key -This script installs the English documentation. With version 5.10.0 German and -(some) Chinese documentation is included as well. To select them, run this -script as: +This script installs the English documentation. With version 5.10.0 +German and (some) Chinese documentation is included as well. To select +them, run this script as: # LANG= ./eagle.SlackBuild diff --git a/development/eagle/eagle.SlackBuild b/development/eagle/eagle.SlackBuild index 17da3ca354..8194aad2b0 100644 --- a/development/eagle/eagle.SlackBuild +++ b/development/eagle/eagle.SlackBuild @@ -4,9 +4,10 @@ # Originally written by Kyle Guinn # As of version 5.10.0 maintained by Niels Horn +# Revision date: 2010/12/31 PRGNAM="eagle" -VERSION=${VERSION:-"5.10.0"} +VERSION=${VERSION:-"5.11.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -20,7 +21,7 @@ fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM-$VERSION +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ ! "$ARCH" = "i486" ]; then @@ -28,7 +29,7 @@ if [ ! "$ARCH" = "i486" ]; then exit 1 fi -# Documentation is distributed for both English and German. Due to the size +# Documentation is distributed for English, German and Chinese. Due to the size # of the documentation, only include one language. LANG=${LANG:-"en"} if [ "$LANG" = "de" ]; then diff --git a/development/eagle/eagle.desktop b/development/eagle/eagle.desktop index 5995b44f82..7db6ba701b 100644 --- a/development/eagle/eagle.desktop +++ b/development/eagle/eagle.desktop @@ -7,5 +7,5 @@ Exec=eagle Icon=eagle Terminal=false Type=Application -Categories=Development +Categories=Development; StartupNotify=false diff --git a/development/eagle/eagle.info b/development/eagle/eagle.info index 0a5bff89cb..a22b2ca8e4 100644 --- a/development/eagle/eagle.info +++ b/development/eagle/eagle.info @@ -1,10 +1,10 @@ PRGNAM="eagle" -VERSION="5.10.0" +VERSION="5.11.0" HOMEPAGE="http://www.cadsoft.de/" -DOWNLOAD="ftp://ftp.cadsoft.de/eagle/program/5.10/eagle-lin-5.10.0.run" -MD5SUM="a4f76ec1d3f948e76b77e63ad3a18c44" +DOWNLOAD="ftp://ftp.cadsoft.de/eagle/program/5.11/eagle-lin-5.11.0.run" +MD5SUM="c202becc5f3506c5a4eb50287ec53f04" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="UNSUPPORTED" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" -APPROVED="Michiel van Wessem" +APPROVED="dsomero" -- cgit v1.2.3