diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-misc/xrestop |
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r-- | x11-misc/xrestop/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xrestop/files/xrestop-0.4-tinfo.patch | 10 | ||||
-rw-r--r-- | x11-misc/xrestop/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.4.ebuild | 31 |
4 files changed, 55 insertions, 0 deletions
diff --git a/x11-misc/xrestop/Manifest b/x11-misc/xrestop/Manifest new file mode 100644 index 000000000000..b79868cda42a --- /dev/null +++ b/x11-misc/xrestop/Manifest @@ -0,0 +1,6 @@ +AUX xrestop-0.4-tinfo.patch 291 SHA256 625dc01f2595fb92f7713d0231668c2ea0957298c5bbf642e579aad724d866fc SHA512 21993ada033d4ec744b55faa71afd736a99423f12071a64e1445958de979631ce42a908e14ef194e819de98766c92a2c2470b2c88d172879ec5fc4c20212566f WHIRLPOOL 08b348cbb2d4e5936d309d3e53afa75d852be9fa72f341a998658069ab129230d69e99f1ef66b804393534d088523556db4d5522e7618133abe2c1adec7388f0 +DIST xrestop-0.4.tar.gz 92308 SHA256 67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257 SHA512 eb7bf2f3ab7b73708c96d56fd466cb362d711242dd46992fa3e693af2d26995e9baa91075eb445ef227e1342deec5e0e22b37139e80399e4051c9f5cad8fd9b6 WHIRLPOOL 87f3679b529728d4dc16fb5b93e0ef19908c9304bd540d8bc8b7b813da5d43668878592f056c8f849a21b7b7f6ab0c72503e9b0456fec3a1234894bf302b8c09 +EBUILD xrestop-0.4.ebuild 657 SHA256 7a9c83351734fbefdd936b785f4f7f83a1318bb34f3e15c6535fe7faf1ffbb5f SHA512 f02ec8026181ca1dd6404a45418b6c842269e522e9218719ba0eb6d24be08f0607a6733c098e7c21cbdf968b517ce6c4bf72f7a5b427784b29ef3b614ed58965 WHIRLPOOL 5c0480a9804c4305d2c4ccacd75da688d06b66964ec29c75f0e267cec407c9cbe8822c974601fcdcb5354c5dc08a9bd1afc193f35c392f4ef8ce8fd2c029e8c6 +MISC ChangeLog 3242 SHA256 4e302b07c7e549c8303036c971926f9b530e9d52139b4d41852359c2fc238439 SHA512 cbc6bcf590dd60f910221dd342d263e63203875ab1797faec3c8ef5e0f47f9c296f3df2464cbf39c8453ca8b35868473df7fe08dd6b131634a06dd2617261abd WHIRLPOOL 7e18afee80e00b6b43c32ce4caba3c33c2b50859c76cb32373bf9a307ad49c3ad5efb8cc5f5f72719790d291830ab7f1c6a72ecdc30d341586b8cedf477e2628 +MISC ChangeLog-2015 3493 SHA256 5f74378dd677f84541018e7634e225279074cc1d31cfdddcf8333a2e77bee582 SHA512 6f969c458c71f9b4f4a45ba29fb6e72d0f7a8e1c009a4a7df46b4f4166b8ce000b0696fb6c5f92969f7a7b4af85039cfafc497f103c9a68ea554620c3b6759c7 WHIRLPOOL ba1088ac916c7418f78bd6c21cae10b78b2787d1d319efd904d5b0290a3b8997580c16a8f097657157700b55f49725264cb39371c3e548dbe5734f50cfc6eeac +MISC metadata.xml 318 SHA256 218a00bda7df7396b1c9db4fea27cc69073dd039cb1db1e55d34cfd004209500 SHA512 7d56445a5c7fffdc1104633cdd30eafa17588079b8a1f4cb226984b1aad4e41fe84320608681143dc01c5f1ac5f104cf0717e8183164031644220f9c61086a3b WHIRLPOOL 15d65bcdc3289c77c194a26721b45e700d54a771e5a63d29a52d431b1ac8922ee7ddd7ca11b10dbbb72ba3fd70daa5fba7dba875de04362ab9c489e70d9fb895 diff --git a/x11-misc/xrestop/files/xrestop-0.4-tinfo.patch b/x11-misc/xrestop/files/xrestop-0.4-tinfo.patch new file mode 100644 index 000000000000..ef2de121e839 --- /dev/null +++ b/x11-misc/xrestop/files/xrestop-0.4-tinfo.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -65,6 +65,7 @@ + + # check for ncurses, fall back to curses + AC_CHECK_LIB([ncurses], [initscr],,AC_CHECK_LIB([curses], [initscr])) ++AC_SEARCH_LIBS([stdscr], [tinfo]) + + if test "x$GCC" = "xyes"; then + GCC_WARNINGS="-Wall -fno-strict-aliasing" diff --git a/x11-misc/xrestop/metadata.xml b/x11-misc/xrestop/metadata.xml new file mode 100644 index 000000000000..66187a0f4213 --- /dev/null +++ b/x11-misc/xrestop/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>desktop-misc@gentoo.org</email> + <name>Gentoo Desktop Miscellaneous Project</name> + </maintainer> +</pkgmetadata> diff --git a/x11-misc/xrestop/xrestop-0.4.ebuild b/x11-misc/xrestop/xrestop-0.4.ebuild new file mode 100644 index 000000000000..be03d09d0d16 --- /dev/null +++ b/x11-misc/xrestop/xrestop-0.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="'Top' like statistics of X11 client's server side resource usage" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop" +SRC_URI="http://projects.o-hand.com/sources/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ppc sparc x86 ~x86-fbsd" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXres + x11-libs/libXt +" +DEPEND=" + ${RDEPEND} + x11-proto/xproto + virtual/pkgconfig +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-tinfo.patch + eautoreconf +} + +DOCS=( AUTHORS ChangeLog NEWS README ) |