summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/eagle/README21
-rw-r--r--development/eagle/eagle.SlackBuild7
-rw-r--r--development/eagle/eagle.desktop2
-rw-r--r--development/eagle/eagle.info8
4 files changed, 20 insertions, 18 deletions
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-<version>/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=<xx> ./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 <elyk03@gmail.com>
# As of version 5.10.0 maintained by Niels Horn <niels.horn@gmail.com>
+# 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"