diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-02 15:35:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-02 15:35:03 +0000 |
commit | 3311a21f02e7b25e5f4deffb914f0168039251ae (patch) | |
tree | dc39d2eabfcf73534cc9af89bdef56f55dbbbfe2 /x11-libs | |
parent | Bump patchset to fix build failure with gcc-4.3, bug #212948 (diff) | |
download | gentoo-2-3311a21f02e7b25e5f4deffb914f0168039251ae.tar.gz gentoo-2-3311a21f02e7b25e5f4deffb914f0168039251ae.tar.bz2 gentoo-2-3311a21f02e7b25e5f4deffb914f0168039251ae.zip |
Defaults go under /usr/share/X11/ with modular X.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 71056d6a322c..e551ab208871 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.174 2008/04/25 19:08:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.175 2008/05/02 15:35:03 ulm Exp $ + + 02 May 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r2.ebuild: + Defaults go under /usr/share/X11/ with modular X. 25 Apr 2008; Ulrich Mueller <ulm@gentoo.org> +files/openmotif-2.3.0-freebsd-libiconv.patch, openmotif-2.3.0-r2.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild index 0cecfa3245bd..99f938237ddc 100644 --- a/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.4 2008/04/27 21:24:23 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.5 2008/05/02 15:35:03 ulm Exp $ inherit eutils flag-o-matic multilib autotools @@ -99,7 +99,7 @@ src_install() { dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config # mwm default configs - insinto /etc/X11/app-defaults + insinto /usr/share/X11/app-defaults newins "${FILESDIR}"/Mwm.defaults Mwm dodir /etc/X11/mwm |