mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
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:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user