Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/clipmenu/
Date: Fri, 03 Dec 2021 13:02:36
Message-Id: 1638536545.9e3753469b80e223e1cd6b0d141482ff6f820996.juippis@gentoo
1 commit: 9e3753469b80e223e1cd6b0d141482ff6f820996
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 3 12:54:20 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 13:02:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e375346
7
8 x11-misc/clipmenu: update DESCRIPTION
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/clipmenu/clipmenu-6.2.0-r1.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-misc/clipmenu/clipmenu-6.2.0-r1.ebuild b/x11-misc/clipmenu/clipmenu-6.2.0-r1.ebuild
16 index be3e66670c5d..a3194cfe7320 100644
17 --- a/x11-misc/clipmenu/clipmenu-6.2.0-r1.ebuild
18 +++ b/x11-misc/clipmenu/clipmenu-6.2.0-r1.ebuild
19 @@ -5,22 +5,22 @@ EAPI=7
20
21 inherit systemd
22
23 -DESCRIPTION="Clipboard management using dmenu"
24 +DESCRIPTION="Clipboard management"
25 HOMEPAGE="https://github.com/cdown/clipmenu"
26 SRC_URI="https://github.com/cdown/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="Unlicense"
29 SLOT="0"
30 KEYWORDS="amd64 x86"
31 -IUSE="+dmenu rofi fzf"
32 -REQUIRED_USE="?? ( dmenu rofi fzf )"
33 +IUSE="+dmenu fzf rofi"
34 +REQUIRED_USE="?? ( dmenu fzf rofi )"
35
36 RDEPEND="
37 x11-misc/clipnotify
38 x11-misc/xsel
39 dmenu? ( x11-misc/dmenu )
40 - rofi? ( x11-misc/rofi )
41 fzf? ( app-shells/fzf )
42 + rofi? ( x11-misc/rofi )
43 "
44
45 src_prepare() {
46 @@ -49,7 +49,7 @@ src_install() {
47 }
48
49 pkg_postinst() {
50 - if ! use dmenu && ! use rofi && ! use fzf ; then
51 + if ! use dmenu && ! use fzf && ! use rofi ; then
52 ewarn "Clipmenu has been installed without a launcher."
53 ewarn "You will need to set \$CM_LAUNCHER to a dmenu-compatible app for clipmenu to work."
54 ewarn "Please refer to the documents for more info."