I think you may have forgotten to upload the updated pkgbuild
Search Criteria
Package Details: icaclient 24.11.0.85-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/icaclient.git (read-only, click to copy) |
---|---|
Package Base: | icaclient |
Description: | Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver) |
Upstream URL: | https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html |
Licenses: | LicenseRef-Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 180 |
Popularity: | 0.31 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR)
- libc++abi (libc++abi-modulesAUR, libc++abi-msanAUR)
- libidn11
- libjpeg6-turbo
- libpng12
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR)
- speex (speex-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR) (optional) – for HDXTeams
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – gtk2 selfservice/storefront ui
- xerces-c (optional) – gtk2 configuration manager
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 51 52 53 54 55 56 57 58 Next › Last »
pyther commented on 2013-03-17 15:55 (UTC)
ccoffey commented on 2013-03-17 14:48 (UTC)
I've added your changes.
If anyone is having issues, such as All_Regions.ini not found etc.
cp /opt/Citrix/ICAClient/config/usertemplate/* ~/.ICAClient/
This is all based on 12.1 Receiver. 12.1.5 is available, and 12.1.6 will be pushed soon, but they are not fully public yet. It's rumoured 13 should be out in a few months.
I'd like to overhall this package, but thank you to pyther for doing most of the work so far.
ccoffey commented on 2013-03-17 11:38 (UTC)
I'll intergrate those changes today. I only realised how broken this package was 36 hours ago, so you comment is well timed.
Regarding the multimedia, it's an interesting question.
The rpm and the deb upstream include that setting, but in the tar.gz it is off by default.
pyther commented on 2013-03-16 17:11 (UTC)
@ccoffey
I found the PKGBUILD very difficult to read and didn't like the fact that symlinks were being created in post_install.
I've cleaned up the pkgbuild and moved the post_install logic into the pkgbuild.
https://github.com/pyther/archlinux-pkgs/tree/master/icaclient
I did not move the sed line that turns MultiMedia on, because I believe we should respect upstream whenever possible. However, this can easily be added to the PKGBUILD.
Lastly, I commented out the symlink to /usr/share/ca-certificates/mozilla. In order to successfully connect to my citrix server I need the CA file in the der format. And therefore the CA in /usr/share/ca-certificates/mozilla did not work. If the citrix client accepts the x509 certificates found in /usr/share/ca-certificates/mozilla for most others then it probably makes sense to uncomment the line the pkgbuild.
ccoffey commented on 2013-01-23 16:36 (UTC)
I finally got around to updating this.
Trying a new thing also.
Symlinking /opt/Citrix/ICAClient/keystore/cacerts -> /usr/share/ca-certificates/mozilla
The default certs directory is next to useless to this is a trick I use to work from home.
ccoffey commented on 2012-10-17 16:15 (UTC)
That's really clever! Thanks for the update.
Vryali commented on 2012-10-17 16:11 (UTC)
Manual line you have in your PKGBUILD goes out of date, same problem I used to have before. Posted on the bbs to ask for recommended standard/solution to grabbing the dynamic link and was told to just leave it out of source and put it in manually in the build process. Here's the hack I have that works with the new edge bit in my PKGBUILD (The citrix-receiver package):
...
build() {
# Source array is empty due to the dynamic nature, grabbing it and handling things here...
source="$(wget -qO- 'http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html' | awk -F 'rel=\"' '/linuxx86_/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d')"
cd "${srcdir}"
wget "${source}"
tar zxvf `ls -tr | tail -1`
ccoffey commented on 2012-10-02 17:57 (UTC)
Should be working now. I'll try and come up with a better solution tomorrow though. New version of receiver out soon.
ccoffey commented on 2012-10-02 17:32 (UTC)
Will update the build now.
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine