public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/libgnomecups: libgnomecups-0.2.3-r4.ebuild ChangeLog
@ 2014-06-29  9:43 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-06-29  9:43 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/29 09:43:48

  Modified:             ChangeLog
  Added:                libgnomecups-0.2.3-r4.ebuild
  Log:
  Enable multilib support, required for gnome-base/libgnomeprint.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.99                 net-print/libgnomecups/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	1 Jan 2014 21:12:36 -0000	1.98
+++ ChangeLog	29 Jun 2014 09:43:48 -0000	1.99
@@ -1,6 +1,12 @@
 # ChangeLog for net-print/libgnomecups
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v 1.98 2014/01/01 21:12:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v 1.99 2014/06/29 09:43:48 mgorny Exp $
+
+*libgnomecups-0.2.3-r4 (29 Jun 2014)
+
+  29 Jun 2014; Michał Górny <mgorny@gentoo.org>
+  +files/libgnomecups-0.2.3-cups-config.patch, +libgnomecups-0.2.3-r4.ebuild:
+  Enable multilib support, required for gnome-base/libgnomeprint.
 
   01 Jan 2014; Pacho Ramos <pacho@gentoo.org> libgnomecups-0.2.3-r3.ebuild:
   Add missing dependency on gnome-common, bug #496648 by Jan Hrabe



1.1                  net-print/libgnomecups/libgnomecups-0.2.3-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3-r4.ebuild?rev=1.1&content-type=text/plain

Index: libgnomecups-0.2.3-r4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3-r4.ebuild,v 1.1 2014/06/29 09:43:48 mgorny Exp $

EAPI=5
GCONF_DEBUG="yes"
GNOME_TARBALL_SUFFIX="bz2"

inherit autotools eutils gnome2 multilib-minimal

DESCRIPTION="GNOME cups library"
HOMEPAGE="http://www.gnome.org/"

LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="
	>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
	>=net-print/cups-1.7.1-r1[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.28
	gnome-base/gnome-common
	>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
"

src_prepare() {
	epatch "${FILESDIR}"/enablenet.patch

	# Fix .pc file per bug #235013
	epatch "${FILESDIR}"/${P}-pkgconfig.patch

	# Upstream fix for g_list_find_custom() argument order
	epatch "${FILESDIR}/${P}-g_list_find_custom.patch"

	# >=glib-2.31 compat, bug #400789, https://bugzilla.gnome.org/show_bug.cgi?id=664930
	epatch "${FILESDIR}/${P}-glib.h.patch"

	# cups-1.6 compat, bug #428812
	epatch "${FILESDIR}/${P}-cups-1.6.patch"

	# so it looks for cups-config... how about using $CUPS_CONFIG then?
	# and also use AC_PATH_TOOL to respect $CHOST
	epatch "${FILESDIR}/${P}-cups-config.patch"

	eautoreconf # To fix intltool files making LINGUAS to be honored
	gnome2_src_prepare
}

multilib_src_configure() {
	ECONF_SOURCE=${S} \
	gnome2_src_configure --disable-static
}

multilib_src_install() {
	gnome2_src_install
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-29  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29  9:43 [gentoo-commits] gentoo-x86 commit in net-print/libgnomecups: libgnomecups-0.2.3-r4.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox