Package Details: jome-git r119.409e2fc8-1

Git Clone URL: https://aur.archlinux.org/jome-git.git (read-only, click to copy)
Package Base: jome-git
Description: Jome is a keyboard centric emoji picker desktop application.
Upstream URL: https://github.com/eepp/jome
Licenses: MIT
Submitter: gpol
Maintainer: gpol
Last Packager: gpol
Votes: 2
Popularity: 0.000033
First Submitted: 2019-08-15 16:38 (UTC)
Last Updated: 2023-02-09 20:10 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

coolreader18 commented on 2025-04-19 01:54 (UTC)

It seems like jome is installing to /usr/local instead of /usr. This patch seems to fix it:

diff --git a/PKGBUILD b/PKGBUILD
index 10796a8..b40a041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
     mkdir -p $srcdir/$pkgname/build
     cd $srcdir/$pkgname/build

-    cmake -DCMAKE_BUILD_TYPE=release ..
+    cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr ..
     make
 }

simark commented on 2023-01-26 18:50 (UTC)

When using yay -Syu to update all my packages (including AUR ones), jome-git constantly comes up, although it is up to date:

:: 1 Packages to upgrade. 1 aur/jome-git r119.409e2fc8c26d-1 -> r119.409e2fc8-1

Perhaps it's a problem specific to yay, but I presume it's a discrepancy between the pkgver variable and the pkgver function in jome-git's PKGBUILD.

eepp commented on 2019-11-14 20:10 (UTC)

You don't need Python 3 anymore to build jome.

See README.adoc.