gui-apps/wlogout: revbump

This revision removes the man USE flag: man pages are always built.

See-also: https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0305
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
Mattéo Rossillol‑‑Laruelle
2024-08-06 09:34:46 +02:00
parent f2fd19ee69
commit 76df895a89
2 changed files with 5 additions and 15 deletions

View File

@@ -6,11 +6,10 @@ EAPI=8
inherit meson
DESCRIPTION="A wayland based logout menu"
HOMEPAGE="https://github.com/ArtsyMacaw/wlogout"
HOMEPAGE="https://github.com/ArtsyMacaw/wlogout/"
if [[ "${PV}" = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ArtsyMacaw/wlogout.git"
else
SRC_URI="https://github.com/ArtsyMacaw/wlogout/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
@@ -19,7 +18,6 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="man"
RESTRICT="test"
DEPEND="
@@ -62,7 +60,7 @@ DEPEND="
BDEPEND="
virtual/pkgconfig
man? ( app-text/scdoc )
app-text/scdoc
"
RDEPEND="${DEPEND}"
@@ -75,9 +73,6 @@ DOCS=(
PATCHES=( "${FILESDIR}/${P}-fix-cflags.patch" )
src_configure() {
local emesonargs=(
"$(meson_feature man man-pages)"
)
local emesonargs=( -Dman-pages=enabled )
meson_src_configure
}

View File

@@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/ArtsyMacaw/wlogout"
if [[ "${PV}" = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ArtsyMacaw/wlogout.git"
else
SRC_URI="https://github.com/ArtsyMacaw/wlogout/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
@@ -19,7 +18,6 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="man"
RESTRICT="test"
DEPEND="
@@ -62,7 +60,7 @@ DEPEND="
BDEPEND="
virtual/pkgconfig
man? ( app-text/scdoc )
app-text/scdoc
"
RDEPEND="${DEPEND}"
@@ -75,9 +73,6 @@ DOCS=(
PATCHES=( "${FILESDIR}/${P}-fix-cflags.patch" )
src_configure() {
local emesonargs=(
"$(meson_feature man man-pages)"
)
local emesonargs=( -Dman-pages=enabled )
meson_src_configure
}