From 9e024ddaffa419495bab9d5c2bf1c7034491cace Mon Sep 17 00:00:00 2001 From: Matt Keadle Date: Mon, 25 Nov 2002 22:49:34 +0000 Subject: NLS installation update for latest stable openbox (2.1.3-r1) --- x11-wm/openbox/ChangeLog | 14 +++++++++++- x11-wm/openbox/files/digest-openbox-2.1.3-r1 | 1 + x11-wm/openbox/openbox-2.1.3-r1.ebuild | 34 ++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 x11-wm/openbox/files/digest-openbox-2.1.3-r1 create mode 100644 x11-wm/openbox/openbox-2.1.3-r1.ebuild (limited to 'x11-wm/openbox') diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 68d3f4f8d4c0..3b388b0bb425 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for x11-wm/openbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.15 2002/11/20 22:00:13 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.16 2002/11/25 22:49:34 mkeadle Exp $ + +*openbox-2.1.3-r1 (25 Nov 2002) + + 25 Nov 2002; Matt Keadle openbox-2.1.3-r1.ebuild + files/digest-openbox-2.1.3-r1 + + Fixes so NLS catalogs actually get installed to /usr/share/locale. + They were not being installed at all before. A default epistrc file + is now placed as /usr/share/commonbox/epistrc.default + + Removed installation of the xftlsfonts man page, since the xftlsfonts + program is not currently being installed due to Xft2 issues. *openbox-2.2.1 (20 Nov 2002) diff --git a/x11-wm/openbox/files/digest-openbox-2.1.3-r1 b/x11-wm/openbox/files/digest-openbox-2.1.3-r1 new file mode 100644 index 000000000000..94c8bcb35226 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-2.1.3-r1 @@ -0,0 +1 @@ +MD5 b12d10dcf513baa7a3fad3107197a459 openbox-2.1.3.tar.gz 392617 diff --git a/x11-wm/openbox/openbox-2.1.3-r1.ebuild b/x11-wm/openbox/openbox-2.1.3-r1.ebuild new file mode 100644 index 000000000000..9d888f1ebdd0 --- /dev/null +++ b/x11-wm/openbox/openbox-2.1.3-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION="Window manager based on BlackBox" +SRC_URI="http://icculus.org/${PN}/releases/${P}.tar.gz" +HOMEPAGE="http://icculus.org/${PN}" + +SLOT="1" +LICENSE="BSD" +KEYWORDS="x86 sparc sparc64" + +MYBIN="${PN}" +mydoc="CHANGE* TODO LICENSE data/README*" +myconf="--enable-xinerama" +BOOTSTRAP="1" + +src_unpack() { + unpack ${P}.tar.gz + ssed -i "s:xftlsfonts::" ${S}/util/Makefile.am +} + +src_install() { + + commonbox_src_install + + rm -rf ${D}/usr/share/man/man1/xftlsfonts* + mv ${D}/usr/share/commonbox/openbox/epistrc \ + ${D}/usr/share/commonbox/epistrc.default + rmdir ${D}/usr/share/commonbox/openbox +} -- cgit v1.2.3-65-gdbad