public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Victor Ostorga (vostorga)" <vostorga@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/icewm: icewm-1.2.37.ebuild ChangeLog
Date: Mon, 16 Nov 2009 15:36:27 +0000	[thread overview]
Message-ID: <E1NA3cx-0000b0-60@stork.gentoo.org> (raw)

vostorga    09/11/16 15:36:27

  Modified:             icewm-1.2.37.ebuild ChangeLog
  Log:
  Enabling support of icewm-menu-gnome2 bug 205133
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-wm/icewm/icewm-1.2.37.ebuild

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

Index: icewm-1.2.37.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icewm-1.2.37.ebuild	11 Nov 2009 21:25:27 -0000	1.3
+++ icewm-1.2.37.ebuild	16 Nov 2009 15:36:27 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v 1.3 2009/11/11 21:25:27 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.37.ebuild,v 1.4 2009/11/16 15:36:27 vostorga Exp $
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="Ice Window Manager with Themes"
 
@@ -18,7 +18,7 @@
 
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 
-IUSE="esd imlib nls truetype xinerama minimal debug uclibc"
+IUSE="esd gnome imlib nls truetype xinerama minimal debug uclibc"
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXrandr
@@ -30,6 +30,7 @@
 	x11-libs/libICE
 	xinerama? ( x11-libs/libXinerama )
 	esd? ( media-sound/esound )
+	gnome? ( gnome-base/gnome-desktop )
 	imlib? ( >=media-libs/imlib-1.9.10-r1 )
 	nls? ( sys-devel/gettext )
 	truetype? ( >=media-libs/freetype-2.0.9 )
@@ -57,6 +58,12 @@
 
 	echo "#!/bin/sh" > "$T/icewm"
 	echo "/usr/bin/icewm-session" >> "$T/icewm"
+
+	cd "${S}"
+	#Fixing gnome2 support
+	epatch "${FILESDIR}/${P}-gnome2.patch"
+
+	eautoreconf
 }
 
 src_compile() {
@@ -74,6 +81,7 @@
 		--with-cfgdir=/etc/icewm
 		--with-docdir=/usr/share/doc/${PF}/html
 		$(use_with esd esd-config /usr/bin/esd-config)
+		$(use_enable gnome menus-gnome2)
 		$(use_enable nls)
 		$(use_enable nls i18n)
 		$(use_with imlib)
@@ -101,3 +109,11 @@
 	insinto /usr/share/xsessions
 	doins "${FILESDIR}/IceWM.desktop"
 }
+
+pkg_postinst() {
+	if use gnome; then
+		elog "You have enabled gnome USE flag which provides icewm-menu-gnome2 ."
+		elog "It is used internally and generates IceWM program menus from"
+		elog "FreeDesktop .desktop files"
+	fi
+}



1.140                x11-wm/icewm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	11 Nov 2009 21:25:27 -0000	1.139
+++ ChangeLog	16 Nov 2009 15:36:27 -0000	1.140
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/icewm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.139 2009/11/11 21:25:27 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/ChangeLog,v 1.140 2009/11/16 15:36:27 vostorga Exp $
+
+  16 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> icewm-1.2.37.ebuild,
+  +files/icewm-1.2.37-gnome2.patch:
+  Enabling support of icewm-menu-gnome2 bug 205133
 
   11 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> icewm-1.2.37.ebuild:
   Fixing unrecognized options provided to configure, bug #261728






             reply	other threads:[~2009-11-16 15:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-16 15:36 Victor Ostorga (vostorga) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-05 20:02 [gentoo-commits] gentoo-x86 commit in x11-wm/icewm: icewm-1.2.37.ebuild ChangeLog Pacho Ramos (pacho)
2010-11-02  2:56 Arun Raghavan (ford_prefect)
2010-07-03 17:14 Raul Porcel (armin76)
2010-06-07 15:31 Markos Chandras (hwoarang)
2010-06-07  5:06 Joseph Jezak (josejx)
2009-11-11 21:25 Victor Ostorga (vostorga)
2009-09-29 18:47 Tobias Klausmann (klausman)
2009-03-07 11:05 Patrick Lauer (patrick)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NA3cx-0000b0-60@stork.gentoo.org \
    --to=vostorga@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox