Package Details: emoji-keyboard-edam-git r38.af418a0-2

Git Clone URL: https://aur.archlinux.org/emoji-keyboard-edam-git.git (read-only, click to copy)
Package Base: emoji-keyboard-edam-git
Description: Virtual keyboard-like emoji picker for Linux (edam's fork).
Upstream URL: https://github.com/edam/emoji-keyboard
Keywords: emoji keyboard picker virtual
Licenses: GPL3
Conflicts: emoji-keyboard, emoji-keyboard-git
Provides: emoji-keyboard
Submitter: liljaylj
Maintainer: None
Last Packager: ChrisLane
Votes: 2
Popularity: 0.000000
First Submitted: 2018-05-20 00:18 (UTC)
Last Updated: 2018-11-22 10:53 (UTC)

Required by (0)

Sources (1)

Latest Comments

ChrisLane commented on 2019-11-13 16:01 (UTC)

@kirk, that's because it's built from source, not a static release.

kirk commented on 2019-11-13 15:38 (UTC)

Why is the md5sums skipped in PKGBUILD?

source=("${pkgname%-git}::git+https://github.com/edam/emoji-keyboard.git#branch=master") md5sums=('SKIP')

Score_Under commented on 2019-04-04 11:54 (UTC)

I get this when building:

==> Starting package()...
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from lib.emoji_shared import version
  File "/build/emoji-keyboard-edam-git/src/emoji-keyboard-edam/lib/emoji_shared.py", line 9, in <module>
    gi.require_version('Gdk', '3.0')
  File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available

Probably missing a dependency?