summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-02-21 20:25:10 +0000
committerMamoru Komachi <usata@gentoo.org>2004-02-21 20:25:10 +0000
commitaec304e22f9a3518b938b04b561422a73a897369 (patch)
tree2d23d940585b82002287e5d9b542d90a2a7d9432 /app-office/lyx/lyx-1.3.4.ebuild
parentVersion bump closes bug #42379. Move autoconf out of RDEPEND. Bumping 2.12.... (diff)
downloadhistorical-aec304e22f9a3518b938b04b561422a73a897369.tar.gz
historical-aec304e22f9a3518b938b04b561422a73a897369.tar.bz2
historical-aec304e22f9a3518b938b04b561422a73a897369.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/lyx/lyx-1.3.4.ebuild')
-rw-r--r--app-office/lyx/lyx-1.3.4.ebuild11
1 files changed, 10 insertions, 1 deletions
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
}