Install this version:
emerge -a =x11-misc/rofi-emoji-3.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/rofi-emoji-3.3.0
Or alternatively:
emerge --autounmask-write -a =x11-misc/rofi-emoji-3.3.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.3.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Emoji selector plugin for Rofi"
HOMEPAGE="https://github.com/Mange/rofi-emoji"
SRC_URI="https://github.com/Mange/rofi-emoji/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="wayland"
DEPEND="
!wayland? ( x11-misc/rofi )
wayland? ( gui-apps/rofi-wayland )
"
RDEPEND="
${DEPEND}
!wayland? (
|| ( x11-misc/xsel x11-misc/xclip x11-misc/copyq )
x11-misc/xdotool
)
wayland? (
gui-apps/wl-clipboard
gui-apps/wtype
)
"
src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p x11-misc/rofi-emoji |
euse -E <flag> -p x11-misc/rofi-emoji |
euse -D <flag> -p x11-misc/rofi-emoji
!wayland? ( x11-misc/rofi ) wayland? ( gui-apps/rofi-wayland )
${DEPEND}
!wayland? (
|| ( x11-misc/xsel x11-misc/xclip x11-misc/copyq )
x11-misc/xdotool
)
wayland? (
gui-apps/wl-clipboard
gui-apps/wtype
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rofi-emoji-3.3.0.tar.gz | 371365 bytes | https://github.com/Mange/rofi-emoji/archive/refs/tags/v3.3.0.tar.gz |