summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-23 11:57:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-23 11:57:26 +0000
commita8514466bbeb62dd608c4c6fc4180c84aab8dabc (patch)
tree3c16a9407e643ecc059ca6a107f9daeef751b9f1 /x11-wm
parentversion bump (diff)
downloadhistorical-a8514466bbeb62dd608c4c6fc4180c84aab8dabc.tar.gz
historical-a8514466bbeb62dd608c4c6fc4180c84aab8dabc.tar.bz2
historical-a8514466bbeb62dd608c4c6fc4180c84aab8dabc.zip
version bump
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xpde/Manifest4
-rw-r--r--x11-wm/xpde/files/digest-xpde-0.3.51
-rw-r--r--x11-wm/xpde/xpde-0.3.5.ebuild67
3 files changed, 70 insertions, 2 deletions
diff --git a/x11-wm/xpde/Manifest b/x11-wm/xpde/Manifest
index 9d4fb0ce6661..01abde638883 100644
--- a/x11-wm/xpde/Manifest
+++ b/x11-wm/xpde/Manifest
@@ -1,8 +1,8 @@
MD5 1732a5e21dfe063b230e0b2cacb9e441 xpde-0.3.0.ebuild 1713
MD5 4681cfc9fabd5683858f5368e275e6cd xpde-0.1.1.ebuild 1151
MD5 9e6bdbd267fc73bc7e7a9889c1f87e2b xpde-0.2.0.ebuild 1967
-MD5 d39ee037559fb0f031e5b7ae95875291 ChangeLog 859
-MD5 ed00323f5429481f32542c09c7b43bb9 xpde-0.3.5.ebuild 1716
+MD5 7edd96acc7aa3fff3e10ee9040e74b5b ChangeLog 974
+MD5 33b6bb4d3e5eaeb83bfdf8bdf9478ab6 xpde-0.3.5.ebuild 1717
MD5 974815ed8d41ed47a88ecc145c156d87 files/xpde 149
MD5 f492188cdec083763aeb8db04275fa17 files/digest-xpde-0.1.1 63
MD5 811698afa3cfe3bf5db6d19b3b297571 files/digest-xpde-0.2.0 73
diff --git a/x11-wm/xpde/files/digest-xpde-0.3.5 b/x11-wm/xpde/files/digest-xpde-0.3.5
new file mode 100644
index 000000000000..e9b898cce3dc
--- /dev/null
+++ b/x11-wm/xpde/files/digest-xpde-0.3.5
@@ -0,0 +1 @@
+MD5 846794efbcd1dbf30917e75439050b45 xpde-0.3.5-20030426.tar.gz 9830230
diff --git a/x11-wm/xpde/xpde-0.3.5.ebuild b/x11-wm/xpde/xpde-0.3.5.ebuild
new file mode 100644
index 000000000000..781d6e269290
--- /dev/null
+++ b/x11-wm/xpde/xpde-0.3.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xpde/xpde-0.3.5.ebuild,v 1.1 2003/06/23 11:56:46 seemant Exp $
+
+IUSE=""
+S="${WORKDIR}/${P}"
+DESCRIPTION="A Desktop Environment modelled after the O/S from Redmond, WA"
+HOMEPAGE="http://www.xpde.com/"
+SRC_URI="http://www.xpde.com/releases/${P}-20030426.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 -ppc -sparc -alpha"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ einfo ""
+ einfo "This is a binary-only package (sadly)"
+ einfo "No files to compile."
+ einfo ""
+}
+
+src_install() {
+ # The install is the ${S}/install.sh, Gentoo-ified
+ # As releases change often, don't just version
+ # bump and expect things to work right. Check for changes.
+ cd ${S}
+
+ dodir /opt/xpde/bin/apps
+ dodir /opt/xpde/bin/applets
+
+ dodir /opt/xpde/share/apps
+ dodir /opt/xpde/share/applets
+ dodir /opt/xpde/share/doc
+ dodir /opt/xpde/share/fonts
+ dodir /opt/xpde/share/icons
+
+ exeinto /opt/xpde/bin
+ doexe *.so* XPde XPwm stub.sh
+ doexe ${FILESDIR}/install-config.sh
+
+ exeinto /opt/xpde/bin/applets
+ doexe DateTimeProps appexec networkstatus networkproperties \
+ xpsu mouse keyboard regional desk
+
+ exeinto /opt/xpde/bin/apps
+ doexe taskmanager notepad calculator fileexplorer
+
+ dodir /opt/xpde/themes
+ cp -a themes/default ${D}/opt/xpde/themes
+
+ cp -a defaultdesktop ${D}/opt/xpde/share
+ cp xinitrcDEFAULT ${D}/opt/xpde/share
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL gpl.txt
+ dohtml -A txt,xml -r doc/*
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "sh /opt/xpde/bin/install-config.sh"
+ einfo ""
+ einfo "This will install a default configuration into your"
+ einfo "home directory"
+ einfo ""
+}