summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-04-18 05:29:11 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-04-18 05:29:11 +0000
commita57395682a71f175dc21b902b36115f32a8eb0a1 (patch)
tree852d9fc59041d080531b63de05544731e730178e /xfce-base
parentBugfix release of xfce4. (Manifest recommit) (diff)
downloadgentoo-2-a57395682a71f175dc21b902b36115f32a8eb0a1.tar.gz
gentoo-2-a57395682a71f175dc21b902b36115f32a8eb0a1.tar.bz2
gentoo-2-a57395682a71f175dc21b902b36115f32a8eb0a1.zip
Bugfix release of xfce4.
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/xfce4-base/ChangeLog7
-rw-r--r--xfce-base/xfce4-base/files/digest-xfce4-base-4.0.50
-rw-r--r--xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild40
-rw-r--r--xfce-base/xffm/ChangeLog7
-rw-r--r--xfce-base/xffm/files/digest-xffm-4.0.51
-rw-r--r--xfce-base/xffm/xffm-4.0.5.ebuild40
-rw-r--r--xfce-base/xfwm4/ChangeLog7
-rw-r--r--xfce-base/xfwm4/files/digest-xfwm4-4.0.51
-rw-r--r--xfce-base/xfwm4/xfwm4-4.0.5.ebuild38
9 files changed, 138 insertions, 3 deletions
diff --git a/xfce-base/xfce4-base/ChangeLog b/xfce-base/xfce4-base/ChangeLog
index 2d5ed73e5149..5c41c3609636 100644
--- a/xfce-base/xfce4-base/ChangeLog
+++ b/xfce-base/xfce4-base/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xfce4-base
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/ChangeLog,v 1.18 2004/04/17 21:17:04 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/ChangeLog,v 1.19 2004/04/18 05:26:53 bcowan Exp $
+
+*xfce4-base-4.0.5 (18 Apr 2004)
+
+ 18 Apr 2004; Brad Cowan <bcowan@gentoo.org> xfce4-base-4.0.5.ebuild:
+ Bugfix release of xfce4.
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xfce4-base-4.0.0.ebuild,
xfce4-base-4.0.1.ebuild, xfce4-base-4.0.2.ebuild, xfce4-base-4.0.3.ebuild,
diff --git a/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.5 b/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.5
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.5
diff --git a/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild b/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild
new file mode 100644
index 000000000000..6d2d722558aa
--- /dev/null
+++ b/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-4.0.5.ebuild,v 1.1 2004/04/18 05:26:53 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() {
+ 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/xffm/ChangeLog b/xfce-base/xffm/ChangeLog
index 04abc657c451..963c40ae0692 100644
--- a/xfce-base/xffm/ChangeLog
+++ b/xfce-base/xffm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xffm
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/ChangeLog,v 1.21 2004/04/17 21:17:04 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/ChangeLog,v 1.22 2004/04/18 05:29:11 bcowan Exp $
+
+*xffm-4.0.5 (18 Apr 2004)
+
+ 18 Apr 2004; Brad Cowan <bcowan@gentoo.org> xffm-4.0.5.ebuild:
+ Bugfix release of xfce4.
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xffm-4.0.0.ebuild,
xffm-4.0.1.ebuild, xffm-4.0.2.ebuild, xffm-4.0.3.ebuild, xffm-4.0.4.ebuild:
diff --git a/xfce-base/xffm/files/digest-xffm-4.0.5 b/xfce-base/xffm/files/digest-xffm-4.0.5
new file mode 100644
index 000000000000..043813341176
--- /dev/null
+++ b/xfce-base/xffm/files/digest-xffm-4.0.5
@@ -0,0 +1 @@
+MD5 556af9b2bd6fdf6bf0e644088200a9e7 xffm-4.0.5.tar.gz 1644489
diff --git a/xfce-base/xffm/xffm-4.0.5.ebuild b/xfce-base/xffm/xffm-4.0.5.ebuild
new file mode 100644
index 000000000000..c7ca8e4b208c
--- /dev/null
+++ b/xfce-base/xffm/xffm-4.0.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/xffm-4.0.5.ebuild,v 1.1 2004/04/18 05:29:11 bcowan Exp $
+
+IUSE="samba"
+
+DESCRIPTION="Xfce4 file manager"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="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/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog
index 81a6a77b078c..21504eaf55ef 100644
--- a/xfce-base/xfwm4/ChangeLog
+++ b/xfce-base/xfwm4/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-base/xfwm4
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.23 2004/04/17 21:17:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.24 2004/04/18 05:25:22 bcowan Exp $
+
+*xfwm4-4.0.5 (18 Apr 2004)
+
+ 18 Apr 2004; Brad Cowan <bcowan@gentoo.org> xfwm4-4.0.5.ebuild:
+ Bugfix release of xfce4.
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xfwm4-4.0.0.ebuild,
xfwm4-4.0.1.ebuild, xfwm4-4.0.2.ebuild, xfwm4-4.0.3.ebuild,
diff --git a/xfce-base/xfwm4/files/digest-xfwm4-4.0.5 b/xfce-base/xfwm4/files/digest-xfwm4-4.0.5
new file mode 100644
index 000000000000..e0d47a18672c
--- /dev/null
+++ b/xfce-base/xfwm4/files/digest-xfwm4-4.0.5
@@ -0,0 +1 @@
+MD5 bc061116aec0e4c45aad6d8725e619c5 xfwm4-4.0.5.tar.gz 969742
diff --git a/xfce-base/xfwm4/xfwm4-4.0.5.ebuild b/xfce-base/xfwm4/xfwm4-4.0.5.ebuild
new file mode 100644
index 000000000000..d015ce474d3e
--- /dev/null
+++ b/xfce-base/xfwm4/xfwm4-4.0.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.0.5.ebuild,v 1.1 2004/04/18 05:25:22 bcowan Exp $
+
+IUSE="X"
+
+DESCRIPTION="Xfce4 windowmanager"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="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
+}