summaryrefslogtreecommitdiff
path: root/gui-apps/somebar/somebar-9999.ebuild
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-28 19:26:32 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-28 19:26:32 -0700
commit9d2886ad31e8240dcec6a56388b9742159dd01a9 (patch)
tree9585c9c200c4174ad0135cdd5b80d4476f731158 /gui-apps/somebar/somebar-9999.ebuild
parentd0f7cc384adcdc29f1749702de4a2fd6e2661213 (diff)
Remove someabr
Diffstat (limited to 'gui-apps/somebar/somebar-9999.ebuild')
-rw-r--r--gui-apps/somebar/somebar-9999.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild
deleted file mode 100644
index 700fa6b..0000000
--- a/gui-apps/somebar/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
-}