mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -1 +0,0 @@
|
||||
DIST rofi-emoji-4.1.0.tar.gz 380703 BLAKE2B e6e6b32ff2fb5f38b922cde0a9a3fb757d2abe40965322d15697b7f2c38daf551061fa98019012c34f6bd2aa855a068f17bf1e5042c89aa3be740d3c9963d9d6 SHA512 df97fb569a662af1eaab5d0599b7126d4fa9643e5a71a8fb7aef0d061ba8187398d2504d2d7cf5fff69356568f8eabfa8cb8cb97f0986a9c458098a499faac76
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user