diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-29 01:25:46 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-29 01:25:46 +0100 |
commit | 04ac238703da84168e02b06fb131d1d17d85be23 (patch) | |
tree | f32aa3a6b6a6c879a798006535ad544bf888df73 /dev-util/0xtools | |
parent | 6405cba4bf18141460bc9fcb8f5580532d4b46f8 (diff) |
gentoo auto-resync : 29:09:2024 - 01:25:46
Diffstat (limited to 'dev-util/0xtools')
-rw-r--r-- | dev-util/0xtools/0xtools-2.0.3-r2.ebuild (renamed from dev-util/0xtools/0xtools-2.0.3-r1.ebuild) | 6 | ||||
-rw-r--r-- | dev-util/0xtools/Manifest | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/0xtools/0xtools-2.0.3-r1.ebuild b/dev-util/0xtools/0xtools-2.0.3-r2.ebuild index 395a7ccf798a..e6903af81533 100644 --- a/dev-util/0xtools/0xtools-2.0.3-r1.ebuild +++ b/dev-util/0xtools/0xtools-2.0.3-r2.ebuild @@ -52,7 +52,7 @@ src_install() { # C executables and scripts exeinto /usr/bin - doexe bin/{cpumhz,vmtop,xcapture,xtop} + doexe bin/{cpumhz,vmtop,xcapture} doexe bin/{run_xcapture.sh,run_xcpu.sh} # Python executables @@ -73,6 +73,10 @@ src_install() { doins bin/xcapture-bpf.c make_wrapper xcapture-bpf "/lib/${PN}/xcapture/xcapture-bpf" + # There is a upstream command "xtop" that wraps around "xcapture-bpf" + # but its broken because of dynamic path lookup for "xcapture-bpf". + make_wrapper xtop "xcapture-bpf --xtop --clear-screen" + # Service config insinto /etc/default newins xcapture.default xcapture diff --git a/dev-util/0xtools/Manifest b/dev-util/0xtools/Manifest index a0afb203fcfa..116a171edfc0 100644 --- a/dev-util/0xtools/Manifest +++ b/dev-util/0xtools/Manifest @@ -1,4 +1,4 @@ DIST 0xtools-2.0.3.tar.gz 5991280 BLAKE2B 26d71f43a0fbe72d38e675cc525fc91b4a738dd3a99ef6804f8855d15341a423d1b5c54ba9e015bea539d15617393d8994c1415a3ee0b74d2d49e97f6b243586 SHA512 012655d8d12fe5a853ccb9503471893ee09bf0fbbe5d3b3be52b5857cac965be63279546c240748d10d727abc2383b8cf2e91b07ffee69ae509494fb5c5d6767 -EBUILD 0xtools-2.0.3-r1.ebuild 1829 BLAKE2B 383e1378f8acf72c726bf43d4c900dd62e2aac6dd5ca91f08136e40e1f06d3af85d5f0aba61f8fc84e0fbdcc1b1d65c12d2e07c14969a37c2e3e2e611f003efd SHA512 6c7d6713915b9be0eea6cc0ff6e3fe803b4b22e8403822ada5a42f2c2a1e5685cd47342dbab571e935445ed8af8027335b1a73fa2bf1eeaa087db04cd8214f2a +EBUILD 0xtools-2.0.3-r2.ebuild 2021 BLAKE2B af9f18638425e5a160cc8a0d305c7f087215f6f7958395a1072d74e46d1879f5f74800efa36958107839bd957115e9629a1ce45691e7c70f85086b9366ba5d4b SHA512 2985e83d6bb3c3b9cafea4829cd2d192d06b612fa062222fd0b29710ae7192da12b200264dd451668367158b8beb975c01dd89cc1f780a822f3b04551437b280 EBUILD 0xtools-9999.ebuild 1829 BLAKE2B 383e1378f8acf72c726bf43d4c900dd62e2aac6dd5ca91f08136e40e1f06d3af85d5f0aba61f8fc84e0fbdcc1b1d65c12d2e07c14969a37c2e3e2e611f003efd SHA512 6c7d6713915b9be0eea6cc0ff6e3fe803b4b22e8403822ada5a42f2c2a1e5685cd47342dbab571e935445ed8af8027335b1a73fa2bf1eeaa087db04cd8214f2a MISC metadata.xml 1292 BLAKE2B b7e2505d33b7af4424dc4336a7d8d1536ed70f92e4dccccf725a54473b109f7718adac34960b5238753336c6b2da5fd0e49def8ae249509c4b0c9e4bc42a89cf SHA512 0ecf2c2bab2cf03656f980788cf05849c3d2e5905f70753b03f76615da377a5463b3d30decddc3a97eaf83d9bef55e31ce104ca6cd459eb0f116c9edeba0edf2 |