From 37d770ea98e8edff6558b28c432f09413aa7c7b4 Mon Sep 17 00:00:00 2001 From: fake Date: Mon, 27 Mar 2006 09:07:55 +0000 Subject: [PATCH] fake: xterm: add separate xterm package (it is intended to be a seperate package now) [2006032420571726736] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7354 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/xorg/xterm-ls.patch | 10 ------- package/x11/xterm/xterm-ls.patch | 10 +++++++ package/x11/xterm/xterm.conf | 28 +++++++++++++++++++ package/x11/xterm/xterm.desc | 48 ++++++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+), 10 deletions(-) delete mode 100644 package/x11/xorg/xterm-ls.patch create mode 100644 package/x11/xterm/xterm-ls.patch create mode 100644 package/x11/xterm/xterm.conf create mode 100644 package/x11/xterm/xterm.desc diff --git a/package/x11/xorg/xterm-ls.patch b/package/x11/xorg/xterm-ls.patch deleted file mode 100644 index e99420816..000000000 --- a/package/x11/xorg/xterm-ls.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./programs/xterm/XTerm.ad.orig 2006-03-18 22:42:35.000000000 +0000 -+++ ./programs/xterm/XTerm.ad 2006-03-18 22:42:56.000000000 +0000 -@@ -183,3 +183,7 @@ - ! Set a border for the menus to make them simpler to distinguish against the - ! vt100 widget: - *SimpleMenu*borderWidth: 2 -+ -+! A new xTerm should (= must!) have a login shell. (Clifford) -+*loginShell: on -+ diff --git a/package/x11/xterm/xterm-ls.patch b/package/x11/xterm/xterm-ls.patch new file mode 100644 index 000000000..da6eef58b --- /dev/null +++ b/package/x11/xterm/xterm-ls.patch @@ -0,0 +1,10 @@ +--- ./XTerm.ad.orig 2006-03-24 20:47:47.000000000 +0100 ++++ ./XTerm.ad 2006-03-24 20:48:20.000000000 +0100 +@@ -186,3 +186,7 @@ + ! + ! Alternatively, + !*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@~-]|(%[[:xdigit:]][[:xdigit:]]))+ ++ ++! A new xTerm should (= must!) have a login shell. (Clifford) ++*loginShell: on ++ diff --git a/package/x11/xterm/xterm.conf b/package/x11/xterm/xterm.conf new file mode 100644 index 000000000..f95e18b41 --- /dev/null +++ b/package/x11/xterm/xterm.conf @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/x11/xterm/xterm.conf +# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +xterm_preconf() { + var_remove confopt " " "--prefix=$prefix" + var_append confopt " " "--prefix=$root/$prefix/X11R6" +} + +hook_add preconf 5 xterm_preconf diff --git a/package/x11/xterm/xterm.desc b/package/x11/xterm/xterm.desc new file mode 100644 index 000000000..4917bcf15 --- /dev/null +++ b/package/x11/xterm/xterm.desc @@ -0,0 +1,48 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/x11/xterm/xterm.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A Terminal Emulator for the X Window System + +[T] The xterm program is a terminal emulator for the X Window System. It +[T] provides DEC VT102 and Tektronix 4014 compatible terminals for programs +[T] that can't use the window system directly. +[T] +[T] This version implements ISO/ANSI colors using the "new" color model +[T] (i.e., background color erase). It also implemente most of the control +[T] sequences for VT220. + +[U] http://dickey.his.com/xterm/xterm.html + +[A] Thomas E. Dickey +[M] fake + +[C] base/x11 +[F] CORE + +[L] OpenSource +[S] Stable +[V] 211 +[P] X X?---5---9 111.000 + +[D] 2510094429 xterm-211.tgz ftp://invisible-island.net/xterm/ +