mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
gui-apps/somebar: initial import
Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
This commit is contained in:
8
gui-apps/somebar/metadata.xml
Normal file
8
gui-apps/somebar/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cantcuckthis@danwin1210.de</email>
|
||||
<name>Dex Conner</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
38
gui-apps/somebar/somebar-9999.ebuild
Normal file
38
gui-apps/somebar/somebar-9999.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit savedconfig git-r3 meson
|
||||
|
||||
DESCRIPTION="dwm-like bar for dwl"
|
||||
HOMEPAGE="https://git.sr.ht/~raphi/somebar"
|
||||
EGIT_REPO_URI="https://git.sr.ht/~raphi/somebar"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/cairo
|
||||
x11-libs/pango
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
dev-util/wayland-scanner
|
||||
dev-util/meson
|
||||
dev-util/ninja
|
||||
"
|
||||
|
||||
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_install
|
||||
save_config src/config.hpp
|
||||
}
|
||||
Reference in New Issue
Block a user