Skip to content

Commit

Permalink
x11-apps/xrestop: Version bump to 0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Apr 28, 2023
1 parent a1500ec commit b41bfa9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-apps/xrestop/Manifest
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions x11-apps/xrestop/xrestop-0.6.ebuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b41bfa9

Please sign in to comment.