summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-07-22 09:16:07 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2024-07-22 09:16:10 +0200
commite89f137b3c06471eec270462adf058465beb6771 (patch)
tree0aeebaf257a56ff685d0cc49f9b98d91cd9be655 /x11-plugins
parentgames-emulation/pcsx2_patches: add note about bumping (diff)
downloadgentoo-e89f137b3c06471eec270462adf058465beb6771.tar.gz
gentoo-e89f137b3c06471eec270462adf058465beb6771.tar.bz2
gentoo-e89f137b3c06471eec270462adf058465beb6771.zip
x11-plugins/wmclockmon: add 1.0.0
Closes: https://bugs.gentoo.org/927862 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmclockmon/Manifest1
-rw-r--r--x11-plugins/wmclockmon/wmclockmon-1.0.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/wmclockmon/Manifest b/x11-plugins/wmclockmon/Manifest
index 25f113ebffa6..d12953b4e7c2 100644
--- a/x11-plugins/wmclockmon/Manifest
+++ b/x11-plugins/wmclockmon/Manifest
@@ -1 +1,2 @@
+DIST wmclockmon-1.0.0.tar.xz 136768 BLAKE2B 2d63a111366e45be3c52cc147fc84833ea7032f984dceb97e071bcff8507d721a4c60ddd3a1254c53b81f7f15d300939f540b79c3d8d9d8351e310b256501a3c SHA512 f414166a124ef94051e91b428fa988fc3eb865f0848078ff66f2c8b69020bbfd14742f97cde8f2919e2d129a505c5e505599efccb9d30ee7dd9a589f2b12bbff
DIST wmclockmon_0.8.1-1.tar.gz 139233 BLAKE2B fef6cc69afe54fc966008097c15ebf08db5dc585e3789f610b5f0d5d550312a6e0a00e5ee07d6e86d5efd78358e00a4d0fa44cd3b7ac69ecd9c7374037be61f4 SHA512 6216737b9df3ba2ec453570c477764b89b386bbaf954abcb5a5dc2e8841b08d4a8b0b9a4b7eaea73af59544a004cd685f15ce5a0cf098e4db29208151e5309a4
diff --git a/x11-plugins/wmclockmon/wmclockmon-1.0.0.ebuild b/x11-plugins/wmclockmon/wmclockmon-1.0.0.ebuild
new file mode 100644
index 000000000000..f2c424a5da28
--- /dev/null
+++ b/x11-plugins/wmclockmon/wmclockmon-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A nice digital clock with 7 different styles either in LCD or LED style"
+HOMEPAGE="https://www.dockapps.net/wmclockmon"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="x11-libs/gtk+:3
+ x11-libs/libXext
+ x11-libs/libX11
+ x11-libs/libXpm"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libXt"
+BDEPEND="virtual/pkgconfig"