summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-03 19:25:45 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-03 19:33:58 -0700
commit12f793825685a3e7a59afc5d3a59f8166d9d70d1 (patch)
treed4c6dc64b59e6a792f9f825b895d6834d16c315c /x11-apps/xclock/xclock-1.1.0.ebuild
parentx11-apps/setxkbmap: Version bump to 1.3.3 (diff)
downloadgentoo-12f793825685a3e7a59afc5d3a59f8166d9d70d1.tar.gz
gentoo-12f793825685a3e7a59afc5d3a59f8166d9d70d1.tar.bz2
gentoo-12f793825685a3e7a59afc5d3a59f8166d9d70d1.zip
x11-apps/xclock: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xclock/xclock-1.1.0.ebuild')
-rw-r--r--x11-apps/xclock/xclock-1.1.0.ebuild20
1 files changed, 20 insertions, 0 deletions
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"