Skip to content

Commit

Permalink
gui-libs/amtk: Version bump to 5.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Jan 5, 2021
1 parent db20939 commit 14b8104
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui-libs/amtk/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST amtk-5.0.2.tar.xz 368440 BLAKE2B d13498079714612ac775a20032c0684b77c8a2238dad055dba6b87e81c009da22b53cb93df185a10278eedab2857321ee59230488f738064a4fb305345eba345 SHA512 71876430c4e7c19c49170ef6ff8d4c5324f871fd1e02162f33a9249b87f693fa4f4f748ac73d901135d331fee662e5000851e86a00d921da6669319728526136
DIST amtk-5.2.0.tar.xz 381328 BLAKE2B b97a4b27d33bf49a97d585ecbecad04c3f2ea4e08e378d02218be5bf4aed2fe26f260ed1fd1eaa09a5b9f0e30e49901ddf860087fc630794aaa25ecda353b118 SHA512 520c9e762bdef96907320ec8dd4d3a005f262064ee402527c1087652af91c61657868189be8aedb7c0bd17758cf6d7e976da4ce941eb8a54e2d3e10ce55dc9eb
35 changes: 35 additions & 0 deletions gui-libs/amtk/amtk-5.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection"

RDEPEND="
>=dev-libs/glib-2.52:2
>=x11-libs/gtk+-3.22:3
introspection? ( >=dev-libs/gobject-introspection-1.42:= )
"
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-devel/gettext-0.19.6
dev-util/glib-utils
>=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
}

0 comments on commit 14b8104

Please sign in to comment.