# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Kit-Cat xclock"
HOMEPAGE="https://github.com/BarkyTheDog/catclock"
EGIT_REPO_URI="https://github.com/BarkyTheDog/catclock"
# MIT-open-group is covered by MIT: https://bugs.gentoo.org/298556
LICENSE="MIT"
SLOT="0"
PATCHES=(
"${FILESDIR}/Makefile.patch"
)
RDEPEND="x11-libs/libX11
x11-libs/libXmu
x11-libs/libXrender
x11-libs/libXft
x11-libs/libxkbfile
x11-libs/motif
x11-libs/libXaw"
DEPEND="${RDEPEND}
x11-base/xorg-proto"