Closes: https://bugs.gentoo.org/670230
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="LGPL-2.1"
KEYWORDS="amd64 ~ppc x86"
SLOT="3"
-IUSE="debug doc"
+IUSE="debug"
COMMON_DEPEND="
dev-libs/dbus-glib[${MULTILIB_USEDEP}]
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
- doc? ( app-doc/doxygen )
"
RDEPEND="${COMMON_DEPEND}
!x11-themes/oxygen-gtk:0
}
src_install() {
- if use doc; then
- doxygen Doxyfile || die "Generating documentation failed"
- HTML_DOCS=( doc/html/. )
- fi
-
cmake-multilib_src_install
cat <<-EOF > 99oxygen-gtk3
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="LGPL-2.1"
KEYWORDS="amd64 ~ppc x86"
SLOT="2"
-IUSE="debug doc"
+IUSE="debug"
COMMON_DEPEND="
dev-libs/dbus-glib[${MULTILIB_USEDEP}]
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
- doc? ( app-doc/doxygen )
"
RDEPEND="${COMMON_DEPEND}
!x11-themes/oxygen-gtk:0
}
src_install() {
- if use doc; then
- doxygen Doxyfile || die "Generating documentation failed"
- HTML_DOCS=( doc/html/. )
- fi
-
cmake-multilib_src_install
cat <<-EOF > 99oxygen-gtk2