summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew S. Turnbull <sparky@bluefang-logic.com>2022-01-31 22:08:58 -0500
committerSam James <sam@gentoo.org>2022-02-18 02:42:24 +0000
commitaf022f77f6b7889345b54dfa15ed6c8c3b180387 (patch)
tree9a6f221a3c1949f947964db13f49927e8a9e0f68
parentgnome-extra/cinnamon-session: Fix doc install location (diff)
downloadgentoo-af022f77f6b7889345b54dfa15ed6c8c3b180387.tar.gz
gentoo-af022f77f6b7889345b54dfa15ed6c8c3b180387.tar.bz2
gentoo-af022f77f6b7889345b54dfa15ed6c8c3b180387.zip
gnome-extra/nemo: Switch from doc to gtk-doc
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--gnome-extra/nemo/nemo-5.0.4.ebuild8
-rw-r--r--gnome-extra/nemo/nemo-5.2.4.ebuild6
2 files changed, 7 insertions, 7 deletions
diff --git a/gnome-extra/nemo/nemo-5.0.4.ebuild b/gnome-extra/nemo/nemo-5.0.4.ebuild
index 49839c4d1aa3..a64b12d8ae3d 100644
--- a/gnome-extra/nemo/nemo-5.0.4.ebuild
+++ b/gnome-extra/nemo/nemo-5.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="doc exif +nls selinux test tracker xmp"
+IUSE="exif gtk-doc +nls selinux test tracker xmp"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# https://github.com/linuxmint/nemo/issues/2501
@@ -61,7 +61,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
- doc? ( dev-util/gtk-doc )
+ gtk-doc? ( dev-util/gtk-doc )
"
PATCHES=(
@@ -97,7 +97,7 @@ src_configure() {
$(meson_use tracker)
$(meson_use xmp)
$(meson_use selinux)
- $(meson_use doc gtk_doc)
+ $(meson_use gtk-doc gtk_doc)
)
meson_src_configure
}
diff --git a/gnome-extra/nemo/nemo-5.2.4.ebuild b/gnome-extra/nemo/nemo-5.2.4.ebuild
index fd4eee2678d3..1eabe047e65b 100644
--- a/gnome-extra/nemo/nemo-5.2.4.ebuild
+++ b/gnome-extra/nemo/nemo-5.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="doc exif +nls selinux test tracker xmp"
+IUSE="exif gtk-doc +nls selinux test tracker xmp"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# https://github.com/linuxmint/nemo/issues/2501
@@ -61,7 +61,7 @@ BDEPEND="
sys-devel/gettext
virtual/pkgconfig
- doc? ( dev-util/gtk-doc )
+ gtk-doc? ( dev-util/gtk-doc )
"
PATCHES=(
@@ -102,7 +102,7 @@ src_configure() {
$(meson_use tracker)
$(meson_use xmp)
$(meson_use selinux)
- $(meson_use doc gtk_doc)
+ $(meson_use gtk-doc gtk_doc)
)
meson_src_configure
}