Package Details: smile 2.11.0-2

Git Clone URL: https://aur.archlinux.org/smile.git (read-only, click to copy)
Package Base: smile
Description: An emoji picker with custom tags support
Upstream URL: https://mijorus.it/projects/smile/
Licenses: GPL-3.0-or-later
Conflicts: smile-emoji-picker
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 9
Popularity: 0.183453
First Submitted: 2022-04-27 21:29 (UTC)
Last Updated: 2026-02-26 17:19 (UTC)

Latest Comments

yochananmarqos commented on 2026-02-27 17:51 (UTC)

@szybkilukasz: Yes, wl-clipboard is an optional dependency for Wayland.

szybkilukasz commented on 2026-02-27 16:57 (UTC)

Without wl-clipboard I cannot paste any emoji (even with using CTRL + V) so it is not optional dependency. Using Wayland + Gnome on Arch Linux.

yochananmarqos commented on 2025-11-11 16:45 (UTC)

@hchinchilla: The gi module is provided by python-gobject which is already a dependency. Don't mix local and system Python packages.

hchinchilla commented on 2025-11-11 09:44 (UTC) (edited on 2025-11-11 09:44 (UTC) by hchinchilla)

There are missing dependencies:

Traceback (most recent call last):
  File "/usr/bin/smile", line 37, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

palusus commented on 2024-04-05 20:35 (UTC)

You're right. And that was quick, thanks!

yochananmarqos commented on 2024-04-05 19:07 (UTC)

@palusus: This isn't Ubuntu. Arch does not have an option for "either/or" dependencies as far as I know.

Both noto-fonts-emoji and ttf-apple-emoji provide emoji-fonts, so I've switched the dependency.

palusus commented on 2024-04-05 18:43 (UTC) (edited on 2024-04-05 18:44 (UTC) by palusus)

Hello, I had dependency conflict ttf-apple-emoji with noto-fonts-emoji. I tried to swap the dependency and it still works fine.

Could you try and possibly apply something like following patch?

--- old/PKGBUILD  +++ new/PKGBUILD
@@ -7,7 +7,7 @@
 pkgver=2.9.4
 pkgrel=1
 pkgdesc="An emoji picker with custom tags support"
 arch=('any')
 url="https://smile.mijorus.it"
 license=('GPL-3.0-or-later')
-depends=('dbus-python' 'libadwaita' 'noto-fonts-emoji')
+depends=('dbus-python' 'libadwaita' ('noto-fonts-emoji' || 'ttf-apple-emoji'))
 makedepends=('meson')

aljoscha commented on 2023-07-27 10:05 (UTC) (edited on 2023-07-27 10:06 (UTC) by aljoscha)

edit: sorry, commented on the wrong package