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

gui-apps/wdisplays: add 1.1.1 + live ebuild #109

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
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/wdisplays/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST wdisplays-1.1.1.tar.gz 108810 BLAKE2B a294719c3b8e91642d53e22aaac40c3ddd9a24e2eaef8e8b412905e9a4ef4be7984c0d0c087661d975ec518304020d1f84fc7a6ac4f62f1a5708c73878646818 SHA512 46923592e9fbb5c06c3549c198aedbafd8e0b5a6a82bc11d9d0b4cb0860070000cce18e0aa109932a4e4bee34d9f235660d2ea9d485a8fce146a2755ef62f81d
14 changes: 14 additions & 0 deletions gui-apps/wdisplays/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Jason André Charles Gantner</name>
</maintainer>
<use>
<flag name="scour">Optimize SVG data using <pkg>media-gfx/scour</pkg></flag>
</use>
<upstream>
<remote-id type="github">artizirk/wdisplays</remote-id>
</upstream>
</pkgmetadata>
28 changes: 28 additions & 0 deletions gui-apps/wdisplays/wdisplays-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 2020-2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=7

inherit meson

DESCRIPTION="wdisplays is a wayland app for configuring displays in compositors."
HOMEPAGE="https://github.com/artizirk/wdisplays"
# Original git repo now disappeared
SRC_URI="https://github.com/artizirk/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT GPL-3+ CC0-1.0 CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+scour"

DEPEND="
>=x11-libs/gtk+-3.24[wayland]
media-libs/libepoxy
dev-libs/wayland
"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-libs/wayland-protocols-1.17
dev-util/wayland-scanner
scour? ( media-gfx/scour )
"
25 changes: 25 additions & 0 deletions gui-apps/wdisplays/wdisplays-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2020-2024 Jason André Charles Gantner
# Distributed under the terms of the ISC License

EAPI=8

inherit git-r3 meson

DESCRIPTION="wdisplays is a wayland app for configuring displays in compositors."
HOMEPAGE="https://github.com/artizirk/wdisplays"
EGIT_REPO_URI="https://github.com/artizirk/${PN}.git"

LICENSE="MIT GPL-3+ CC0-1.0 CC-BY-SA-4.0"
SLOT="0"

IUSE="+scour"

DEPEND="
>=x11-libs/gtk+-3.24
media-libs/libepoxy
dev-libs/wayland"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-libs/wayland-protocols-1.17
dev-util/wayland-scanner
scour? ( media-gfx/scour )"