diff --git a/app-misc/zscroll/Manifest b/app-misc/zscroll/Manifest new file mode 100644 index 0000000..1beb86c --- /dev/null +++ b/app-misc/zscroll/Manifest @@ -0,0 +1 @@ +DIST 2.0.1.tar.gz 42040 BLAKE2B 66f007ebfe4e65ebadb919824aa88d259950303513f2f169fd2ac6ce2b3b3e8ab68e1458870d919efe47bc1795875057ad70e1bf82b43778f93182c199e43b77 SHA512 84227c167e846f3276442dee392c98e03767cff49f6673455dd3e5fbc6f9649023100dcbabe19d3b96a5707ccd81e0e90c039ba3af88e77dc596d86e3a0471b0 diff --git a/app-misc/zscroll/zscroll-2.0.1.ebuild b/app-misc/zscroll/zscroll-2.0.1.ebuild new file mode 100644 index 0000000..f9a9f90 --- /dev/null +++ b/app-misc/zscroll/zscroll-2.0.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{1..12} ) +inherit distutils-r1 +distutils_enable_tests pytest + +DESCRIPTION="A text scroller for panels or terminals" +HOMEPAGE="https://github.com/noctuid/zscroll" +SRC_URI="https://github.com/noctuid/${PN}/archive/refs/tags/${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64" diff --git a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild index 654d171..6a86072 100644 --- a/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild +++ b/x11-wm/dwm-flexipatch/dwm-flexipatch-9999.ebuild @@ -21,7 +21,6 @@ DEPEND=" dev-libs/yajl dev-libs/jsoncpp " -# TODO: Add zscroll package # TODO: Add deadd-notification-center # TODO: Add polybar-dwm-module RDEPEND=" @@ -33,6 +32,7 @@ RDEPEND=" sys-apps/gnome-disk-utility media-sound/playerctl media-sound/pavucontrol + app-misc/zscroll " src_unpack() {