diff options
Diffstat (limited to 'x11-apps/xclock')
-rw-r--r-- | x11-apps/xclock/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-1.1.0.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xclock/Manifest b/x11-apps/xclock/Manifest index df236cd775bb..96fc52813463 100644 --- a/x11-apps/xclock/Manifest +++ b/x11-apps/xclock/Manifest @@ -1,3 +1,5 @@ DIST xclock-1.0.9.tar.bz2 175372 BLAKE2B 6e19535a357f1ed162de1ae5c403cfde6be03a3be6bebd8b338472473c8da71e00a3e6c52e7b43315735bc41345490a6dacf1b934458d4c11fec09072e2f9b00 SHA512 fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d +DIST xclock-1.1.0.tar.xz 158984 BLAKE2B 26f39053decd25d481db90f8d2d9e854a4d66170d414de6232e48359c57f1865a581740f34419c8ad986e10c6dbe4aea921d4760c9eb33ca6345255552eca3fe SHA512 9456ed43cb8afce4a1f1c4edcb87bfb86f61fb54d1892f26812ed10662c9b8f8c28854934ce4eb981090d500fec0f295ba96df9867dd1685dc5f31202729a1a0 EBUILD xclock-1.0.9.ebuild 483 BLAKE2B 99bea3e93a63617d084c27c01273b5c426998a3ac6f04a0fba03f0adee2d178c734b1be890390025415ffc22b31f982ba370eff32cfbf907281004b149793b0f SHA512 0dd6779fd3530c68e233aae14753d6ddde1c60cdc40d765ad48e364a9b1ac71e4cf88380448dc4e771696c906b5eda6fc9f2442c811449fc7d4c507c76f6c0a5 +EBUILD xclock-1.1.0.ebuild 507 BLAKE2B 0c8bc56f7ac9ab4cd424f91a82cde1301f69cfc9e180c3845a24cefbab3155f76dcfa56fbd1416aac6add5f29fcfad50cb91798e3d873c6b0a739aadb0506000 SHA512 c5d0f7671cdcbeaae4f7fa8afad05cdbdc485e31c4647f83a12f4141226a68913b98b72ac08c950f302c67a1f7d17f3d97ba93696ec05fbf8c7e6a82a45261c9 MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc diff --git a/x11-apps/xclock/xclock-1.1.0.ebuild b/x11-apps/xclock/xclock-1.1.0.ebuild new file mode 100644 index 000000000000..7034dfd5e4fe --- /dev/null +++ b/x11-apps/xclock/xclock-1.1.0.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="analog / digital clock for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXrender + x11-libs/libXft + x11-libs/libxkbfile + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |