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 | |
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')
-rw-r--r-- | x11-apps/xrestop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xrestop/xrestop-0.6.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-apps/xrestop/Manifest b/x11-apps/xrestop/Manifest index 1b42b5205229..535681cd4a77 100644 --- a/x11-apps/xrestop/Manifest +++ b/x11-apps/xrestop/Manifest @@ -1 +1,2 @@ DIST xrestop-0.5.tar.bz2 135537 BLAKE2B cbb58870ff16148a34468231478c723fc41932c1e17156304a1885b52c17d870339c88bc4acde16d28cdd22cb227c2190b6b33bd472b047a82261924e681c889 SHA512 f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d +DIST xrestop-0.6.tar.xz 125128 BLAKE2B 59424d3a1d2aa0b41b55c901686c032bcddbed167474e6a759705024bf017b6bfdad7ef9263609c14ab4db8ca087357cbc66f9c39f80a70b9740f4c2a2fe07b7 SHA512 bc46aa1f0664961a42a2ed1f204c3c3959429805936fcdd91a2bdbb7c46d8a19a213c9997f7d2365948220bdbc6d39ea654c5085baf6f7309540445877b62e3b 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" |