Skip to content

Commit

Permalink
x11-misc/rofi-emoji: new package, add 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
  • Loading branch information
mathsaey committed Jun 28, 2024
1 parent 470a2ab commit 2a42fb4
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-misc/rofi-emoji/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST rofi-emoji-3.3.0.tar.gz 371365 BLAKE2B 7132c287f87c97a64ee7da2ce39352541e2bf8dc17c5fb3ae38c5de3be353b5aaca0ad13be8e2ab71d760d98d6cb957d96b815cff9582d1317d7fd2c290a1f96 SHA512 60d0904ec2099e2651441177a735536d11f13dacd6cafe8ec0bbc14b707b237d807f2655fea05f842d86d74bb1957a00a089b1119c3f7c8fb2b0a5d944ddad72
11 changes: 11 additions & 0 deletions x11-misc/rofi-emoji/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mathijs@mathsaey.be</email>
<name>Mathijs Saey</name>
</maintainer>
<upstream>
<remote-id type="github">Mange/rofi-emoji</remote-id>
</upstream>
</pkgmetadata>
46 changes: 46 additions & 0 deletions x11-misc/rofi-emoji/rofi-emoji-3.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 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="X wayland"

DEPEND="
wayland? (
gui-apps/rofi-wayland
)
X? (
x11-misc/rofi
)
"
RDEPEND="
${DEPEND}
wayland? (
gui-apps/wl-clipboard
gui-apps/wtype
)
X? (
|| ( x11-misc/xsel x11-misc/xclip x11-misc/copyq )
x11-misc/xdotool
)
"

src_prepare() {
default
eautoreconf -i
}

src_install() {
default
find "${ED}" -name '*.la' -delete || die
}

0 comments on commit 2a42fb4

Please sign in to comment.