Package Details: tlclient 4.17.0-0

Git Clone URL: https://aur.archlinux.org/tlclient.git (read-only, click to copy)
Package Base: tlclient
Description: A remote desktop application
Upstream URL: https://www.cendio.com/thinlinc/download
Keywords: thinlinc
Licenses: custom:cendio
Submitter: Schrottfresse
Maintainer: MichaelTrip
Last Packager: MichaelTrip
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-28 14:39 (UTC)
Last Updated: 2024-08-08 06:54 (UTC)

Latest Comments

1 2 Next › Last »

willov commented on 2024-09-24 06:46 (UTC)

Could you perhaps add the keyword "thinlinc" somewhere in the description, so that this package is easier to search for? Currently, searching AUR for "thinlinc" only shows the server. Thanks!

MichaelTrip commented on 2024-08-08 06:55 (UTC)

Thanks for the reminder. I bumped it to 4.17

justinnichols commented on 2024-08-08 01:18 (UTC)

Any chance we can get a bump to 4.17?

MichaelTrip commented on 2024-04-23 18:26 (UTC)

Bumping to version 4.16

MichaelTrip commented on 2023-08-28 09:57 (UTC)

I have removed i686 support and updated to 4.15.

MichaelTrip commented on 2022-10-20 11:19 (UTC)

Hi,

I removed the python2 requirements and added python-gobject

Phhere commented on 2022-10-20 06:54 (UTC)

Thinlinc migrated to PyGObject and GTK 3.2+ so pygtk and python2 are no longer a requirement

hje commented on 2022-10-03 06:44 (UTC)

Any chance that you could remove the python2 requirement?

MichaelTrip commented on 2022-03-16 19:12 (UTC)

Updated the PKGBUILD

# Maintainer: gilbus <aur at tinkershell dot eu>
# Contributor: Schrottfresse <schrottfresse at gmx dot de>

pkgname=tlclient
pkgver=4.14.0
_buildnr=2324
pkgrel=1
pkgdesc="A remote desktop application"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.cendio.com/thinlinc/download"
license=('custom:cendio')
depends=('python2' 'pygtk' 'openssh' 'libx11' 'alsa-lib' 'zlib')
optdepends=('cups: required for remote printing'
            'python2-ldap: auth against ldap')

source=('tlclient.desktop' 'tlclient.png')
sha256sums=('caa7417fa2f6a530bef2c6ca05f4c8a219ec85add7884fbb7368c0bf18be2988'
            'bb7cdf717ba1ee425be21d6bce245a17f2ba798b7202d9189fc964a408e3208a')
sha256sums_i686=('fc9694675cf2337d7e03b4e28b12e5c26e0054d2693b81166781209bcfa61042')
sha256sums_x86_64=('81b8e54abe184bda88a04dd827d03e85da528bf93f7f457e838c3c4f97616274')
sha256sums_armv7h=('c650dfa3ff45d097d7d8e9408cf8642f3284f1feabc2eceac5ade113f213bf01')

source_x86_64=("https://www.cendio.com/downloads/clients/tl-$pkgver-$_buildnr-client-linux-dynamic-x86_64.tar.gz")

source_i686=("https://www.cendio.com/downloads/clients/tl-$pkgver-$_buildnr-client-linux-dynamic-i686.tar.gz")

source_armv7h=("https://www.cendio.com/downloads/clients/tl-$pkgver-$_buildnr-client-linux-dynamic-armhf.tar.gz")

package() {
  local dir_suffix=$CARCH
  if [[ $CARCH == 'armv7h' ]]; then
    dir_suffix=armhf
  fi
  cd $srcdir/tl-$pkgver-$_buildnr-client-linux-dynamic-$dir_suffix

  install -Dm644 "lib/tlclient/EULA.txt" "$pkgdir/usr/share/licenses/$pkgname/EULA.txt"
  install -m644 "lib/tlclient/open_source_licenses.txt" "$pkgdir/usr/share/licenses/$pkgname/open_source_licenses.txt"

  cp -R lib "$pkgdir/usr/"

  install -Dm644 "etc/tlclient.conf" "$pkgdir/etc/tlclient.conf"
  install -Dm755 "bin/tlclient" "$pkgdir/usr/bin/tlclient"
  install -Dm755 "bin/tlclient-openconf" "$pkgdir/usr/bin/tlclient-openconf"

  install -Dm644 "../tlclient.desktop" "$pkgdir/usr/share/applications/tlclient.desktop"
  install -Dm644 "../tlclient.png" "$pkgdir/usr/share/$pkgname/tlclient.png"
}

donpicoro commented on 2019-04-16 08:56 (UTC)

Hi gilbus,

There is one file that doesn't pass the checksum test and the building fails. It is easy to fix on the users side but it is nicer when the PKGBUILD 'just works'.

Cheers,