diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-28 15:37:31 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-28 15:37:31 +0000 |
commit | 546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce (patch) | |
tree | 74f61836dce08606a2c1d6f2e62fe0f21cca7752 /xfce-base/xfprint | |
parent | Added ~amd64 keyword, bug #164230 (diff) | |
download | historical-546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce.tar.gz historical-546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce.tar.bz2 historical-546dc82e5ed432000ed2e776ae3f2aaa1b0cc9ce.zip |
Dep fixes, various other fixes
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'xfce-base/xfprint')
-rw-r--r-- | xfce-base/xfprint/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfprint/xfprint-4.4.0.ebuild | 19 |
2 files changed, 14 insertions, 10 deletions
diff --git a/xfce-base/xfprint/ChangeLog b/xfce-base/xfprint/ChangeLog index d07aa21164f7..3a59fc0d160a 100644 --- a/xfce-base/xfprint/ChangeLog +++ b/xfce-base/xfprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfprint # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/ChangeLog,v 1.78 2007/01/25 19:27:44 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/ChangeLog,v 1.79 2007/01/28 15:33:25 welp Exp $ + + 28 Jan 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild: + Dep fixes, various other fixes 25 Jan 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild: fixed deps, removing usage of gnome2-utils, cleanup diff --git a/xfce-base/xfprint/xfprint-4.4.0.ebuild b/xfce-base/xfprint/xfprint-4.4.0.ebuild index fb26e083158a..0f77f683565a 100644 --- a/xfce-base/xfprint/xfprint-4.4.0.ebuild +++ b/xfce-base/xfprint/xfprint-4.4.0.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/xfprint-4.4.0.ebuild,v 1.3 2007/01/25 19:27:44 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/xfprint-4.4.0.ebuild,v 1.4 2007/01/28 15:33:25 welp Exp $ inherit xfce44 xfce44 -DESCRIPTION="Xfce4 Printing System" -LICENSE="BSD" +DESCRIPTION="Printer manager" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -IUSE="debug" +IUSE="debug doc" RDEPEND="net-print/cups - >=dev-libs/glib-2.2 - >=x11-libs/gtk+-2.2 + >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} @@ -24,9 +22,12 @@ RDEPEND="net-print/cups net-libs/gnutls app-text/a2ps" DEPEND="${RDEPEND} - >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}" + dev-util/intltool + doc? ( dev-util/gtk-doc )" # CUPS includes support for LPR -XFCE_CONFIG="--enable-bsdlpr --enable-cups" +XFCE_CONFIG="${XFCE_CONFIG} --enable-bsdlpr --enable-cups" + +DOCS="AUTHORS ChangeLog NEWS README TODO" xfce44_core_package |