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
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')
-rw-r--r--app-office/lyx/ChangeLog6
-rw-r--r--app-office/lyx/Manifest4
-rw-r--r--app-office/lyx/lyx-1.3.4.ebuild11
3 files changed, 16 insertions, 5 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/Manifest b/app-office/lyx/Manifest
index fc4635a7b513..563cd8090a3f 100644
--- a/app-office/lyx/Manifest
+++ b/app-office/lyx/Manifest
@@ -1,8 +1,8 @@
-MD5 aeee46a3e176d9dc0d3a3dbc262c1c95 lyx-1.3.4.ebuild 2772
+MD5 838586cfa7d0b8eeffdeda1f8c2f899a lyx-1.3.4.ebuild 3030
MD5 138f44b8e5a273ed560a15cd92bbeb92 lyx-1.2.1.ebuild 1519
MD5 0acd80fb59c73d967f7aa83adef077ee lyx-1.3.3.ebuild 2754
MD5 00a0d9b4fd772539f20f8ad090fb0d93 lyx-1.3.2-r1.ebuild 3559
-MD5 3b745156cf358aba3fb6090080808b9a ChangeLog 7006
+MD5 cec8b171d8f9619814545f4c330b4e7e ChangeLog 7130
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 4dc1e1cc2b4e056a629fbfd1334c390e files/lyx.desktop 188
MD5 363bfca924cf46b61d21faa4dbfcd43f files/lyx-1.3.3-configure-diff 1953
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
}