summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-28 15:33:25 +0000
committerPeter Weller <welp@gentoo.org>2007-01-28 15:33:25 +0000
commitc6b2151e92d09caca51cb97c2e3dbb0a4c3e33a3 (patch)
tree24ad14440c1c745bd6d4404c92b1300e5d02f13e /xfce-base/xfprint
parentAdded ~amd64 keyword, bug #164230 (diff)
downloadgentoo-2-c6b2151e92d09caca51cb97c2e3dbb0a4c3e33a3.tar.gz
gentoo-2-c6b2151e92d09caca51cb97c2e3dbb0a4c3e33a3.tar.bz2
gentoo-2-c6b2151e92d09caca51cb97c2e3dbb0a4c3e33a3.zip
Dep fixes, various other fixes
(Portage version: 2.1.2-r4)
Diffstat (limited to 'xfce-base/xfprint')
-rw-r--r--xfce-base/xfprint/ChangeLog5
-rw-r--r--xfce-base/xfprint/xfprint-4.4.0.ebuild19
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