diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-19 23:10:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-19 23:10:29 +0100 |
commit | 318828e81fe6707ce5a64e6a59a76d4c0ca709f8 (patch) | |
tree | cc4b7818f7960cb193ad2bf7f7defe71adb3ee47 /x11-plugins/wmcpuload | |
parent | 590c04803f88a968b4a750c0f420eb314e1fe968 (diff) |
gentoo auto-resync : 19:09:2023 - 23:10:29
Diffstat (limited to 'x11-plugins/wmcpuload')
-rw-r--r-- | x11-plugins/wmcpuload/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-plugins/wmcpuload/Manifest b/x11-plugins/wmcpuload/Manifest index 30ec1af2a745..588af7c53c0a 100644 --- a/x11-plugins/wmcpuload/Manifest +++ b/x11-plugins/wmcpuload/Manifest @@ -1,3 +1,4 @@ DIST wmcpuload-1.1.1.tar.gz 167751 BLAKE2B e3e80edbf969a849798ee665e6d8f28a3869f4a6125e99f2e3793d9397574549c8462c53d835d2c18b6817e797bb89d1614a66d7fb84e3241b36ee947b38f0eb SHA512 7271a9216d52a8bc904be9ea401f52b35f0086da4bfc16c76a8348b58818199ecfcf8fb7768fe4d5a1e5cbb986e8d89a92f81f2f1aeea59f84d564607be73b6e +EBUILD wmcpuload-1.1.1-r1.ebuild 462 BLAKE2B 4f8e09f289a32b92ee093c40704f7e25f783148eb4960d3ec5379ef1c78cae0c8bbd37e8eb6b188315b11c03f8117928abb93fdafc6b4ec8d44b56a735e69080 SHA512 399534fd25ad1cbaf907c6fd576dd13174d422a8ddf01d9ccfb597b34428da904edc46f9aff17ce2e926d5080978a57dbbf462fde216fdb72b03b43989a5c82c EBUILD wmcpuload-1.1.1.ebuild 519 BLAKE2B 91ee313221002ab3c1c85955099af97eb9fdf717e2f3457acead420ce9d76769cf8e72be4600d71dec24a3f981d5fa15cd5c8a4a55c03c7ef179024fc6b9404c SHA512 c8f67b538aba4bc29d19c1f755af8629f17af701ec18ddb969062759f61dc535ffc4fd355ac66792c1699046d716973eca64ad6262fe0dcd54ec6711afb9122b MISC metadata.xml 756 BLAKE2B 73a428c0f6a89d6a81e41a6b3805c5fc028429ccd457e3b7b8237ce43d5fe02fc37a5bfb908f059b2a306f2a792732205ace4f0eac5a1c346e573dd62172ce6f SHA512 ad62f9ee7bb47ca4800218fd01575f3895c9eeb63544aa935e0f51de79d07d79b9310a00605856a7401229c3d6b19cbb1df558d1a013f8890c11bc1352fc427b diff --git a/x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild new file mode 100644 index 000000000000..5548af0620e1 --- /dev/null +++ b/x11-plugins/wmcpuload/wmcpuload-1.1.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Dockapp for monitoring CPU usage with a LCD display" +HOMEPAGE="https://www.dockapps.net/wmcpuload" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-libs/libICE" |