[aur-requests] [PRQ#28038] Merge Request for tlclient
MichaelTrip [1] filed a merge request for tlclient [2]: New PKGBUILD, fixed versioning and sha256 sums. # Maintainer: gilbus <aur at tinkershell dot eu> # Contributor: Schrottfresse <schrottfresse at gmx dot de> pkgname=tlclient pkgver=4.13.0 _buildnr=2172 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=('2d444774f5a4c54b4c668b2c219924f06995e608de522fbf899bf2044471d7d4') sha256sums_x86_64=('4c2106fbf1df6ddbac55beebcfc801260f7e77a682621e25bf9e2d355a7bf1d6') sha256sums_armv7h=('48e3f929664d1469799da287098149258e6475632c16892031e5621dd8cba8aa') 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" } [1] https://aur.archlinux.org/account/MichaelTrip/ [2] https://aur.archlinux.org/pkgbase/tlclient/
Request #28038 has been rejected by alerque [1]: This is not the place to post patches. In this case "merge" regquest are to merge two packages together. Please email the maintainer, post a link to your patch in the comments, or if they are not responding file an orphan request. [1] https://aur.archlinux.org/account/alerque/
participants (1)
-
notify@aur.archlinux.org