Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24553 - lwm has moved, new version and new maintainer
Summary: lwm has moved, new version and new maintainer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL: http://www.jfc.org.uk/software/lwm.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 16:48 UTC by Jim Nutt
Modified: 2003-08-21 14:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The new ebuild for the version (lwm-1.1.3.ebuild,742 bytes, text/plain)
2003-07-15 16:49 UTC, Jim Nutt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Nutt 2003-07-15 16:48:34 UTC
The lwm window manager has a new maintainer and website. There's also a newer
version out. Below is the context diff to create the new ebuild from the 1.01
version ebuild:

*** lwm-1.01.ebuild     Thu Feb 13 12:50:20 2003
--- lwm-1.1.3.ebuild    Tue Jul 15 19:39:49 2003
***************
*** 4,11 ****
  
  S=${WORKDIR}/${P}
  DESCRIPTION="The ultimate lightweight window manager"
! SRC_URI="http://www.boognish.org.uk/enh/${PN}/${P}.tar.gz"
! HOMEPAGE="http://www.boognish.org.uk/enh/lwm/"
  KEYWORDS="x86 sparc ~ppc"
  
  DEPEND="x11-base/xfree"
--- 4,11 ----
  
  S=${WORKDIR}/${P}
  DESCRIPTION="The ultimate lightweight window manager"
! SRC_URI="ftp://ftp.cs.york.ac.uk/pub/james/${P}.tar.gz"
! HOMEPAGE="http://www.jfc.org.uk/software/lwm.html"
  KEYWORDS="x86 sparc ~ppc"
  
  DEPEND="x11-base/xfree"
***************
*** 14,20 ****
  LICENSE="GPL-2"
  
  src_compile() {
! 
        xmkmf || die
        emake lwm || die
  }
--- 14,23 ----
  LICENSE="GPL-2"
  
  src_compile() {
!       if [ ! "`use motif`" ]; then
!         mv Imakefile Imakefile.motif
!         sed -e "s/-DHAVE_MOTIF//" <Imakefile.motif >Imakefile
!       fi
        xmkmf || die
        emake lwm || die
  }
Comment 1 Jim Nutt 2003-07-15 16:49:24 UTC
Created attachment 14525 [details]
The new ebuild for the version
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2003-08-03 08:00:01 UTC
Ebuild works fine. Somebody should commit this.
Comment 3 Jim Nutt 2003-08-12 19:48:11 UTC
Even newer version is out. Just rename the ebuild to lwm-1.1.5.ebuild and everything is golden.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-21 14:35:39 UTC
sorry for the delay -- added into portage.