[Lunar-commits] <moonbase> x3270: Version bump, adding an optional_depends and an adjustment in the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Sep 30 03:12:07 CEST 2009
commit 15ee5bce9571acb5f7117e385d46179ea75bd320
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Sep 29 21:12:07 2009 -0400
x3270: Version bump, adding an optional_depends and an adjustment in the BUILD.
---
x11-apps/x3270/BUILD | 22 +++++++++++++++++++---
x11-apps/x3270/DEPENDS | 1 +
x11-apps/x3270/DETAILS | 10 +++++-----
3 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/x11-apps/x3270/BUILD b/x11-apps/x3270/BUILD
index ecf0ce7..a25df13 100644
--- a/x11-apps/x3270/BUILD
+++ b/x11-apps/x3270/BUILD
@@ -1,7 +1,23 @@
(
- cd x3270-3.3 &&
- default_build &&
- make install.man
+ cd x3270-3.3 &&
+ default_build &&
+ make install.man &&
+
+ # Desktop icon
+ install -D -m644 x3270-icon2.xpm /usr/share/pixmaps/x3270-icon2.xpm &&
+
+ # Desktop menu entry
+ cat > ${MODULE}.desktop << EOF &&
+[Desktop Entry]
+Type=Application
+Name=x3270
+Comment=An IBM 3278/3279 terminal emulator
+Exec=$MODULE
+Icon=/usr/share/pixmaps/x3270-icon2.xpm
+Categories=Application;KDE;Utility;
+EOF
+
+ install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop
) > $C_FIFO 2>&1
diff --git a/x11-apps/x3270/DEPENDS b/x11-apps/x3270/DEPENDS
new file mode 100644
index 0000000..a109f5c
--- /dev/null
+++ b/x11-apps/x3270/DEPENDS
@@ -0,0 +1 @@
+optional_depends openssl "--with-ssl" "--without-ssl" "for ssl support"
diff --git a/x11-apps/x3270/DETAILS b/x11-apps/x3270/DETAILS
index 8fa5038..5198967 100644
--- a/x11-apps/x3270/DETAILS
+++ b/x11-apps/x3270/DETAILS
@@ -1,11 +1,11 @@
MODULE=x3270
- VERSION=3.3.9ga12
- SOURCE=suite3270-$VERSION.tgz
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:25f1dff877d2af17e0f50433cb5f91006f6ab682
+ VERSION=3.3.10ga3
+ SOURCE=suite3270-$VERSION-src.tgz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
+ SOURCE_VFY=sha1:50f0e21f33caf0526aa01f3c90dac9bbac5f8d92
WEB_SITE=http://www.geocities.com/SiliconValley/Peaks/7814/
ENTERED=20020522
- UPDATED=20090610
+ UPDATED=20090929
SHORT="An IBM 3270 terminal emulator for X"
cat << EOF
More information about the Lunar-commits
mailing list