summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-03-08 01:26:41 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-03-08 01:26:41 +0000
commit9308d877f09602edf45406d96fab76d3f7d5c315 (patch)
treecb6ef294b147c9e752d97fc4a9389883167d3320 /gnome-base
parentMigrate to EAPI 2 (diff)
downloadgentoo-2-9308d877f09602edf45406d96fab76d3f7d5c315.tar.gz
gentoo-2-9308d877f09602edf45406d96fab76d3f7d5c315.tar.bz2
gentoo-2-9308d877f09602edf45406d96fab76d3f7d5c315.zip
Bump to 2.18.4. Build fixes and translation updates.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libgnomeprintui/ChangeLog8
-rw-r--r--gnome-base/libgnomeprintui/libgnomeprintui-2.18.4.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/gnome-base/libgnomeprintui/ChangeLog b/gnome-base/libgnomeprintui/ChangeLog
index 9053f87e1d97..3d38181e126a 100644
--- a/gnome-base/libgnomeprintui/ChangeLog
+++ b/gnome-base/libgnomeprintui/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/libgnomeprintui
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.141 2009/03/06 15:52:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.142 2009/03/08 01:26:41 eva Exp $
+
+*libgnomeprintui-2.18.4 (08 Mar 2009)
+
+ 08 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +libgnomeprintui-2.18.4.ebuild:
+ Bump to 2.18.4. Build fixes and translation updates.
06 Mar 2009; Brent Baude <ranger@gentoo.org>
libgnomeprintui-2.18.3.ebuild:
diff --git a/gnome-base/libgnomeprintui/libgnomeprintui-2.18.4.ebuild b/gnome-base/libgnomeprintui/libgnomeprintui-2.18.4.ebuild
new file mode 100644
index 000000000000..9be5c48bd8d0
--- /dev/null
+++ b/gnome-base/libgnomeprintui/libgnomeprintui-2.18.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.4.ebuild,v 1.1 2009/03/08 01:26:41 eva Exp $
+
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="User interface libraries for gnome print"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="2.2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="doc"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=gnome-base/libgnomeprint-2.12.1
+ >=gnome-base/libgnomecanvas-1.117
+ >=x11-themes/gnome-icon-theme-1.1.92"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+G2CONF="${G2CONF} --disable-static"