Package Details: typecatcher 0.4-6

Git Clone URL: https://aur.archlinux.org/typecatcher.git (read-only, click to copy)
Package Base: typecatcher
Description: Download Google webfonts for off-line use
Upstream URL: https://github.com/andrewsomething/typecatcher
Licenses: GPL-3.0-only
Submitter: chelqo
Maintainer: alerque
Last Packager: alerque
Votes: 28
Popularity: 0.000000
First Submitted: 2012-11-17 17:04 (UTC)
Last Updated: 2024-12-23 15:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

alerque commented on 2018-06-20 13:03 (UTC)

@infomaniac50 I'm sorry I actually did this update a long time ago but apparently forgot to push. I have updated the package now. Note that this is not a VCS package though so I'm using the release tarball not git. Since you were using the tag anyway that wasn't accomplishing anything other than killing the checksum and making the version complex.

infomaniac50 commented on 2018-05-01 01:12 (UTC) (edited on 2018-05-04 05:53 (UTC) by infomaniac50)

I have version 0.3 working. Here is my PKGBUILD repo https://github.com/infomaniac50/aur-typecatcher. This PKGBUILD clones the source directly from Github.

I forgot to mention that even though it clones from Github my PKGBUILD still uses the 0.3 tag.

kemuel commented on 2017-12-21 08:38 (UTC) (edited on 2017-12-21 08:40 (UTC) by kemuel)

Version 0.3 is out - and development moved to github so shouldn't the download link be from there? the webkitgtk library is a legacy one and has been replaced by webkit2gtk.

Changing to version 0.3 and webkit2gtk in PKGBUILD made this package work wonderfully at least on my box.

Updated PKGBUILD here: https://pastebin.com/raw/Yg5XJhVW

CaptainJellyfish commented on 2017-07-02 12:42 (UTC)

Same error like @chelqo here.

chelqo commented on 2017-06-10 17:06 (UTC)

I've been denying this package for weeks, but I can not get it to work on Arch. These are the errors that appear to me when running it, I will thank you for guidance and / or corrections: /usr/lib/python3.6/site-packages/typecatcher_lib/helpers.py:23: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, Gio /usr/lib/python3.6/site-packages/typecatcher/TypeCatcherWindow.py:20: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded. from gi.repository import WebKit Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/typecatcher_lib/Application.py", line 30, in on_activate self.window = TypeCatcherWindow.TypeCatcherWindow() File "/usr/lib/python3.6/site-packages/typecatcher_lib/Window.py", line 49, in __new__ new_object.finish_initializing(builder) File "/usr/lib/python3.6/site-packages/typecatcher/TypeCatcherWindow.py", line 43, in finish_initializing self.fonts = FindFonts() File "/usr/lib/python3.6/site-packages/typecatcher/FindFonts.py", line 27, in FindFonts fonts = process_json(data) File "/usr/lib/python3.6/site-packages/typecatcher/FindFonts.py", line 50, in process_json json_data = json.loads(data, "utf-8") TypeError: loads() takes 1 positional argument but 2 were given

jenrik commented on 2016-03-05 14:56 (UTC)

Dependecy on python2-gobject and webkitgtk3 needs to be added for this package to work

chelqo commented on 2013-08-30 20:13 (UTC)

Cesasol is right, plus yelp depends on webkitgtk2, which is also a dependence on yelp. PKGBUILD updated with corrected dependencies. Regards!

cesasol commented on 2013-08-29 20:48 (UTC)

Please add yelp as a depndency

chelqo commented on 2013-07-22 05:01 (UTC)

Updated package. thanks Alister.Hood!