diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-30 23:58:11 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-31 10:48:28 -0400 |
commit | f6202eb44fa1a5b17c14213b2de785fd689255e8 (patch) | |
tree | 2bffc3b3a2221347f9a1b65df93b6c9912e6350e /x11-apps/oclock | |
parent | x11-apps/ico: Version bump to 1.0.6 (diff) | |
download | gentoo-f6202eb44fa1a5b17c14213b2de785fd689255e8.tar.gz gentoo-f6202eb44fa1a5b17c14213b2de785fd689255e8.tar.bz2 gentoo-f6202eb44fa1a5b17c14213b2de785fd689255e8.zip |
x11-apps/oclock: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/oclock')
-rw-r--r-- | x11-apps/oclock/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/oclock/oclock-1.0.5.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest index a4b83a77895b..4a6eca9a0d64 100644 --- a/x11-apps/oclock/Manifest +++ b/x11-apps/oclock/Manifest @@ -1 +1,2 @@ DIST oclock-1.0.4.tar.bz2 132835 BLAKE2B 8547aeb06ac33917d44f318ffaa38bd899b78176e4ecd0e4446706cdcb3fe30933b4a63cc465601268d8d868e90d498c0fc6a27f8c0feb304fb7ca1f44492d4d SHA512 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7 +DIST oclock-1.0.5.tar.xz 126404 BLAKE2B 50bb5e1db1b2d268f1937e4cf9452208c5c1c72d6deeb08ceb7a639b43f7754b643827f757c168c8d9c81a30576b44b11f571fe4f3ac37a99eda01ce1f07d5fb SHA512 a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff diff --git a/x11-apps/oclock/oclock-1.0.5.ebuild b/x11-apps/oclock/oclock-1.0.5.ebuild new file mode 100644 index 000000000000..7f0f39bce887 --- /dev/null +++ b/x11-apps/oclock/oclock-1.0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 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 ~ia64 ~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" |