gui-apps/wlsunset - 0.2.0 (qsx)

Search

Package Information

Description:
Day/night gamma adjustments for Wayland
Homepage:
https://git.sr.ht/~kennylevinsen/wlsunset
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.0 7 ~amd64 0
View Raw Ebuild
# Copyright 2021 Thomas Schneider <qsx@chaotikum.eu>
# Licensed under the EUPL

EAPI=7

inherit meson

DESCRIPTION="Day/night gamma adjustments for Wayland"

HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlsunset"
SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

SLOT="0"

KEYWORDS="~amd64"

RDEPEND="
	dev-libs/wayland
"
DEPEND="
	${RDEPEND}
	dev-libs/wayland-protocols
"
BDEPEND="
	app-text/scdoc
	dev-util/wayland-scanner
"

src_prepare() {
	default
	sed -i '/werror/d' meson.build || die
}

Dependencies

DEPEND

	
	dev-libs/wayland

	dev-libs/wayland-protocols

RDEPEND

	dev-libs/wayland

BDEPEND

	app-text/scdoc
	dev-util/wayland-scanner

Manifest for 0.2.0

Type File Size Source URLs
DIST wlsunset-0.2.0.tar.gz 12605 bytes https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.2.0.tar.gz