debian/0000755000000000000000000000000011703211713007162 5ustar debian/examples0000644000000000000000000000001711703207526010730 0ustar debian/inputrc debian/menu0000644000000000000000000000020211703207526010052 0ustar ?package(xiterm+thai):needs="X11" section="Applications/Terminal Emulators"\ title="xiterm+thai" command="/usr/bin/txiterm -ls" debian/manpages0000644000000000000000000000004311703207526010704 0ustar doc/xiterm+thai.1 debian/txiterm.1 debian/prerm0000644000000000000000000000204011703207526010235 0ustar #! /bin/sh # prerm script for xiterm+thai # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see /usr/doc/packaging-manual/ case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) update-alternatives --remove x-terminal-emulator \ /usr/bin/txiterm update-alternatives --remove x-terminal-emulator \ /usr/bin/xiterm+thai ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 0 esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/txiterm.10000644000000000000000000000170211703207526010747 0ustar .TH TXITERM 1 2012-01-11 .SH NAME txiterm \- X terminal emulator for Thai (TIS-620) environments .SH SYNOPSIS .B txiterm .RI [ xiterm+thai-options ] .SH DESCRIPTION .PP \fBtxiterm\fP is a wrapper around the \fBxiterm+thai(1)\fP program that invokes the latter program with proper Thai environment and font setup. .PP All arguments to \fBtxiterm\fP are passed as-is to xiterm+thai with additional preset \-fn option, so that you do not need to set it again. .sp See the xiterm+thai manual page for more information on \fIxiterm+thai-options\fP. .sp \fBNote: txiterm\fP needs \fBnectec18\fP - Thai TIS-620 X font from the \fBxfonts-thai-nectec\fP package to allow the program to render Thai TIS-620 text properly in the terminal. .SH SEE ALSO .BR xiterm+thai(1) .SH AUTHOR txiterm was written by Chanop Silpa-Anan . .PP This manual page was written by Neutron Soutmun , for the Debian project (but may be used by others). debian/docs0000644000000000000000000000012111703207526010036 0ustar README.thai README.thai-UTF-8 doc/BUGS doc/FAQ doc/HISTORY doc/TODO doc/rxvt.ref debian/txiterm0000644000000000000000000000050611703207526010611 0ustar #! /bin/sh # Chanop Silpa-Anan if test "x$XMODIFIERS" = "x" ; then XMODIFIERS="@im=none" fi LANG=th_TH export LANG XMODIFIERS if [ $# = 0 ]; then exec /usr/bin/xiterm+thai -fn nectec18 -cursorColor yellow -cursorColorThai red -bg black -fg white else exec /usr/bin/xiterm+thai -fn nectec18 "$@" fi debian/rules0000755000000000000000000000475311703207526010262 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) build_flags = --build=$(DEB_BUILD_GNU_TYPE) else build_flags = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif dpkg-buildflags = DEB_BUILD_MAINT_OPTIONS="hardening=+pie,+bindnow" dpkg-buildflags build_flags += $(shell $(dpkg-buildflags) --export=configure) config.status: configure dh_testdir [ -d m4 ] || mkdir m4 dh_autoreconf # Add here commands to configure the package. ./configure $(build_flags) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-arch build-indep build-arch: build-stamp build-indep: # We have nothing to do by default. build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) mrproper rm -f README.thai-UTF-8 dh_autoreconf_clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/xiterm+thai. $(MAKE) install DESTDIR=$(CURDIR)/debian/xiterm+thai install -D -m 0755 -o root -g root debian/txiterm debian/xiterm+thai/usr/bin/txiterm install -D -m 0644 -o root -g root debian/xiterm+thai.desktop debian/xiterm+thai/usr/share/applications/xiterm+thai.desktop iconv -f TIS-620 -t UTF-8 -o README.thai-UTF-8 README.thai # Build architecture-independent files here. binary-indep: # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installdocs dh_installmenu dh_installman dh_installchangelogs Changelog dh_installexamples dh_lintian dh_icons dh_link dh_strip dh_compress dh_fixperms chown :utmp debian/xiterm+thai/usr/bin/xiterm+thai chmod g+s debian/xiterm+thai/usr/bin/xiterm+thai dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/README.Debian0000644000000000000000000000164311703207526011236 0ustar Debian README for xiterm+thai package ===================================== This is an xterm variant with Thai support. You can either use the built-in key "Ctrl-Space" to change keyboard between English and Thai keyboard, or you could use xkb extension in X instead. For Xorg users: you should use th map from Xorg. For GNOME users: you can use th map from Xorg or use the Thailand map from GNOME which you can setup in the keyboard setting section. HOW TO USE ========== To use xiterm+thai with X Thai font loading. $ LANG=th_TH xiterm+thai -fn nectec18 & or just call the txiterm wrapper script. $ txiterm or easily select from GNOME menu Application -> Utility -> Thai X terminal Note: The nectec18 is the X Thai TIS-620 font, you should install xfonts-thai-nectec package. AUTHOR ====== Chanop Silpa-Anan Neutron Soutmun debian/compat0000644000000000000000000000000211703207526010367 0ustar 7 debian/inputrc0000644000000000000000000000044511703207526010603 0ustar # for 8 bit input for bash set meta-flag on set convert-meta off set output-meta on #set home and end key for bash $if term=xterm || term=xterm-debian #xterm behavior "\e[H": beginning-of-line "\e[F": end-of-line #xiterm behavior "\e[1~": beginning-of-line "\e[4~": end-of-line $endif debian/source/0000755000000000000000000000000011703207526010471 5ustar debian/source/format0000644000000000000000000000001411703207526011677 0ustar 3.0 (quilt) debian/control0000644000000000000000000000167511703207526010605 0ustar Source: xiterm+thai Section: x11 Priority: optional Maintainer: Neutron Soutmun Standards-Version: 3.9.2 Build-Depends: autotools-dev, debhelper (>= 7), dh-autoreconf, dpkg-dev (>= 1.16.1~), libx11-dev, libxpm-dev, pkg-config Vcs-Git: git://git.debian.org/git/collab-maint/xitermthai.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xitermthai.git Homepage: http://linux.thai.net/projects/xiterm+thai/ Package: xiterm+thai Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: x-terminal-emulator Recommends: xfonts-thai, xfonts-thai-nectec Description: X terminal program with Thai languague support xiterm+thai is an X terminal emulator program with Thai language support. It has built-in Thai keyboard input support. You could also use the X11 XKB extension to input Thai characters. . A Thai TIS-620 font, such as one from xfonts-thai-nectec is needed to display Thai characters. debian/changelog0000644000000000000000000003475511703207526011061 0ustar xiterm+thai (1.10-2) unstable; urgency=low * Add dpkg-dev (>= 1.16.1~) to build-deps * debian/control: - Add dpkg-dev (>= 1.16.1~) to build-deps as we require the hardening build flags from the "dpkg-buildflags --export=configure". (Thanks, Theppitak Karoonboonyanan) * Adjust desktop file (Thanks, Paul Wise for an advice of "desktop-file-validate" tool) * debian/xiterm+thai.desktop: - Change "Version" to 1.0 as it the desktop file version not the software version. - Adjust the "Comment" wording. - Drop the "Icon" file extension as it's not the absolute path as mentioned in the Icon Theme Specification. - Adjust the "Categories": - Add TerminalEmulator to the "Categories" and also add System which it's required by the TerminalEmulator category. - Drop Application category as it's deprecated. - Add a semicolon (';') as trailing character for each category. * Add comment to lintian-overrides * Correct wording and formatting in txiterm manpage * debian/txiterm.1: - Correct wording and formatting. (Thanks, Theppitak Karoonboonyanan) * Wrap line at 80 columns and remove comments * debian/txiterm.1: - Wrap line at 80 columns and adjust wording. (Thanks, Theppitak Karoonboonyanan for example patch) - Remove comments. - Update the revision date in the format YYYY-MM-DD. -- Neutron Soutmun Wed, 11 Jan 2012 11:25:29 +0700 xiterm+thai (1.10-1) unstable; urgency=low * Imported Upstream version 1.10 * Set Vcs-{Git,Browser} to Alioth * debian/control, debian/copyright: Apply wrap-and-sort * Replace hardening-wrapper with dpkg-buildflags * debian/control: - Drop hardening-wrapper which now replaced by dpkg-buildflags (hardening build flags included). - Add dh-autoreconf. * debian/rules: - Drop DEB_BUILD_HARDENING=1. - Drop hardcoded CFLAGS which now included in build_flags. - Adjust to use the dh_autoreconf. -- Neutron Soutmun Thu, 05 Jan 2012 17:57:12 +0700 xiterm+thai (1.09-4) unstable; urgency=low * Update Debian copyright to DEP-5 rev 202 * debian/copyright: - Correct the license to GPL-2+ as the upstream does not specify any license text that strictly use the GPL-2 only. * Add recommended build-arch/build-indep targets to debian/rules * debian/rules: - Adjust build target to call build-arch and build-indep - Adjust the binary-indep target to does nothing as no indep build is required. * Drop suggests on "menu" as it is unneeded. (Closes: #647388) * Add Provides: x-terminal-emulator as it's actually be * Bump standards-version to 3.9.2 (no changes needed). * Use hardening build flags * debian/control: - Add hardening-wrapper to build-deps * debian/rules: - Add export DEB_BUILD_HARDENING=1 -- Neutron Soutmun Mon, 21 Nov 2011 18:02:17 +0700 xiterm+thai (1.09-3) unstable; urgency=low * Switch to "3.0 (quilt)" source format. * debian/compat: - Bump compatibility level to 7. * debian/control: - Bump the standards-version to 3.8.3 (no changes needed). - Update debhelper depends on version 7 in Build-Depends. - Remove sharutils from Build-Depends (no needs). - Update Vcs-* respected to new upstream SVN repository. * debian/rules: - Replace dh_clean -k (deprecated) with dh_prep. - Replace the lintian-overrides installation with dh_lintian. - Remove dh_install and let the upstream 'make install' does the job directly. * -debian/install: Removed (no needs). * debian/copyright: - Update copyright year of current maintainer. -- Neutron Soutmun Thu, 21 Jan 2010 10:21:18 +0700 xiterm+thai (1.09-2) unstable; urgency=low * debian/watch: - Fix the incorrected upstream url pattern. * debian/rules: - Remove dh_desktop which is now deprecated, triggers handle this. * debian/control: - Bump the standards-version to 3.8.2, no changes needed. -- Neutron Soutmun Thu, 30 Jul 2009 16:29:04 +0700 xiterm+thai (1.09-1) unstable; urgency=low * New upstream release. - Fix security risk for X11 connection stealth (CVE-2008-1692) [thanks Debian security audit team] - Remove build-dependency on Xt Intrinsic - Clear much more GCC warnings - Improve make rules and some code structure - Thai-specific info in man page - Really enable Xpm support when available. - Less memory usage at load time, by removing unused linkages to libSM and libICE. - New desktop icon. [Neutron Soutmun] * debian/control: - Add build-dep on pkg-config to satisfy the upstream changes. - Drop build-dep on libxt-dev as upstream changes. * debian/rules, debian/xiterm+xiterm-icon.uuencode: - Drop the binary to text icon file and related installation, the icon file included in the current upstream source. - Drop the workaround, rename manpage before the installation. The upstream renamed the manpage from xiterm.1 to xiterm+thai.1. * debian/watch: Fix the typo upstream release ftp link. * lintian clean: - debian/txiterm.1: Fix the mistaken hyphen-used-as-minus-sign. - debian/xiterm+thai.desktop: Fix the desktop-entry-contains-encoding-key by drop the Encoding key which it is now deprecated. * debian/txiterm, debian/xiterm+thai.desktop: - Add the parameters to set the white foreground and black background color to the caller which can turn more readable screen. -- Neutron Soutmun Thu, 24 Apr 2008 16:21:09 +0700 xiterm+thai (1.07-1) unstable; urgency=low * New maintainer for formerly removed package. (Closes: #465713) * New upstream release. - Binary program renamed from xiterm to xiterm+thai, to avoid conflict with openi18n's xiterm. - Fix Fails-to-build-from-source bug with gcc. - Minor fixes and improvements. * Use upstream tarball without debian subdir instead of CVS snapshot, and repackage it as non-native. * Bump the compatibility level: - debian/compat: Bump to V5. - debian/control: Add ${misc:Depends} and bump build depends on debhelper to (>= 5.0.51). Thanks Paul Wise for the suggestion which if no need the new features of debhelper compat 6 then leave it at the latest compat level available in stable. - debian/rules, debian/install: Add dh_install for installing files. - debian/manpages: Add manpage files which dh_installman use for proper installation. - debian/dirs: Drop, unneeded. * Bump Standards-Version: - debian/control: Bump Standards-Version to 3.7.3. - debian/menu: Change section to Applications/Terminal Emulators, conform menu policy. * Adjust config.guess, config.sub handling: - debian/rules: Adjust config.guess, config.sub handling which the change is not included in .diff.gz. - debian/control: Add build depends on autotools-dev. * Add watch file. * debian/control: - Add Vcs-Cvs, Vcs-Browser and Hompage infos. - Drop build depends on x-dev, unneeded. - Drop build conflicts on xiterm, no conflict files anymore. - Drop build suggests on nonlock, package has been removed from debian. - Rewrite package description. Thanks Paul Wise and Theppitak Karoonboonyanan. * debian/rules: - Remove workaround code for source compilation with utmp support, upstream fixed. - Pass --host=$(DEB_HOST_GNU_TYPE) to configure only when cross compiling. - Pass CFLAGS to configure. - Install lintian override file to ignore the warning message, xiterm+thai: setgid-binary usr/bin/xiterm+thai 2755 root/utmp. - Install upstream changelog. * debian/menu: Drop unneeded menu with title="xiterm". Thanks Paul Wise. * Add menu to support GNOME. Thanks Paul Wise. - The workaround while upstream still not consider to add desktop and icon files yet, patch was sent to upstream. - debian/xiterm+thai.desktop: Create GNOME desktop. - debian/xiterm+thai-icon.uuencode: Create binary to text (uuencode) xiterm+thai icon, modified gnome-term icon. - debian/control: Add build depends on sharutils, uudecode is needed for convert back the xiterm+thai icon from text to binary. - debian/rules: Install xiterm+thai.{desktop,png}, register using dh_desktop and dh_icons. * debian/docs, debian/examples: - Move debian/inputrc from debian/docs to debian/examples which it is example script instead of doc. * debian/docs: Drop unneeded docs. Thanks Paul Wise. - README is about building. - doc/COPYRIGHT.HISTORY is copied in debian/copyright. - doc/README.rxvt.greek - Thai != greek. - doc/README.xvt. * Convert README.thai encoding. Thanks Paul Wise. - debian/rules: Convert README.thai encoding from TIS-620 to UTF-8 for additional UTF-8 environment readable and install as README.thai-UTF-8. - debian/docs: Add README.thai-UTF-8. * debian/txiterm, debian/postinst, debian/prerm, debian/README.Debian: s/xiterm/xiterm+thai/ as upstream changed. * debian/copyright: Rewrite in machine-interpretable format. * debian/txiterm.1: Add txiterm manpage, which the author does not create yet. * debian/README.Debian: Rewrite to update infos. * debian/BUILDING: Drop outdated maintainer documentation. -- Neutron Soutmun Wed, 06 Feb 2008 23:44:58 +0700 xiterm+thai (1.06.cvs20060109-1) unstable; urgency=low * QA upload. * Package is orphaned (#357872); set maintainer to Debian QA Group. * debian/txiterm: Handle arguments containing whitespace. -- Matej Vela Wed, 5 Apr 2006 13:20:55 +0200 xiterm+thai (1.06.cvs20060109) unstable; urgency=low * Fix BuildDepends: xlibs-dev. (closes: #346928) -- Chanop Silpa-Anan Mon, 9 Jan 2006 13:21:37 +1100 xiterm+thai (1.06.cvs20041019) unstable; urgency=low * Conflict with xiterm. (closes: #274773) -- Chanop Silpa-Anan Tue, 19 Oct 2004 14:39:13 +1000 xiterm+thai (1.06) unstable; urgency=low * 1.06 release. (closes: #225076) * Build against XFree86 4.3.0. -- Chanop Silpa-Anan Wed, 25 Feb 2004 01:54:06 +1100 xiterm+thai (1.05.cvs20020221) unstable; urgency=low * New 1.05 release. * Fix package desscription. (closes: #125546) -- Chanop Silpa-Anan Thu, 21 Feb 2002 23:36:02 +1100 xiterm+thai (1.04.cvs20011207) unstable; urgency=low * Fix optimization flag. (closes: #122778) -- Chanop Silpa-Anan Fri, 7 Dec 2001 16:30:16 +1100 xiterm+thai (1.04.cvs20011206) unstable; urgency=low * Default txiterm script to no xim. -- Chanop Silpa-Anan Thu, 6 Dec 2001 15:47:44 +1100 xiterm+thai (1.04.cvs20010801) unstable; urgency=low * CVS snapshort. Fix devfsd problem. * Use Standards-Version: 3.5.6 (woody ready). -- Chanop Silpa-Anan Wed, 1 Aug 2001 02:43:43 +1000 xiterm+thai (1.04.cvs20010402) unstable; urgency=low * Finally, debian directory is merged into upstream cvs -- Chanop Silpa-Anan Mon, 2 Apr 2001 16:28:13 +1000 xiterm+thai (1.04pre2-1) unstable; urgency=low * New upstream release -- Chanop Silpa-Anan Thu, 22 Feb 2001 23:54:56 +1100 xiterm+thai (1.04pre1-2) unstable; urgency=low * Remove the usage of dpkg-statoveride from maintainer scripts * Bump Standards-Version to 3.5.1 -- Chanop Silpa-Anan Mon, 19 Feb 2001 22:17:07 +1100 xiterm+thai (1.04pre1-1) unstable; urgency=low * New upstream release * Thai xim is folded into the release * Compile with utmp support -- Chanop Silpa-Anan Mon, 22 Jan 2001 23:08:59 +1100 xiterm+thai (1.03-1.1) unstable; urgency=low * Add Thai xim patch * Never been uploaded to debian -- Chanop Silpa-Anan Tue, 21 Nov 2000 16:36:12 +1100 xiterm+thai (1.03-1) unstable; urgency=low * New upsteam release * Patch for X locale setting and new Thai xkb keymap is incorporated upstream * Meta package xfonts-thai is uploaded and installed in archives (closes: #74171) -- Chanop Silpa-Anan Fri, 10 Nov 2000 14:33:57 +1100 xiterm+thai (1.02-9) unstable; urgency=low * Recompile with XFree 4.0.1d and libc6 2.1.96 * Patch the keyboard input for new Thai xkb map distributed with XFree 4.0.1d * Add LANG=th_TH in txiterm wrapper script for Thai locale -- Chanop Silpa-Anan Fri, 10 Nov 2000 14:33:29 +1100 xiterm+thai (1.02-8.1) unstable; urgency=low * Add debhelper to Build-Depends * Use debian standard version 3.2.1 -- Chanop Silpa-Anan Thu, 7 Sep 2000 19:50:19 +1100 xiterm+thai (1.02-8) unstable; urgency=low * Fix extended description; was rejected from uploading. * Use Standdards-Version: 3.1.1 -- Chanop Silpa-Anan Tue, 11 Jul 2000 03:05:18 +1000 xiterm+thai (1.02-7) unstable; urgency=low * Export TERM=xterm-color instead of xterm-debian, since I had a few problems * using ncurses program, ie mutt, dselect. Since ncurses 5.0-5, xterm-color is * conformed to Debian keyboard polocy -- Chanop Silpa-Anan (Tim) Sun, 20 Feb 2000 15:53:15 +1100 xiterm+thai (1.02-6) unstable; urgency=low * Change scroll bar size to 10 -- Chanop Silpa-Anan (Tim) Wed, 9 Feb 2000 12:19:57 +1100 xiterm+thai (1.02-5) unstable; urgency=low * Fix wrapper txiterm to point to /usr/bin/xiterm * Fix default $TERM from xterm-color to xterm-debian * Fix control file, depends on xfonts-thai-nectec -- Chanop Silpa-Anan (Tim) Sat, 29 Jan 2000 01:29:03 +1100 xiterm+thai (1.02-4) unstable; urgency=low * Repackage using pristine source * Move to Standards-Version: 3.0.1 * Move binary from /usr/X11R6/bin to /usr/bin -- Chanop Silpa-Anan (Tim) Fri, 28 Jan 2000 14:16:04 +1100 xiterm+thai (1.02-3) unstable; urgency=low * Add x-terminal-emulater alternative * Make the package conform to Debian policy * fix minor debian/rules file -- Chanop Silpa-Anan (Tim) Fri, 28 Jan 2000 14:08:05 +1100 xiterm+thai (1.02-2) unstable; urgency=low * move to use xfonts-thai instead of thaifonts -- Chanop Silpa-Anan (Tim) Mon, 10 January 2000 01:00:00 +1000 xiterm+thai (1.02-1) unstable; urgency=low * Initial Release. -- Chanop Silpa-Anan Mon, 6 Sep 1999 21:09:48 +1000 debian/xiterm+thai.desktop0000644000000000000000000000040611703207526013015 0ustar [Desktop Entry] Version=1.0 Name=Thai X terminal Comment=X Terminal that supports Thai (TIS-620 encoding) Icon=xiterm+thai Exec=txiterm -ls -cursorColor yellow -cursorColorThai red -bg black -fg white Type=Application Categories=System;Utility;TerminalEmulator; debian/lintian-overrides0000644000000000000000000000015511703207526012553 0ustar # For chown() on tty device and utmp updating xiterm+thai: setgid-binary usr/bin/xiterm+thai 2755 root/utmp debian/watch0000644000000000000000000000016611703207526010225 0ustar version=3 opts=pasv ftp://linux.thai.net/pub/thailinux/software/xiterm+thai/xiterm\+thai-(.*)\.tar\.gz debian uupdate debian/copyright0000644000000000000000000000500611703207526011125 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202 Upstream-Name: xiterm+thai Upstream-Contact: Theppitak Karoonboonyanan Source: ftp://linux.thai.net/pub/thailinux/software/xiterm+thai/ Files: debian/* Copyright: 1999-2008, Chanop Silpa-Anan 2008-2011, Neutron Soutmun License: GPL-2+ Files: * Copyright: 1992, John Bovey, University of Kent at Canterbury, License: GPL-2+ Files: src/main.* src/Xtensions/*/main.* src/command.* src/Xtensions/*/command.* Copyright: 1992, John Bovey, University of Kent at Canterbury License: GPL-2+ Files: src/debug.c Copyright: 1994, Robert Nation License: GPL-2+ Files: src/debug.h src/graphics.* src/Xtensions/*/graphics.* src/screen.* src/Xtensions/*/screen.* src/xdefaults.* src/Xtensions/graphics/rxvtgrx.h Copyright: 1994, Robert Nation License: GPL-2+ Files: src/default.h src/feature.h src/Xtensions/*/feature.h src/misc.* src/scrollbar.* Copyright: 1995-1996, Mark Olesen License: GPL-2+ Files: src/Xtensions/menubar+graphics/menubar.* Copyright: 1996, Mark Olesen License: GPL-2+ Files: src/grkelot.* Copyright: 1994-1995, Angelo Haritsis. All rights reserved. License: GPL-2+ Files: src/netdisp.c Copyright: 1996, Chuck Blake License: GPL-2+ Files: src/*thai*.* Copyright: 1999, Vuthichai Ampornaramveth , 1999, Theppitak Karoonboonyanan License: GPL-2+ Files: src/thaikb.* Copyright: 1999, Theppitak Karoonboonyanan License: GPL-2+ License: GPL-2+ 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. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/postinst0000644000000000000000000000334511703207526011004 0ustar #! /bin/sh # postinst script for xiterm+thai # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see /usr/doc/packaging-manual/ # # quoting from the policy: # Any necessary prompting should almost always be confined to the # post-installation script, and should be protected with a conditional # so that unnecessary prompting doesn't happen if a package's # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. case "$1" in configure) update-alternatives --install /usr/bin/x-terminal-emulator \ x-terminal-emulator \ /usr/bin/txiterm 20 \ --slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz \ /usr/share/man/man1/txiterm.1.gz update-alternatives --install /usr/bin/x-terminal-emulator \ x-terminal-emulator \ /usr/bin/xiterm+thai 20 \ --slave /usr/share/man/man1/x-terminal-emulator.1.gz x-terminal-emulator.1.gz \ /usr/share/man/man1/xiterm+thai.1.gz ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0