diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-07 20:01:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-07 20:01:31 +0000 |
commit | 0f223079454d8a879ea71aaaaa4aedb5658bb7c6 (patch) | |
tree | b6ed32183d5dc7510b75f176d6cfac70159eba55 /gnome-base/libgnome/libgnome-2.32.1-r1.ebuild | |
parent | Drop old (diff) | |
download | historical-0f223079454d8a879ea71aaaaa4aedb5658bb7c6.tar.gz historical-0f223079454d8a879ea71aaaaa4aedb5658bb7c6.tar.bz2 historical-0f223079454d8a879ea71aaaaa4aedb5658bb7c6.zip |
Update ebuild
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'gnome-base/libgnome/libgnome-2.32.1-r1.ebuild')
-rw-r--r-- | gnome-base/libgnome/libgnome-2.32.1-r1.ebuild | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild b/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild index 0cfde6334dce..eece6ff007a8 100644 --- a/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild +++ b/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild,v 1.9 2012/07/15 17:24:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1-r1.ebuild,v 1.10 2015/01/07 20:01:30 pacho Exp $ -EAPI="4" +EAPI="5" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" GNOME_TARBALL_SUFFIX="bz2" @@ -15,38 +15,29 @@ HOMEPAGE="http://library.gnome.org/devel/libgnome/stable/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="branding doc" +IUSE="branding" SRC_URI="${SRC_URI} branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )" -RDEPEND=">=gnome-base/gconf-2 +RDEPEND=" + >=gnome-base/gconf-2 >=dev-libs/glib-2.16:2 >=gnome-base/gnome-vfs-2.5.3 >=gnome-base/libbonobo-2.13 >=dev-libs/popt-1.7 - media-libs/libcanberra" - + media-libs/libcanberra +" DEPEND="${RDEPEND} >=dev-lang/perl-5 + dev-util/gtk-doc-am >=dev-util/intltool-0.40 virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" +" PDEPEND="gnome-base/gvfs" -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-schemas-install - --enable-canberra - --disable-esd" - DOCS="AUTHORS ChangeLog NEWS README" -} - src_prepare() { - gnome2_src_prepare - # Make sure menus have icons. People don't like change epatch "${FILESDIR}/${PN}-2.28.0-menus-have-icons.patch" @@ -55,8 +46,14 @@ src_prepare() { # Default to Adwaita theme over Clearlooks to proper gtk3 support sed -i -e 's/Clearlooks/Adwaita/' schemas/desktop_gnome_interface.schemas.in.in || die - # Drop DEPRECATED flags - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' libgnome/Makefile.* || die + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-static \ + --enable-canberra \ + --disable-esd } src_install() { |