Package Details: tlclient 4.15.0-3

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: 2023-08-28 10:02 (UTC)

Latest Comments

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,

gilbus commented on 2018-07-24 21:06 (UTC)

First time pushing something to aur, please let me know if i did anything wrong (:

srhathorn commented on 2018-05-11 15:26 (UTC) (edited on 2018-05-11 15:26 (UTC) by srhathorn)

Changing the following in PKGBuild allows for updating to 4.9.0

pkgver=4.9.0

_buildnr=5775

sha256sums_i686=('671d8e0fd7511f8d1101722d81c944dbdda0ac3600ade3032cb3b26312d35e5f')

sha256sums_x86_64=('3e2fae4a4e2901a8061f2b0be94e594241e431bee59b3e77545341e6141c9917')

sha256sums_armv7h=('7bb401a8e6c1225ffa6370a8f457f30e6ec3ffafa8dea9dbec6296b8dd67073d')

m0hamed commented on 2017-04-27 10:18 (UTC)

The new version is also up 4.7.0

vide commented on 2016-09-21 15:39 (UTC) (edited on 2016-09-21 15:40 (UTC) by vide)

Just changing the version to pkgver=4.6.0, replacing 4930 with 5144 and updating the shasums in the PKGBUILD works for me on i686.