diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 02:05:53 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-02-04 02:05:53 +0000 |
commit | f8966591da4d8a49e8a04bcc95e5cc10024c8fcc (patch) | |
tree | 1be9a94618eb373d3e90e63e9b870392e5430c37 /gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild | |
parent | New version (diff) | |
download | gentoo-2-f8966591da4d8a49e8a04bcc95e5cc10024c8fcc.tar.gz gentoo-2-f8966591da4d8a49e8a04bcc95e5cc10024c8fcc.tar.bz2 gentoo-2-f8966591da4d8a49e8a04bcc95e5cc10024c8fcc.zip |
Added the new version
Diffstat (limited to 'gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild')
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild new file mode 100644 index 000000000000..13929543e131 --- /dev/null +++ b/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.2.1.1.ebuild,v 1.1 2003/02/04 02:05:53 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Printer handling for Gnome" +HOMEPAGE="http://www.gnome.org/" +SLOT="2.2" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/pango-1 + >=media-libs/fontconfig-1 + >=media-libs/libart_lgpl-2.3.7 + >=dev-libs/libxml2-2.4.23 + >=media-libs/freetype-2.0.5" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.10 )" + +DOCS="AUTHORS COPYING* ChangeLog* INSTALL NEWS README" |