Search Criteria
Package Details: screenkey-git 1.1.r5.g467662b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/screenkey-git.git (read-only, click to copy) |
---|---|
Package Base: | screenkey-git |
Description: | Screencast tool to show your keys inspired by Screenflick, based on key-mon. Active fork with new features. |
Upstream URL: | https://gitlab.com/screenkey/screenkey |
Keywords: | git screenkey |
Licenses: | GPL3 |
Conflicts: | screenkey |
Replaces: | screenkey |
Submitter: | bchretien |
Maintainer: | milkii (tinywrkb) |
Last Packager: | milkii |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-11 16:18 (UTC) |
Last Updated: | 2023-06-06 16:23 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxtst
- python-cairo (python-cairo-gitAUR)
- python-gobject (python-gobject-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-distutils-extra (make)
- python-pip (make)
- python-setuptools (make)
- slop (slop-gitAUR) (optional) – interactive positioning of the output textbox
- ttf-font-awesome (ttf-all-the-iconsAUR, ttf-font-awesome-proAUR) (optional) – multimedia keys symbols
Latest Comments
1 2 3 Next › Last »
milkii commented on 2023-06-06 16:20 (UTC) (edited on 2023-06-06 16:22 (UTC) by milkii)
From the error, you need
python-pip
installed. Edit: possibly other python related things, but we'll see..I'll add to the depends.
gromit commented on 2023-06-06 12:17 (UTC)
Hey, I am getting a build error for this package: https://gist.github.com/christian-heusel/3de0849cf7cd0bc7d2730603864f7396
milkii commented on 2020-12-03 04:57 (UTC)
so do I
hendry commented on 2020-12-02 03:40 (UTC)
RuntimeError: Gtk couldn't be initialized. Use Gtk.init_check() if you want to handle this case.
Wonder what package I am missing.
eschwartz commented on 2020-06-18 21:05 (UTC)
It looks like the upstream git repository may have been retagged or something, and the pkgver() function's removal of "screenkey-" from the beginning of the version should now be removing "v" instead. Please fix, since the pkgver has just gone and downgraded again.
milkii commented on 2020-06-18 18:52 (UTC)
Ah, that wasn't working before, but now it is, without even a clean build. Anyway! Changed pushed, thanks tinywrkb n eli.
tinywrkb commented on 2020-06-18 18:29 (UTC)
@milk you have a line commented out in the build() function. It works perfectly fine for me after removing the hashtag.
milkii commented on 2020-06-18 17:54 (UTC) (edited on 2020-06-18 17:59 (UTC) by milkii)
Working on a new PKGBUILD, got this so far but getting a build error during package().
eschwartz commented on 2020-06-18 14:59 (UTC)
Yeah no. @erikdubois, your "new numbering system" is actually downright spam, you changed something that worked into something that did not work and did not add anything of value whatsoever.
tinywrkb commented on 2020-04-28 11:29 (UTC) (edited on 2020-04-28 11:37 (UTC) by tinywrkb)
A quick update to the PKGBUILD. Built package tested in a clean chroot with X11 forwarding.
edit: Considering this is a python app, the gtk3 and libxtst depends can be moved down to the package() function. But except meta-packages, this is not a common practice so I chose not doing that.
1 2 3 Next › Last »