mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
x11-misc/rofi-emoji: add 3.4.1
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
This commit is contained in:
parent
af8ae94474
commit
f641bb9325
@ -1 +1,2 @@
|
||||
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
|
||||
|
42
x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild
Normal file
42
x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild
Normal file
@ -0,0 +1,42 @@
|
||||
# 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="wayland"
|
||||
|
||||
DEPEND="
|
||||
!wayland? ( x11-misc/rofi )
|
||||
wayland? ( gui-apps/rofi-wayland )
|
||||
"
|
||||
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 -i
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user