x11-misc/rofi-emoji: add 4.1.0

Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
This commit is contained in:
Mathijs Saey
2025-04-05 01:11:14 +02:00
parent 009bac5180
commit 5f0348de59
2 changed files with 45 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST rofi-emoji-3.3.0.tar.gz 371365 BLAKE2B 7132c287f87c97a64ee7da2ce39352541e2bf8dc17c5fb3ae38c5de3be353b5aaca0ad13be8e2ab71d760d98d6cb957d96b815cff9582d1317d7fd2c290a1f96 SHA512 60d0904ec2099e2651441177a735536d11f13dacd6cafe8ec0bbc14b707b237d807f2655fea05f842d86d74bb1957a00a089b1119c3f7c8fb2b0a5d944ddad72
DIST rofi-emoji-3.4.1.tar.gz 371579 BLAKE2B b07139bb5bac666295da282382c9a41eb91b933a93fcfca8916c65e30739a32864917d3c8ab853330fe1afb318554de9cbce9ea0aef07ce508dea5dfe565bc74 SHA512 1834450848a0dd07448063bd2d074faba93246ff68ffde7df06359f312434551d46b9ce8df6626ff913feff938b8f160eb75bb06d01a406bf1d0803d5e99d220
DIST rofi-emoji-4.1.0.tar.gz 380703 BLAKE2B e6e6b32ff2fb5f38b922cde0a9a3fb757d2abe40965322d15697b7f2c38daf551061fa98019012c34f6bd2aa855a068f17bf1e5042c89aa3be740d3c9963d9d6 SHA512 df97fb569a662af1eaab5d0599b7126d4fa9643e5a71a8fb7aef0d061ba8187398d2504d2d7cf5fff69356568f8eabfa8cb8cb97f0986a9c458098a499faac76

View File

@@ -0,0 +1,44 @@
# 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
}