x11-misc/rofi-emoji - 4.1.0 (spikyatlinux)

Search

Package Information

Description:
Emoji selector plugin for Rofi
Homepage:
https://github.com/Mange/rofi-emoji
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 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="
	dev-libs/glib:2
	x11-libs/cairo[X]
	!wayland? ( >=x11-misc/rofi-1.7.6 )
	wayland? ( >=gui-apps/rofi-wayland-1.7.6 )
"
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
}

USE Flags

Dependencies

DEPEND

	dev-libs/glib:2
	x11-libs/cairo[X]
	!wayland? ( >=x11-misc/rofi-1.7.6 )
	wayland? ( >=gui-apps/rofi-wayland-1.7.6 )

RDEPEND

	
	dev-libs/glib:2
	x11-libs/cairo[X]
	!wayland? ( >=x11-misc/rofi-1.7.6 )
	wayland? ( >=gui-apps/rofi-wayland-1.7.6 )

	!wayland? (
		|| ( x11-misc/xsel x11-misc/xclip x11-misc/copyq )
		x11-misc/xdotool
	)
	wayland? (
		gui-apps/wl-clipboard
		gui-apps/wtype
	)

Manifest for 4.1.0

Type File Size Source URLs
DIST rofi-emoji-4.1.0.tar.gz 380703 bytes https://github.com/Mange/rofi-emoji/archive/refs/tags/v4.1.0.tar.gz