From 7686768e4a28d567868068fa2612f68fedd487af Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sun, 28 Jun 2026 19:04:00 -0700 Subject: Consolidated somebar, was in the wrong place --- gui-apps/somebar-9999.ebuild | 41 ------------------------------------ gui-apps/somebar/somebar-9999.ebuild | 3 ++- 2 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 gui-apps/somebar-9999.ebuild diff --git a/gui-apps/somebar-9999.ebuild b/gui-apps/somebar-9999.ebuild deleted file mode 100644 index 700fa6b..0000000 --- a/gui-apps/somebar-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit savedconfig git-r3 meson - -DESCRIPTION="Fork of the dwm-like bar for dwl" -HOMEPAGE="https://codeberg.org/csobczak/somebar" -EGIT_REPO_URI="https://codeberg.org/csobczak/somebar" -EGIT_BRANCH="csobczak" - -LICENSE="MIT" -SLOT="0" - -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/wayland - x11-libs/cairo - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - dev-util/wayland-scanner -" - -src_prepare() { - default - use savedconfig && restore_config src/config.hpp - [[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp -} - -src_install() { - meson_src_install - save_config src/config.hpp -} diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild index da06bb5..700fa6b 100644 --- a/gui-apps/somebar/somebar-9999.ebuild +++ b/gui-apps/somebar/somebar-9999.ebuild @@ -5,13 +5,14 @@ EAPI=8 inherit savedconfig git-r3 meson -DESCRIPTION="Fork of dwm-like bar for dwl" +DESCRIPTION="Fork of the dwm-like bar for dwl" HOMEPAGE="https://codeberg.org/csobczak/somebar" EGIT_REPO_URI="https://codeberg.org/csobczak/somebar" EGIT_BRANCH="csobczak" LICENSE="MIT" SLOT="0" + KEYWORDS="~amd64" RDEPEND=" -- cgit v1.2.3