x11-apps/xclock: Version bump to 1.2.0

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2026-06-27 17:17:49 -04:00
parent 1284d96185
commit f195967ff5
2 changed files with 20 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xclock-1.1.1.tar.xz 159556 BLAKE2B 5770cc0cf9065eb83b427c63190dae070635eade9410676a343505fc7a9d94098fd8d416384383f5311453a7ec80a0b72e8cb9a86be98eb8275dfd9cc92ba478 SHA512 059ea986bc7537c2796e8855676e8357bd8a7852fbac0839b3f8a9e3ffa088de41bc4e4961973353f0a7b7293366b81bc764d74f3dc4e90e361da06185d976e7
DIST xclock-1.2.0.tar.xz 177848 BLAKE2B 1efe587d53fd0812192ec10352203475d838ed32dc4227df18aa6de3ff73b8505201459fa8673df9fa50292cb20e2d0220b5e77bc041de53b43328610674135e SHA512 acfe4000fc84f511145404ef1f98058d0cdd1d2238942a7a4beaf4781238c2085364e78449418fa46e7957700befeb720efa6f49382e1f8a5759829456d391c2

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xorg-meson
DESCRIPTION="analog / digital clock for X"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
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"