Search Criteria
Package Details: trillian 6.3.0.1-2
Package Actions
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) |
Dependencies (27)
- atkmm
- cairo (cairo-gitAUR)
- cairomm
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glibmm
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtkmm3
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnotify (libnotify-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- librsvg (librsvg-gitAUR)
- libsecret
- libsigc++
- libx11 (libx11-gitAUR)
- libxss
- libzip (libzip-gitAUR)
- openssl-1.0AUR
- pango (pango-gitAUR)
- pangomm
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- libappindicator-gtk3 (optional) – tray icon support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
Hi-Angel commented on 2018-02-18 13:09 (UTC)
@DefaultSpatula did you try pressing Gnome's shortcut for "fullscreen"? Typically it's Win+f, though not sure about Gnome. It's also possible that you occasionally pressed that shortcut, and the compositor remembered the state, so every time you were opening the app, it was restoring the last window state.
DefaultSpatula commented on 2018-02-18 13:01 (UTC)
An FYI that might save someone out there a headache or two: I don't know which package update or random sequence of events caused it, but one day Trillian's chat window decided to go fullscreen on me. Under Gnome, Trillian doesn't provide a fullscreen button on the UI so it shouldn't have been possible for it to go fullscreen and I had no way to undo it.
My solution was to use v0.23 of devilspie and the "unfullscreen" option like so: https://pastebin.com/yYRHdRCB
Devilspie only had to do its thing once and then I deleted the config file as it was no longer needed. Everything's back to normal.
DefaultSpatula commented on 2017-12-16 01:29 (UTC)
@xyon: Congratulations! Thanks for making some time to update this package; I'm sure your life has gotten very busy!
xyon commented on 2017-12-15 14:52 (UTC)
Thanks for the help folks; I've been busy having a baby, so I've not paid much attention to the AUR for a bit. I've updated this with the PKGBUILD supplied by DefaultSpatula.
DefaultSpatula commented on 2017-12-15 14:24 (UTC)
I've been in touch with Kevin about the icu package dependency. They just released v6.1.0.4 yesterday that resolves all those issues. FYI: The libzip library hacks are also no longer needed.
Use this PKGBUILD, folks: https://pastebin.com/DF2P7HGs
Hi-Angel commented on 2017-12-15 08:06 (UTC)
Wow, that seriously screwed up. Ha-ha, I didn't even know comments support some kind of formatting. Well, here's the pastebin then https://pastebin.com/HzyqkHeg
Hi-Angel commented on 2017-12-15 08:04 (UTC)
Sorry, I don't really use trillian (I have it for some short experimental purposes) so can't take over the package; however after recent upgrade I started getting lots of errors with libs of icu package. I noted that trillian was linked to -59 icu version directly, so I was about to make a hacky package for icu-59, but then figured I could as well rather make newer PKGBUILD for trillian and share it. Here it is:
Original Maintainer: mariusn marius@softpedia.com
Previous Maintainer: HanFox <hanfox.co.uk></hanfox.co.uk>
Maintainer: Xyon admin@jbladen.co.uk
Contributor: Doug Newgard scimmia22@outlook.com
pkgname=trillian pkgver=6.1.0.4 pkgrel=1 pkgdesc="A commercial, multi-protocol and cross-platform IM client" arch=('x86_64') url="https://www.trillian.im" license=('Proprietary') depends=('gtkmm3' 'libzip' 'openssl' 'webkitgtk' 'libnotify' 'libpulse' 'libxss' 'librsvg') optdepends=('libappindicator-gtk3: tray icon support') install='trillian.install'
source_x86_64=("https://www.trillian.im/get/linux/6.1/${pkgname}_${pkgver}_amd64.deb") md5sums_x86_64=('72adfff33c583082b1605270a24577b0')
package() { tar xvf "$srcdir/data.tar.xz" -C "$pkgdir/"
libzip_link=/usr/lib/libzip.so.2 if [ ! -f "$libzip_link" ]; then mkdir -p $pkgdir/usr/lib ln -s /usr/lib/libzip.so $pkgdir$libzip_link fi }
Kisuke-CZE commented on 2017-09-24 16:49 (UTC) (edited on 2017-09-26 11:59 (UTC) by Kisuke-CZE)
realmain commented on 2017-09-23 17:49 (UTC)
Kisuke-CZE commented on 2017-09-08 19:35 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »