Package Details: trillian 6.3.0.1-2

Git Clone URL: https://aur.archlinux.org/trillian.git (read-only, click to copy)
Package Base: trillian
Description: A commercial, multi-protocol and cross-platform IM client
Upstream URL: https://trillian.im
Keywords: im
Licenses: LicenseRef-Proprietary
Submitter: mariusn
Maintainer: mwawrzyniak (willfully_obtuse, txtsd)
Last Packager: txtsd
Votes: 16
Popularity: 0.000001
First Submitted: 2013-10-09 08:12 (UTC)
Last Updated: 2024-11-17 03:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Stitchless commented on 2015-08-03 09:07 (UTC)

I added that libzip check. Something I was wary to do when I took it over, but I guess as long as it has a safe check... I changed it to a -f check though just in case a user has for some reason got a regular file there and not just a symlink.

cyrevolt commented on 2015-08-03 00:53 (UTC)

Thanks for the awesome work guys. To fix the issue with libzip, I've added the following to package(): LIBZIP_LINK=/usr/lib/libzip.so.2 if [ ! -L "$LIBZIP_LINK" ]; then mkdir -p $pkgdir/usr/lib ln -s /usr/lib/libzip.so $pkgdir$LIBZIP_LINK fi I guess the /usr/lib can be referred to by a suitable variable though.

Soukyuu commented on 2015-05-20 11:32 (UTC)

After the recent libzip update, trillian won't start, complaining about missing libzip.so.2. I made it work by making a symlink with that name to libzip.so.4.0.0. It's a dirty hack, but at least it now works again... posted in the feedback thread upstream, maybe they'll update.

semi commented on 2015-04-07 11:11 (UTC)

2.0.0.4 https://gist.github.com/f11b02019e11e295d0ef

Soukyuu commented on 2015-02-16 14:44 (UTC)

Just a heads-up: trillian also depends on librsvg, I just ran into a problem on a freshly installed system where trillian would abort with terminate called after throwing an instance of 'Gdk::PixbufError' Which went away after installing librsvg.

Soukyuu commented on 2015-01-26 00:57 (UTC)

Woohoo, finally for non-pro users as well. Thanks for the 2.0.0.1 PKGBUILD, works well.

parashep commented on 2015-01-09 19:03 (UTC)

I'm impatient, here's 2.0.0.1 https://gist.github.com/parashep/233fb25dfbf7c4ba2569

parashep commented on 2014-10-09 22:10 (UTC)

1.2.0.4 https://gist.github.com/parashep/60ff2bdd22ce57887850