Package Details: x3270 4.3ga8-1

Git Clone URL: https://aur.archlinux.org/x3270.git (read-only, click to copy)
Package Base: x3270
Description: An IBM 3270 terminal emulator for the X Window System
Upstream URL: http://x3270.bgp.nu/
Licenses: BSD, MIT
Submitter: None
Maintainer: tuftedocelot (GiRa)
Last Packager: GiRa
Votes: 36
Popularity: 0.000060
First Submitted: 2006-08-09 22:35 (UTC)
Last Updated: 2024-04-28 15:30 (UTC)

Dependencies (13)

Required by (1)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

BubbatheVTOG commented on 2017-11-04 02:33 (UTC)

This does not currently build. To be honest I'm not exactly sure why...I don't think its an issue with the PKGBUILD, might be an issue with a dependency. Building manually from both the current version and the previous version, and using various aur helpers has yielded this same error on 3 systems for me. `/usr/bin/ld: menubar.o: undefined reference to symbol 'acs_map'`

tuftedocelot commented on 2017-09-16 11:43 (UTC)

Curious, works fine for me on a computer that didn't have it installed before. I checked the output of updpkgsums and no differences there either

tuftedocelot commented on 2016-10-09 13:24 (UTC)

Updated. Thanks, hcb

hcb commented on 2016-10-09 08:16 (UTC)

--- PKGBUILD.orig 2016-10-08 17:28:41.000000000 +0200 +++ PKGBUILD 2016-10-09 10:13:51.095267554 +0200 @@ -8,7 +8,7 @@ url="http://x3270.bgp.nu/" license=('BSD' 'MIT') depends=('openssl' 'libxaw' 'xorg-mkfontdir') -makedepends=('imake' 'openssl' 'libx11' 'libxaw' 'libxt' 'xbitmaps' 'tcl' 'mingw-w64-gcc') +makedepends=('imake' 'openssl' 'libx11' 'libxaw' 'libxt' 'xbitmaps' 'tcl' 'mingw-w64-gcc' 'xorg-bdftopcf') backup=(etc/x3270/ibm_hosts) install=x3270.install source=(http://downloads.sourceforge.net/sourceforge/x3270/suite3270-$pkgver-src.tgz

tuftedocelot commented on 2013-10-10 21:35 (UTC)

Bump to latest version

tuftedocelot commented on 2013-06-15 14:05 (UTC)

Updated to latest version. Thanks to ras for his patch on this one and for catching the licensing

tuftedocelot commented on 2013-06-05 12:34 (UTC)

Thanks, ras. I'll get your patch integrated this evening

ras commented on 2013-06-05 08:45 (UTC)

Hello all, there is a newer version, and I also made some other fixes with the PKGBUILD: * fixed dependencies suggested by namcap * added proper license file from the source directory of x3270 (BSD + MIT) Here is the patch: --- PKGBUILD.txt 2013-06-05 10:43:30.933232338 +0200 +++ PKGBUILD 2013-06-05 10:37:47.936572127 +0200 @@ -4 +4 @@ -pkgver=3.3.12ga12 +pkgver=3.3.12ga13 @@ -9,2 +9,2 @@ -license=('GPL') -depends=('openssl' 'xbitmaps') +license=('BSD' 'MIT') +depends=('openssl' 'libxaw') @@ -17,2 +17,2 @@ -sha256sums=('2b7ca0614a7b0d97507753f933f4be04aa16a4bc255ad80b2c14a9dfebbcb8b8' - 'bb3f1a301ca4f6d6d4f4cafe451945a55a9af7995d712a0f314fc58dfb16da6f') +sha256sums=('b3b75def2f4a996b04e26aa1886e6b47723562432c95f9d04191bcf6e45c13bb' + 'bb3f1a301ca4f6d6d4f4cafe451945a55a9af7995d712a0f314fc58dfb16da6f') @@ -35,0 +36,2 @@ + mkdir $pkgdir/usr/share/licenses + mkdir $pkgdir/usr/share/licenses/x3270 @@ -37,0 +40 @@ + install -m644 $srcdir/${pkgname}-${pkgver:0:3}/LICENSE $pkgdir/usr/share/licenses/x3270/

tuftedocelot commented on 2013-04-08 13:28 (UTC)

Updated to the newest version. Thanks to usch for his patch to the PKGBUILD