Turpial is a lightweight Twitter client. Reproducible: Always
Created attachment 294441 [details] net-misc/turpial ebuild
The ebuild works perfectly for me on amd64.
Updated ebuild for newest stable version 1.6.9. Tarball URL has changed. Also, according to the docs, it depends on dev-python/simplejson to work properly. turpial builds properly on amd64; however, during runtime it complains, "No module named indicate". The problem is that the ebuild for dev-libs/libindicate disables building the python bindings that would build that module. Added dev-libs/libindicate to RDEPENDS regardless. turpial will work despite the above complaint.
Created attachment 325600 [details] Updated ebuild for latest stable release.
Added version 3.0 to the last-hope overlay
(In reply to Justin Lecher from comment #5) > Added version 3.0 to the last-hope overlay Justin, I was looking into this and bumped into this: * ERROR: net-libs/libturpial-1.7.0::sabayon failed (install phase): * Package installs 'tests' package, file collisions likely. Not sure how to correctly fix that.
(In reply to Joost Ruis from comment #6) > (In reply to Justin Lecher from comment #5) > > Added version 3.0 to the last-hope overlay > > Justin, I was looking into this and bumped into this: > > * ERROR: net-libs/libturpial-1.7.0::sabayon failed (install phase): > * Package installs 'tests' package, file collisions likely. > > Not sure how to correctly fix that. you need to remove the tests directory from the installation. Perhaps this commit helps https://github.com/satanas/libturpial/commit/5d1305bc5b1463483ebe823d250617ebd02060fa.patch
Hi, I have the same issue as Joost Ruis in comment 6. No idea how to fix it...
Add fix to the last-hope overlay.
Thanks Justin, installation works now. However to get Turpial to launch, I had to install dev-python/jinja and reinstall dev-python/PyQt4 with the "webkit" use flag. Turpial also says the phonon module is missing, but it seems optional.
+ 12 May 2015; Justin Lecher <jlec@gentoo.org> metadata.xml, turpial-3.0.ebuild: + net-im/turpial: Fix webkit dependency in pyqt4 and add phonon support, bug + #392737 +
I have made live ebuilds for Turpial and libturpial, I hope it’s ok to attach them here. I have removed the webkit-gtk dependency since the Gtk3 UI is commented-out in Turpial’s source code, so Qt4 is always used (unless you use the cmd line UI I guess). See https://github.com/satanas/Turpial/blob/development/turpial/ui/util.py . New features since 3.0 include a dark theme and better display of retweets and pictures (they are inlined instead of showing as a link).
Created attachment 420942 [details] Live ebuild for Turpial.
Created attachment 420944 [details] Live ebuild for libturpial.