diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-04 17:55:54 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-12-04 18:00:15 -0500 |
commit | 601a7fd2108457cf1a2f92bcd275202dd70cd184 (patch) | |
tree | 92bb8f969a7491a11b452d2553fa3b9fede9c0be /x11-apps | |
parent | x11-apps/fslsfonts: Version bump to 1.0.7 (diff) | |
download | gentoo-601a7fd2108457cf1a2f92bcd275202dd70cd184.tar.gz gentoo-601a7fd2108457cf1a2f92bcd275202dd70cd184.tar.bz2 gentoo-601a7fd2108457cf1a2f92bcd275202dd70cd184.zip |
x11-apps/oclock: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/oclock/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/oclock/oclock-1.0.6.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest index 89e3b5e587e5..a686e30b9aed 100644 --- a/x11-apps/oclock/Manifest +++ b/x11-apps/oclock/Manifest @@ -1 +1,2 @@ DIST oclock-1.0.5.tar.xz 126404 BLAKE2B 50bb5e1db1b2d268f1937e4cf9452208c5c1c72d6deeb08ceb7a639b43f7754b643827f757c168c8d9c81a30576b44b11f571fe4f3ac37a99eda01ce1f07d5fb SHA512 a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff +DIST oclock-1.0.6.tar.xz 129580 BLAKE2B 75b808f445bc9195451b10d11a756d5919f6cb9546d21ebf9df5993dca87a3d7c72607d78c9915557d119ee2ac1b8d0184fc94d85e0fe3109dd2d2823d235b5c SHA512 02d062745356ad09e2c5ef22c41f2f5c271e756c6a78cac78d459fdf8e4b107f4f8df1a657e16ecc3ae0c1801c2a913396133ba0628685c9ea4fe359c0d7dcc3 diff --git a/x11-apps/oclock/oclock-1.0.6.ebuild b/x11-apps/oclock/oclock-1.0.6.ebuild new file mode 100644 index 000000000000..31da262d8f12 --- /dev/null +++ b/x11-apps/oclock/oclock-1.0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="round X clock" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXt + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |