gui-apps/rofi-emoji: treeclean

Dup of x11-misc/rofi-emoji
No masking since it was just added and didn't reached master branch

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-01-07 14:34:58 +01:00
parent 68b7f3c21e
commit 31c268eef3
3 changed files with 0 additions and 49 deletions

View File

@@ -1 +0,0 @@
DIST rofi-emoji-4.1.0.tar.gz 380703 BLAKE2B e6e6b32ff2fb5f38b922cde0a9a3fb757d2abe40965322d15697b7f2c38daf551061fa98019012c34f6bd2aa855a068f17bf1e5042c89aa3be740d3c9963d9d6 SHA512 df97fb569a662af1eaab5d0599b7126d4fa9643e5a71a8fb7aef0d061ba8187398d2504d2d7cf5fff69356568f8eabfa8cb8cb97f0986a9c458098a499faac76

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>minyaylo51@gmail.com</email>
<name>Neatink</name>
</maintainer>
<upstream>
<remote-id type="github">fdw/rofimoji</remote-id>
<remote-id type="pypi">rofimoji</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,36 +0,0 @@
# Copyright 2026 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/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
gui-apps/rofi
x11-libs/cairo
dev-libs/glib:2
test? ( dev-libs/check )
"
RDEPEND="${DEPEND}
gui-apps/wtype
gui-apps/wl-clipboard
"
BDEPEND="
virtual/pkgconfig
"
src_prepare() {
default
eautoreconf
}