Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gui-apps/sov-0.94 #106

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gui-apps/sov/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST sov-0.94.tar.xz 351424 BLAKE2B 315e49590feb2858190802595dee50f15c81c2142afebc9518f96c2d5b585b6b49083e0d94f4561313e2c5301b00dd64619d9a2bdf3384fd2b6d61dddb36117a SHA512 b7762a338f8f4df3efd4051b3af399c3c6e4da98d3f3931587cc3aabf2f5e1645b6619423eac082d3bee30e562f6b78a43973ab96bc9b9220096b39a3f5d83eb
11 changes: 11 additions & 0 deletions gui-apps/sov/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>jason@gantner.pw</email>
<name>Jason André Charles Gantner</name>
</maintainer>
<upstream>
<remote-id type="github">milgra/sov</remote-id>
</upstream>
</pkgmetadata>
33 changes: 33 additions & 0 deletions gui-apps/sov/sov-0.94.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# SPDX-License-Identifier: GPL-2.0 or ISC
# Copyright 2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=8

inherit meson optfeature

DESCRIPTION="Sway app that shows schemas for all workspaces to make navigation in sway easier"
HOMEPAGE="https://github.com/milgra/sov"
SRC_URI="https://github.com/milgra/${PN}/releases/download/${PV}/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
media-libs/freetype
media-libs/libglvnd
media-libs/libpng
x11-libs/libxkbcommon
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"

pkg_postinst(){
optfeature "upstream recommends installing this font" media-fonts/terminus-font
}
Loading