public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/echinus: ChangeLog echinus-0.3.2.1.ebuild
@ 2009-02-23 20:40 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-02-23 20:40 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/02/23 20:40:27

  Modified:             ChangeLog
  Added:                echinus-0.3.2.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-wm/echinus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/echinus/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/echinus/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/echinus/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/echinus/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	26 Aug 2008 11:43:57 -0000	1.3
+++ ChangeLog	23 Feb 2009 20:40:27 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for x11-wm/echinus
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/echinus/ChangeLog,v 1.3 2008/08/26 11:43:57 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/echinus/ChangeLog,v 1.4 2009/02/23 20:40:27 yngwin Exp $
+
+*echinus-0.3.2.1 (23 Feb 2009)
+
+  23 Feb 2009; Ben de Groot <yngwin@gentoo.org> +echinus-0.3.2.1.ebuild:
+  Version bump. Removing patch that has been applied upstream.
 
   26 Aug 2008; Ben de Groot <yngwin@gentoo.org> echinus-0.3.1.ebuild:
   Adding pkgconfig dep



1.1                  x11-wm/echinus/echinus-0.3.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/echinus/echinus-0.3.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/echinus/echinus-0.3.2.1.ebuild?rev=1.1&content-type=text/plain

Index: echinus-0.3.2.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/echinus/echinus-0.3.2.1.ebuild,v 1.1 2009/02/23 20:40:27 yngwin Exp $

inherit eutils toolchain-funcs

DESCRIPTION="A window manager for X in the spirit of dwm"
HOMEPAGE="http://www.rootshell.be/~polachok/code/"
SRC_URI="http://www.rootshell.be/~polachok/code/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXft"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i \
		-e "s/CFLAGS = -Os/CFLAGS += -g/" \
		-e "s/LDFLAGS = -s/LDFLAGS += -g/" \
		config.mk || die "sed failed"
}

src_compile() {
	emake CC=$(tc-getCC) || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"

	insinto /usr/share/xsessions
	doins "${FILESDIR}"/${PN}.desktop

	doman ${PN}.1
	dodoc README
}

pkg_postinst() {
	if ! has_version x11-misc/dmenu; then
		elog "Installing ${PN} without x11-misc/dmenu"
		elog "To have a menu you can install x11-misc/dmenu"
		elog "and use \"Echinus*spawn\" in echinusrc"
		elog "to launch dmenu_run. Check echinus documentation for details."
		elog ""
	fi
	# x11-misc/ourico is not in portage atm, this will change soon.
	#if ! has_version x11-misc/ourico; then
	#	elog "Installing ${PN} without x11-misc/ourico"
	#	elog "To have a taskbar you can install x11-misc/ourico"
	#	elog ""
	#fi
	elog "A standard config file with its pixmaps has been installed to:"
	elog "${PREFIX}/usr/share/examples/${PN}/"
	elog "Copy this folder to ~/.${PN}/ and modify the echinusrc as you wish."
	elog ""
	elog "For changing the modkey you can use \"Echinus*modkey: X\""
	elog "in echinusrc. Replace the X with the number you want to use,"
	elog "1 is for Mod1Mask, 2 for Mod2Mask and so on."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-23 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-23 20:40 [gentoo-commits] gentoo-x86 commit in x11-wm/echinus: ChangeLog echinus-0.3.2.1.ebuild Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox