Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7702/10.7/stable/main/finkinfo/editors
Modified Files: lyx.info lyx2.info Log Message: Do optional TeX file processing for both -x11 and -mac variants. Index: lyx2.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/lyx2.info,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- lyx2.info 12 May 2013 18:52:52 -0000 1.14 +++ lyx2.info 23 Jun 2013 22:06:10 -0000 1.15 @@ -2,7 +2,7 @@ Package: lyx2%type_pkg[-ui] Type: -ui ( -x11 -mac ), automake(1.12) Version: 2.0.6 -Revision: 61 +Revision: 62 Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%v.tar.gz Source-MD5: e69a512963decb756c916c2f5f8254fd Depends: << @@ -124,7 +124,6 @@ if [ "%type_pkg[-ui]" == "-x11" ]; then echo "Configuring LyX for your system..." (cd %p/share/lyx; ./configure.py) - if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi else if ! test -e /Applications/Fink; then /usr/bin/install -d -m 755 /Applications/Fink @@ -132,6 +131,7 @@ /bin/ln -s '%p/Applications/LyX.app' /Applications/Fink/ (cd %p/Applications/LyX.app/Contents/Resources ; ./configure.py) fi +if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi << PostRmScript: << if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi Index: lyx.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/lyx.info,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- lyx.info 9 Aug 2012 18:32:03 -0000 1.12 +++ lyx.info 23 Jun 2013 22:06:10 -0000 1.13 @@ -2,7 +2,7 @@ Package: lyx%type_pkg[-ui] Type: -ui ( -x11 -mac ) Version: 1.6.10 -Revision: 54 +Revision: 55 Distribution: 10.7 Source: ftp://ftp.devel.%{ni}.org/pub/%{ni}/stable/%{ni}-%v.tar.bz2 Source-MD5: 6b286595302020adf8545796e5ea5c89 @@ -115,7 +115,6 @@ if [ "%type_pkg[-ui]" == "-x11" ]; then echo "Configuring LyX for your system..." (cd %p/share/lyx; ./configure.py) - if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi else if ! test -e /Applications/Fink; then /usr/bin/install -d -m 755 /Applications/Fink @@ -123,6 +122,7 @@ /bin/ln -s '%p/Applications/LyX.app' /Applications/Fink/ (cd %p/Applications/LyX.app/Contents/Resources ; ./configure.py) fi +if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi << PostRmScript: << if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs