diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-21 20:25:10 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-21 20:25:10 +0000 |
commit | ea9c13965dd7bd9104c59fa4a0ca251039685b64 (patch) | |
tree | a7fff08e554ffb111599ad007810f224fafbe2d8 /app-office | |
parent | Version bump closes bug #42379. Move autoconf out of RDEPEND. Bumping 2.12.... (diff) | |
download | gentoo-2-ea9c13965dd7bd9104c59fa4a0ca251039685b64.tar.gz gentoo-2-ea9c13965dd7bd9104c59fa4a0ca251039685b64.tar.bz2 gentoo-2-ea9c13965dd7bd9104c59fa4a0ca251039685b64.zip |
Added a notice for people who have a multi-head setup but choose xforms instead of qt interface. This closes bug #43092
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.4.ebuild | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 00c80d07890b..5226017f6082 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for app-office/lyx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.40 2004/02/21 20:04:28 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.41 2004/02/21 20:25:10 usata Exp $ *lyx-1.3.4 (22 Feb 2004) 22 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> lyx-1.3.4.ebuild: - Version bumped. + Version bumped. Added a notice for people who have a multi-head setup + but choose xforms instead of qt interface. This closes bug #43092 + 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> lyx-1.3.3.ebuild: added amd64 keyword. diff --git a/app-office/lyx/lyx-1.3.4.ebuild b/app-office/lyx/lyx-1.3.4.ebuild index d37b6f4d9089..229a4a7c51b2 100644 --- a/app-office/lyx/lyx-1.3.4.ebuild +++ b/app-office/lyx/lyx-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.1 2004/02/21 20:04:28 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.4.ebuild,v 1.2 2004/02/21 20:25:10 usata Exp $ inherit kde-functions @@ -107,4 +107,13 @@ pkg_postinst() { einfo "or, read http://www.math.tau.ac.il/~dekelts/lyx/instructions2.html" einfo "for instructions on using lyx's own preferences dialog to equal effect." einfo "3. use lyx's qt interface (compile with USE=qt) for maximum effect." + einfo "" + + if [ ! -n "`use qt`" ] ; then + einfo "================" + einfo "" + einfo "If you have a multi-head setup not using xinerama you can only use lyx" + einfo "on the 2nd head if not using qt (maybe due to a xforms bug). See bug #40392." + einfo "" + fi } |