summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-12 09:19:10 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-12 09:19:10 -0700
commit1793422768b82d1f6b1328c9204ebaf6f60dd69f (patch)
tree48adba801c2f2dc48e2501154ba84c23cf2d3780 /dev-util/gnome-devel-docs/gnome-devel-docs-40.3.ebuild
parentapp-accessibility/at-spi2-core: Version bump to 2.40.3 (diff)
downloadgentoo-1793422768b82d1f6b1328c9204ebaf6f60dd69f.tar.gz
gentoo-1793422768b82d1f6b1328c9204ebaf6f60dd69f.tar.bz2
gentoo-1793422768b82d1f6b1328c9204ebaf6f60dd69f.zip
dev-util/gnome-devel-docs: Version bump to 40.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gnome-devel-docs/gnome-devel-docs-40.3.ebuild')
-rw-r--r--dev-util/gnome-devel-docs/gnome-devel-docs-40.3.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-40.3.ebuild b/dev-util/gnome-devel-docs/gnome-devel-docs-40.3.ebuild
new file mode 100644
index 000000000000..2ff8d4654ff2
--- /dev/null
+++ b/dev-util/gnome-devel-docs/gnome-devel-docs-40.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2
+
+DESCRIPTION="Documentation for developing for the GNOME desktop environment"
+HOMEPAGE="https://developer.gnome.org/"
+
+LICENSE="FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+BDEPEND="
+ app-text/docbook-xml-dtd:4.1.2
+ app-text/docbook-xml-dtd:4.3
+ dev-libs/libxslt
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_configure() {
+ # Wants to build demo samples
+ gnome2_src_configure ac_cv_path_CC=""
+}