mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
gui-apps/wlsunset: add 0.3.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
38
gui-apps/wlsunset/wlsunset-0.3.0.ebuild
Normal file
38
gui-apps/wlsunset/wlsunset-0.3.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset"
|
||||
else
|
||||
KEYWORDS="~amd64"
|
||||
SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Day/night gamma adjustments for Wayland"
|
||||
HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
app-text/scdoc
|
||||
"
|
||||
RDEPEND="dev-libs/wayland"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dwerror=false
|
||||
-Dman-pages=enabled
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user