diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-27 20:20:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-27 20:28:38 -0400 |
commit | b41bfa9881cae4508f90a96dfcfbca693b0a498e (patch) | |
tree | e598ec8754c2b1a7d10c742e34bebee649cfddda /x11-apps/xrestop/xrestop-0.6.ebuild | |
parent | x11-apps/xdpyinfo: Version bump to 1.3.4 (diff) | |
download | gentoo-b41bfa9881cae4508f90a96dfcfbca693b0a498e.tar.gz gentoo-b41bfa9881cae4508f90a96dfcfbca693b0a498e.tar.bz2 gentoo-b41bfa9881cae4508f90a96dfcfbca693b0a498e.zip |
x11-apps/xrestop: Version bump to 0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrestop/xrestop-0.6.ebuild')
-rw-r--r-- | x11-apps/xrestop/xrestop-0.6.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-apps/xrestop/xrestop-0.6.ebuild b/x11-apps/xrestop/xrestop-0.6.ebuild new file mode 100644 index 000000000000..619b7b5fd6d9 --- /dev/null +++ b/x11-apps/xrestop/xrestop-0.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="'Top' like statistics of X11 client's server side resource usage" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + sys-libs/ncurses:= + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXext +" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" +BDEPEND="virtual/pkgconfig" |