diff options
author | Sam James <sam@gentoo.org> | 2022-03-26 00:11:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-26 00:11:55 +0000 |
commit | 07cc334bfc44acd55133f46967e530cc5799e7c9 (patch) | |
tree | 2a185c15f63c96f27d75f8f3392a47bd70a12123 /x11-misc | |
parent | mail-client/neomutt: [QA] fix tc-get* quoting (diff) | |
download | gentoo-07cc334bfc44acd55133f46967e530cc5799e7c9.tar.gz gentoo-07cc334bfc44acd55133f46967e530cc5799e7c9.tar.bz2 gentoo-07cc334bfc44acd55133f46967e530cc5799e7c9.zip |
x11-misc/trayer: use BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/trayer/trayer-1.0-r4.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/x11-misc/trayer/trayer-1.0-r4.ebuild b/x11-misc/trayer/trayer-1.0-r4.ebuild index d83e08e8deda..5afa3ceb9eee 100644 --- a/x11-misc/trayer/trayer-1.0-r4.ebuild +++ b/x11-misc/trayer/trayer-1.0-r4.ebuild @@ -1,27 +1,24 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="Lightweight GTK+ based systray for UNIX desktop" HOMEPAGE="https://sourceforge.net/projects/fvwm-crystal/" SRC_URI="https://sourceforge.net/projects/fvwm-crystal/files/${PN}/${PV}/${P}.tar.gz/download -> ${P}-sourceforge.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -RDEPEND=" - dev-libs/glib:2 +RDEPEND="dev-libs/glib:2 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 - x11-libs/libX11 -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" + x11-libs/libX11" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-dont-include-gdk-pixbuf-xlib.patch |