diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-01 15:28:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-01 15:28:52 +0000 |
commit | ef7dac452544423eeccb6e12eb789fdc6e7345d8 (patch) | |
tree | 198a0524335e4c4fecbe1547e8d8abcc0c0a9bf6 /x11-libs/openmotif | |
parent | added motif eclass (diff) | |
download | historical-ef7dac452544423eeccb6e12eb789fdc6e7345d8.tar.gz historical-ef7dac452544423eeccb6e12eb789fdc6e7345d8.tar.bz2 historical-ef7dac452544423eeccb6e12eb789fdc6e7345d8.zip |
fixed openmotif 2.2 mwm config dir
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.2-r3.ebuild | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest index 303216c89531..a3b60ebf1051 100644 --- a/x11-libs/openmotif/Manifest +++ b/x11-libs/openmotif/Manifest @@ -1,7 +1,7 @@ MD5 e07f6b89edd5ffa4a803816b7ce33336 openmotif-2.1.30-r1.ebuild 864 MD5 55e52e621e48d9824ff551f2c48f8d82 openmotif-2.2.2-r1.ebuild 1051 MD5 a0dc296e40846436664ee9d86ed5ba22 openmotif-2.1.30-r3.ebuild 4247 -MD5 e085ed8dbc6efa539c67c2d165f83552 openmotif-2.2.2-r3.ebuild 4617 +MD5 978d3c2a8f8c97b105082b6e1ec4c375 openmotif-2.2.2-r3.ebuild 5026 MD5 b766188f8d5455c19fd57875392b2e23 openmotif-2.1.30-r2.ebuild 2743 MD5 2de6a2239e5ddfff902676aedaefb56c openmotif-2.2.2-r2.ebuild 4804 MD5 fb039533dd551fbb0ee5989209e7ad52 ChangeLog 3951 diff --git a/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild b/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild index 47605ae8f446..4fa4cb3f4858 100644 --- a/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild,v 1.6 2003/12/01 15:26:57 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild,v 1.7 2003/12/01 15:28:41 lanius Exp $ inherit libtool motif @@ -68,6 +68,16 @@ src_unpack() { unset f list # + # move `system.mwmrc' from /usr/X11R6/lib/X11 to /etc/X11/mwm (FHS). + # Just symlinking `system.mwmrc' isn't enough here because mwm + # also looks for localized verions in `$LANG/system.mwmrc'. + # Instead, this patch changes the default location from + # `/usr/X11R6/lib/X11/' to `/usr/X11R6/lib/X11/mwm/', which will + # be symlinked to /etc/X11/mwm/. + # + epatch "$FILESDIR/mwm-configdir.patch" + + # # Rebuild libtool (#15119, #20540, #21681) # elibtoolize |