diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:09:33 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:09:33 +0000 |
commit | 6e4e489774a27e6f2ff15420eab07e70d00c206e (patch) | |
tree | 42c280504c71a10aec0ac09edbe737e3379093a6 /xfce-base | |
parent | x86 and sparc update (diff) | |
download | historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.tar.gz historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.tar.bz2 historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.zip |
Version bump. Bugfix release on stable branch that fixes cropped icons with gtk-2.4 along with many others.
Diffstat (limited to 'xfce-base')
21 files changed, 316 insertions, 7 deletions
diff --git a/xfce-base/xfce4-base/ChangeLog b/xfce-base/xfce4-base/ChangeLog index 742d97fe03be..83b16e4d0abb 100644 --- a/xfce-base/xfce4-base/ChangeLog +++ b/xfce-base/xfce4-base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-base # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/ChangeLog,v 1.25 2004/06/24 21:57:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/ChangeLog,v 1.26 2004/07/12 17:03:01 bcowan Exp $ + +*xfce4-base-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-base-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfce4-base-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 b/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 diff --git a/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild b/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild new file mode 100644 index 000000000000..4550d923dc28 --- /dev/null +++ b/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild,v 1.1 2004/07/12 17:03:01 bcowan Exp $ + +IUSE="" + +DESCRIPTION="XFCE4, a lightweight Desktop Environment" +HOMEPAGE="http://www.xfce.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +DEPEND="=xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + =xfce-base/xfce-mcs-plugins-${PV} + =xfce-base/xfwm4-${PV} + =xfce-base/xfce-utils-${PV} + =xfce-base/xffm-${PV} + =xfce-base/xfdesktop-${PV} + =xfce-base/xfprint-${PV} + >=x11-themes/gtk-engines-xfce-2.1.1 + =xfce-base/xfce4-panel-${PV}" + +src_install() { + #the session scripts now come with the xfce source 04/25/04 + #dodir /etc/X11/Sessions + #echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4 + #fperms 755 /etc/X11/Sessions/XFCE-4 + + #dodir /usr/share/xsessions + #exeinto /usr/share/xsessions + #doexe ${FILESDIR}/XFCE4.desktop + + einfo "This is just a wrapper script to install all the base components of Xfce4" + einfo "Use startxfce4 to initialize. You also might want to emerge the extras" + einfo "like xffm-icons, xfwm4-themes,xfce4-mixer, and xfce4-toys or" + einfo "emerge xfce4 to merge all the base and extras." +} diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog index 84c1cb32352b..150c585dfc76 100644 --- a/xfce-base/xfce4-panel/ChangeLog +++ b/xfce-base/xfce4-panel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-panel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.27 2004/06/24 21:57:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.28 2004/07/12 17:04:27 bcowan Exp $ + +*xfce4-panel-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-panel-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfce4-panel-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.0.6 b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.0.6 new file mode 100644 index 000000000000..3e01f2a2f0d2 --- /dev/null +++ b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.0.6 @@ -0,0 +1 @@ +MD5 c93c010195a8e5fc04bc1295418acbb4 xfce4-panel-4.0.6.tar.gz 1277648 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.0.6.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.0.6.ebuild new file mode 100644 index 000000000000..cbbc141221c2 --- /dev/null +++ b/xfce-base/xfce4-panel/xfce4-panel-4.0.6.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.0.6.ebuild,v 1.1 2004/07/12 17:04:27 bcowan Exp $ + +IUSE="X" + +DESCRIPTION="Xfce4 panel" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + gnome-base/librsvg + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + x11-libs/startup-notification" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + local myconf + myconf="" + + use X && myconf="${myconf} --with-x" + + econf ${myconf} || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} diff --git a/xfce-base/xfce4/ChangeLog b/xfce-base/xfce4/ChangeLog index 4e61dfea3b97..b8c8f1e15699 100644 --- a/xfce-base/xfce4/ChangeLog +++ b/xfce-base/xfce4/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4/ChangeLog,v 1.28 2004/06/24 21:57:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4/ChangeLog,v 1.29 2004/07/12 17:01:45 bcowan Exp $ + +*xfce4-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfce4-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfce4/files/digest-xfce4-4.0.6 b/xfce-base/xfce4/files/digest-xfce4-4.0.6 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/xfce-base/xfce4/files/digest-xfce4-4.0.6 diff --git a/xfce-base/xfce4/xfce4-4.0.6.ebuild b/xfce-base/xfce4/xfce4-4.0.6.ebuild new file mode 100644 index 000000000000..83c974ebfe87 --- /dev/null +++ b/xfce-base/xfce4/xfce4-4.0.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4/xfce4-4.0.6.ebuild,v 1.1 2004/07/12 17:01:45 bcowan Exp $ + +IUSE="" + +DESCRIPTION="XFCE4, a lightweight Desktop Environment" +HOMEPAGE="http://www.xfce.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +DEPEND="=xfce-base/xfce4-base-${PV} + =xfce-extra/xfce4-systray-${PV} + =xfce-extra/xfce4-iconbox-${PV} + >=xfce-extra/xfce4-battery-0.1.1 + =xfce-extra/xfce4-mixer-${PV} + >=xfce-extra/xfce4-systemload-0.3.2 + =xfce-extra/xfce4-themes-${PV} + =xfce-extra/xfce4-toys-${PV} + =xfce-extra/xfce4-trigger-launcher-${PV} + =xfce-extra/xffm-icons-${PV} + =xfce-extra/xfwm4-themes-${PV} + >=xfce-extra/xfce4-showdesktop-0.1.1 + >=xfce-extra/xfce4-minicmd-0.1.1 + >=xfce-extra/xfce4-netload-0.1.3 + =xfce-extra/xfcalendar-0.1.9" + +src_install() { + einfo "This is just a wrapper script to install all the components of Xfce4 and" + einfo "all the extras." +} diff --git a/xfce-base/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog index 0eedb91bc562..25a1a8a60b93 100644 --- a/xfce-base/xfdesktop/ChangeLog +++ b/xfce-base/xfdesktop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfdesktop # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.27 2004/06/24 21:58:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.28 2004/07/12 17:05:42 bcowan Exp $ + +*xfdesktop-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfdesktop-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfdesktop-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 new file mode 100644 index 000000000000..c359192c8e64 --- /dev/null +++ b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 @@ -0,0 +1 @@ +MD5 8f7a87ada82eaa60fb37998553787002 xfdesktop-4.0.6.tar.gz 2134301 diff --git a/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild b/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild new file mode 100644 index 000000000000..28e78edb00c5 --- /dev/null +++ b/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild,v 1.1 2004/07/12 17:05:42 bcowan Exp $ + +IUSE="X" + +DESCRIPTION="Xfce4 desktop" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + local myconf + myconf="" + + use X && myconf="${myconf} --with-x" + + econf ${myconf} || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL COPYING README ChangeLog TODO +} diff --git a/xfce-base/xffm/ChangeLog b/xfce-base/xffm/ChangeLog index 6322c2d43ff3..78cd69bc4138 100644 --- a/xfce-base/xffm/ChangeLog +++ b/xfce-base/xffm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xffm # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/ChangeLog,v 1.27 2004/06/24 21:59:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/ChangeLog,v 1.28 2004/07/12 17:06:59 bcowan Exp $ + +*xffm-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xffm-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xffm-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xffm/files/digest-xffm-4.0.6 b/xfce-base/xffm/files/digest-xffm-4.0.6 new file mode 100644 index 000000000000..2ce9461de260 --- /dev/null +++ b/xfce-base/xffm/files/digest-xffm-4.0.6 @@ -0,0 +1 @@ +MD5 6a48c74f4bc02033299769badb49182a xffm-4.0.6.tar.gz 1708703 diff --git a/xfce-base/xffm/xffm-4.0.6.ebuild b/xfce-base/xffm/xffm-4.0.6.ebuild new file mode 100644 index 000000000000..811f89fe1496 --- /dev/null +++ b/xfce-base/xffm/xffm-4.0.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/xffm-4.0.6.ebuild,v 1.1 2004/07/12 17:06:59 bcowan Exp $ + +IUSE="samba" + +DESCRIPTION="Xfce4 file manager" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + >=dev-libs/dbh-1.0.18" +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + samba? ( net-fs/samba ) + >=dev-libs/dbh-1.0.18" + +src_compile() { + econf || die + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} diff --git a/xfce-base/xfprint/ChangeLog b/xfce-base/xfprint/ChangeLog index e2fcc321d86f..cf40cef4be25 100644 --- a/xfce-base/xfprint/ChangeLog +++ b/xfce-base/xfprint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfprint # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/ChangeLog,v 1.27 2004/06/24 21:59:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/ChangeLog,v 1.28 2004/07/12 17:08:14 bcowan Exp $ + +*xfprint-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfprint-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfprint-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfprint/files/digest-xfprint-4.0.6 b/xfce-base/xfprint/files/digest-xfprint-4.0.6 new file mode 100644 index 000000000000..4ccdad46bf61 --- /dev/null +++ b/xfce-base/xfprint/files/digest-xfprint-4.0.6 @@ -0,0 +1 @@ +MD5 3ab525472bab3eb87146d808d3c17df1 xfprint-4.0.6.tar.gz 447407 diff --git a/xfce-base/xfprint/xfprint-4.0.6.ebuild b/xfce-base/xfprint/xfprint-4.0.6.ebuild new file mode 100644 index 000000000000..16bc2603da78 --- /dev/null +++ b/xfce-base/xfprint/xfprint-4.0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfprint/xfprint-4.0.6.ebuild,v 1.1 2004/07/12 17:08:14 bcowan Exp $ + +IUSE="" + +DESCRIPTION="Printing plugin for XFCE4" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + app-text/a2ps + app-text/psutils + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL COPYING README ChangeLog +} diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog index 684625cdfe99..7fab2ed2bfc6 100644 --- a/xfce-base/xfwm4/ChangeLog +++ b/xfce-base/xfwm4/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfwm4 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.29 2004/06/24 21:59:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.30 2004/07/12 17:09:33 bcowan Exp $ + +*xfwm4-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfwm4-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfwm4-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfwm4/files/digest-xfwm4-4.0.6 b/xfce-base/xfwm4/files/digest-xfwm4-4.0.6 new file mode 100644 index 000000000000..a011cf0bda72 --- /dev/null +++ b/xfce-base/xfwm4/files/digest-xfwm4-4.0.6 @@ -0,0 +1 @@ +MD5 911688ba221bc65e66e15bb87993edec xfwm4-4.0.6.tar.gz 975194 diff --git a/xfce-base/xfwm4/xfwm4-4.0.6.ebuild b/xfce-base/xfwm4/xfwm4-4.0.6.ebuild new file mode 100644 index 000000000000..dd6d5c90e50d --- /dev/null +++ b/xfce-base/xfwm4/xfwm4-4.0.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.0.6.ebuild,v 1.1 2004/07/12 17:09:33 bcowan Exp $ + +IUSE="X" + +DESCRIPTION="Xfce4 windowmanager" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + x11-libs/startup-notification" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + local myconf + myconf="" + + use X && myconf="${myconf} --with-x" + + econf ${myconf} || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} |