diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-22 23:17:04 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-22 23:36:43 +0200 |
commit | 2e113299d8f3529171e740983b53c7bd7b703557 (patch) | |
tree | fbc4c92a026bd6078199e232c2659850c8796a4b /gui-libs | |
parent | package.mask: Last rite dev-lua/luvit (diff) | |
download | gentoo-2e113299d8f3529171e740983b53c7bd7b703557.tar.gz gentoo-2e113299d8f3529171e740983b53c7bd7b703557.tar.bz2 gentoo-2e113299d8f3529171e740983b53c7bd7b703557.zip |
gui-libs/amtk: New package for devhelp and gnome-latex
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/amtk/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/amtk/amtk-5.0.0.ebuild | 33 | ||||
-rw-r--r-- | gui-libs/amtk/metadata.xml | 8 |
3 files changed, 42 insertions, 0 deletions
diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest new file mode 100644 index 000000000000..933a06b48e45 --- /dev/null +++ b/gui-libs/amtk/Manifest @@ -0,0 +1 @@ +DIST amtk-5.0.0.tar.xz 368524 BLAKE2B dae5e6c832fd0cb94a7afa0524a9ce863f72023a3648b01004c834f6a17fa285ccbe4d3ec87b54101b4fa644c3530ec6f4faebf3fa971ef201a4e6455a3fff54 SHA512 86433a7b314bfbdd00cd53a7223561645b0ebd40ec519f97b61e8df073b88c76425182ad71a49794090a51eddf68b81f4c7d88c4bf6a618311aa92908f5bea73 diff --git a/gui-libs/amtk/amtk-5.0.0.ebuild b/gui-libs/amtk/amtk-5.0.0.ebuild new file mode 100644 index 000000000000..c271bebf0172 --- /dev/null +++ b/gui-libs/amtk/amtk-5.0.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications" +HOMEPAGE="https://wiki.gnome.org/Projects/Amtk" + +LICENSE="LGPL-2.1+" +SLOT="5" +KEYWORDS="~amd64" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.52:2 + >=x11-libs/gtk+-3.22:3 + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${DEPEND} + >=sys-devel/gettext-0.19.4 + >=dev-util/gtk-doc-am-1.25 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + --disable-gtk-doc \ + --disable-installed-tests \ + $(use_enable introspection) \ + --disable-valgrind +} diff --git a/gui-libs/amtk/metadata.xml b/gui-libs/amtk/metadata.xml new file mode 100644 index 000000000000..39980802b1da --- /dev/null +++ b/gui-libs/amtk/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata> |