diff options
author | David Shakaryan <omp@gentoo.org> | 2006-11-16 01:25:11 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-11-16 01:25:11 +0000 |
commit | a4b0f498deac3a0b6c49e0db779a69c209de8c20 (patch) | |
tree | 9b72dbf6fc155cb66a8594fd7cbb484160d495dd | |
parent | Marked ppc stable for bug #147570. (diff) | |
download | gentoo-2-a4b0f498deac3a0b6c49e0db779a69c209de8c20.tar.gz gentoo-2-a4b0f498deac3a0b6c49e0db779a69c209de8c20.tar.bz2 gentoo-2-a4b0f498deac3a0b6c49e0db779a69c209de8c20.zip |
Version bump; almost completely revised ebuild. (bug #155082)
(Portage version: 2.1.2_rc1-r5)
-rw-r--r-- | x11-wm/aewm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/aewm/aewm-1.2.7.ebuild | 49 | ||||
-rw-r--r-- | x11-wm/aewm/files/digest-aewm-1.2.7 | 3 |
3 files changed, 56 insertions, 1 deletions
diff --git a/x11-wm/aewm/ChangeLog b/x11-wm/aewm/ChangeLog index 7cf7f2803659..4fb3fe156771 100644 --- a/x11-wm/aewm/ChangeLog +++ b/x11-wm/aewm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/aewm # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/ChangeLog,v 1.13 2006/09/01 17:25:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/ChangeLog,v 1.14 2006/11/16 01:25:11 omp Exp $ + + 16 Nov 2006; David Shakaryan <omp@gentoo.org> +aewm-1.2.7.ebuild: + Version bump; almost completely revised ebuild. (bug #155082) 01 Sep 2006; Stefan Schweizer <genstef@gentoo.org> aewm-1.2.3.ebuild: drop gtk2, bug 106560 diff --git a/x11-wm/aewm/aewm-1.2.7.ebuild b/x11-wm/aewm/aewm-1.2.7.ebuild new file mode 100644 index 000000000000..1c5a08c64ceb --- /dev/null +++ b/x11-wm/aewm/aewm-1.2.7.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm/aewm-1.2.7.ebuild,v 1.1 2006/11/16 01:25:11 omp Exp $ + +DESCRIPTION="A minimalistic X11 window manager." +HOMEPAGE="http://www.red-bean.com/~decklin/software/aewm/" +SRC_URI="http://www.red-bean.com/~decklin/software/aewm/${P}.tar.gz" + +LICENSE="aewm" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXft + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/xextproto" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Add freetype support. + sed -i \ + -e '24,26s/^#//' \ + src/Makefile + + # Change default font. + sed -i \ + -e 's/lucidasans-10/-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*/' \ + src/aewmrc.sample +} + +src_install() { + dodir /usr/bin + dodir /usr/share/man/man1 + + emake \ + DESTDIR="${D}" \ + MANDIR="${D}/usr/share/man/man1" \ + XROOT="/usr" \ + install || die "emake install failed" + + dodoc DESIGN NEWS README TODO +} diff --git a/x11-wm/aewm/files/digest-aewm-1.2.7 b/x11-wm/aewm/files/digest-aewm-1.2.7 new file mode 100644 index 000000000000..9829ba7c4456 --- /dev/null +++ b/x11-wm/aewm/files/digest-aewm-1.2.7 @@ -0,0 +1,3 @@ +MD5 f445b04de000b2f98861571694ae932f aewm-1.2.7.tar.gz 41728 +RMD160 d32bbce64c956d7d7256d1cc8d7bbf5ecbcfffba aewm-1.2.7.tar.gz 41728 +SHA256 d18c329228dd7f4d2b3cea5696c56c995dd1d0108d56e749426a9f27b8773373 aewm-1.2.7.tar.gz 41728 |