summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-03 04:53:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-03 04:53:35 +0000
commit6ad3bb75ba2c36e1098d3eee5622e56877b28f50 (patch)
tree5d384751a3a3c766a9e3ea76ab8cbde6d59ac14a /x11-wm/blackbox
parentupdate the wxPython build a wee bit, and try to fix #3088 and #2327 (diff)
downloadhistorical-6ad3bb75ba2c36e1098d3eee5622e56877b28f50.tar.gz
historical-6ad3bb75ba2c36e1098d3eee5622e56877b28f50.tar.bz2
historical-6ad3bb75ba2c36e1098d3eee5622e56877b28f50.zip
cvs version with Xft support
Diffstat (limited to 'x11-wm/blackbox')
-rw-r--r--x11-wm/blackbox/ChangeLog9
-rw-r--r--x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild48
-rw-r--r--x11-wm/blackbox/files/digest-blackbox-0.65.0.200207021
-rw-r--r--x11-wm/blackbox/files/digest-blackbox-0.65.0_beta12
4 files changed, 59 insertions, 1 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog
index fd7cdcced4c2..d9586d4609e4 100644
--- a/x11-wm/blackbox/ChangeLog
+++ b/x11-wm/blackbox/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-wm/blackbox
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.10 2002/06/17 19:24:20 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.11 2002/07/03 04:53:35 seemant Exp $
+
+*blackbox-0.65.0.20020702 (02 Jul 2002)
+
+ 02 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
+ blackbox-0.65.0.20020702.ebuild files/digest-blackbox-0.65.0.20020702 :
+
+ New version from CVS, which contains Xft support.
*blackbox-0.65.0_alpha8 (17 Jun 2002)
17 Jun 2002; Spider <spider@gentoo.org> blackbox-0.65.0_alpha8.ebuild:
diff --git a/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild b/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild
new file mode 100644
index 000000000000..ef1b58cdd41f
--- /dev/null
+++ b/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0.20020702.ebuild,v 1.1 2002/07/03 04:53:35 seemant Exp $
+
+#Needed to change ${P} to match actual tarball version name.
+#It is an invalid ebuild name. Much simpler this way.
+
+MY_P=${PN}-xft
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A small, fast, full-featured window manager for X"
+SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${P}.tar.gz"
+
+
+HOMEPAGE="http://blackboxwm.sf.net/"
+
+DEPEND="virtual/x11"
+
+RDEPEND="${DEPEND}
+ nls? ( sys-devel/gettext )"
+
+PROVIDE="virtual/blackbox"
+
+SLOT="0"
+LICENSE="as-is"
+
+src_compile() {
+ local myconf
+ use nls || myconf="${myconf} --disable-nls"
+ use truetype || myconf="${myconf} --disable-xft"
+
+ econf \
+ --prefix=/usr \
+ --sysconfdir=/etc/X11/blackbox \
+ ${myconf} || die "configure failure"
+
+ doman doc/*.1
+ emake || die "emake failure"
+}
+
+src_install () {
+ einstall \
+ sysconfdir=${D}/etc/X11/blackbox || die "install failure"
+
+ dodoc ChangeLog* AUTHORS LICENSE README* TODO*
+ exeinto /etc/X11/Sessions
+ doexe ${FILESDIR}/blackbox
+}
+
diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702 b/x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702
new file mode 100644
index 000000000000..f509c02da814
--- /dev/null
+++ b/x11-wm/blackbox/files/digest-blackbox-0.65.0.20020702
@@ -0,0 +1 @@
+MD5 79fa80b237c203085d9528759bb95ee1 blackbox-0.65.0.20020702.tar.gz 388488
diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0_beta1 b/x11-wm/blackbox/files/digest-blackbox-0.65.0_beta1
new file mode 100644
index 000000000000..9f23103761ee
--- /dev/null
+++ b/x11-wm/blackbox/files/digest-blackbox-0.65.0_beta1
@@ -0,0 +1,2 @@
+MD5 1915949b6c0a2cd28b3e9cdf694ac844 blackbox-0.65.0beta1.tar.gz 326243
+MD5 3a0e83b195e0411fee82d766e3dbb916 xft_support.patch.bz2 17392