diff options
author | 2015-06-07 10:42:59 +0000 | |
---|---|---|
committer | 2015-06-07 10:42:59 +0000 | |
commit | 348c80fb73f752b0c3792c5757773fa659577157 (patch) | |
tree | a297771c858478bcdf6baf799800954b29887f81 /gnome-base | |
parent | arm stable, bug #534012 (diff) | |
download | gentoo-2-348c80fb73f752b0c3792c5757773fa659577157.tar.gz gentoo-2-348c80fb73f752b0c3792c5757773fa659577157.tar.bz2 gentoo-2-348c80fb73f752b0c3792c5757773fa659577157.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-menus/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-base/gnome-menus/gnome-menus-3.13.3.ebuild | 48 | ||||
-rw-r--r-- | gnome-base/gnome-menus/metadata.xml | 2 |
3 files changed, 57 insertions, 3 deletions
diff --git a/gnome-base/gnome-menus/ChangeLog b/gnome-base/gnome-menus/ChangeLog index e679d9bae7ad..b30e4c9355cf 100644 --- a/gnome-base/gnome-menus/ChangeLog +++ b/gnome-base/gnome-menus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-menus -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.214 2014/11/13 11:27:41 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/ChangeLog,v 1.215 2015/06/07 10:42:59 pacho Exp $ + +*gnome-menus-3.13.3 (07 Jun 2015) + + 07 Jun 2015; Pacho Ramos <pacho@gentoo.org> +gnome-menus-3.13.3.ebuild, + metadata.xml: + Version bump 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -files/10-xdg-menu-gnome, -files/10-xdg-menu-gnome-r1, diff --git a/gnome-base/gnome-menus/gnome-menus-3.13.3.ebuild b/gnome-base/gnome-menus/gnome-menus-3.13.3.ebuild new file mode 100644 index 000000000000..77750db959da --- /dev/null +++ b/gnome-base/gnome-menus/gnome-menus-3.13.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.13.3.ebuild,v 1.1 2015/06/07 10:42:59 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit eutils gnome2 + +DESCRIPTION="Library for the Desktop Menu fd.o specification" +HOMEPAGE="https://git.gnome.org/browse/gnome-menus" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + +IUSE="+introspection test" + +COMMON_DEPEND=" + >=dev-libs/glib-2.29.15:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) +" +# Older versions of slot 0 install the menu editor and the desktop directories +RDEPEND="${COMMON_DEPEND} + !<gnome-base/gnome-menus-3.0.1-r1:0 +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40 + sys-devel/gettext + virtual/pkgconfig + test? ( dev-libs/gjs ) +" + +src_prepare() { + # Don't show KDE standalone settings desktop files in GNOME others menu + epatch "${FILESDIR}/${PN}-3.8.0-ignore_kde_standalone.patch" + gnome2_src_prepare +} + +src_configure() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" + + # Do NOT compile with --disable-debug/--enable-debug=no + # It disables api usage checks + gnome2_src_configure \ + $(use_enable introspection) \ + --disable-static +} diff --git a/gnome-base/gnome-menus/metadata.xml b/gnome-base/gnome-menus/metadata.xml index dad9001338dc..da6fd63d0085 100644 --- a/gnome-base/gnome-menus/metadata.xml +++ b/gnome-base/gnome-menus/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>gnome</herd> +<herd>gnome</herd> </pkgmetadata> |