Ticket #30214: patch-kilestdtools.rc.macports.diff
File patch-kilestdtools.rc.macports.diff, 8.1 KB (added by nicos_pavlov@…, 13 years ago) |
---|
-
src/data/kilestdtools.rc
old new 32 32 33 33 [Tool/BibTeX/Default] 34 34 class=Compile 35 command= bibtex35 command=@PREFIX@/bin/bibtex 36 36 options='%S' 37 37 from=aux 38 38 to=bbl … … 40 40 41 41 [Tool/BibTeX/8bit Version] 42 42 class=Compile 43 command= bibtex843 command=@PREFIX@/bin/bibtex8 44 44 options='%S' 45 45 from=aux 46 46 to=bbl … … 48 48 49 49 [Tool/Convert/eps2png] 50 50 class=Convert 51 command= convert51 command=@PREFIX@/bin/convert 52 52 options=+adjoin -antialias -trim -transparent white -density %res '%S.eps' '%S.png' 53 53 from=eps 54 54 to=png … … 56 56 57 57 [Tool/Convert/pdf2png] 58 58 class=Convert 59 command= convert59 command=@PREFIX@/bin/convert 60 60 options=+adjoin -antialias -trim -transparent white -density %res '%S.pdf' '%S.png' 61 61 from=pdf 62 62 to=png … … 96 96 97 97 [Tool/DVItoPDF/Default] 98 98 class=Convert 99 command= dvipdfmx99 command=@PREFIX@/bin/dvipdfmx 100 100 options='%S.dvi' 101 101 from=dvi 102 102 to=pdf … … 104 104 105 105 [Tool/DVItoPDF/Black and White] 106 106 class=Convert 107 command= dvipdfmx107 command=@PREFIX@/bin/dvipdfmx 108 108 options=-c '%S.dvi' 109 109 from=dvi 110 110 to=pdf … … 112 112 113 113 [Tool/DVItoPDF/Landscape] 114 114 class=Convert 115 command= dvipdfmx115 command=@PREFIX@/bin/dvipdfmx 116 116 options=-l '%S.dvi' 117 117 from=dvi 118 118 to=pdf … … 120 120 121 121 [Tool/DVItoPNG/Default] 122 122 class=Convert 123 command= dvipng123 command=@PREFIX@/bin/dvipng 124 124 options=-T tight -D %res -o '%S.png' '%S.dvi' 125 125 from=dvi 126 126 to=png … … 128 128 129 129 [Tool/DVItoPS/Default] 130 130 class=Convert 131 command= dvips131 command=@PREFIX@/bin/dvips 132 132 options=-o '%S.ps' '%S.dvi' 133 133 from=dvi 134 134 to=ps … … 136 136 137 137 [Tool/DVItoPS/dvi2eps] 138 138 class=Convert 139 command= dvips139 command=@PREFIX@/bin/dvips 140 140 options=-o '%S.eps' '%S.dvi' 141 141 from=dvi 142 142 to=eps … … 144 144 145 145 [Tool/LaTeX/Default] 146 146 class=LaTeX 147 command= latex147 command=@PREFIX@/bin/latex 148 148 options=-interaction=nonstopmode '%source' 149 149 from= 150 150 to=dvi … … 155 155 156 156 [Tool/LaTeX/Draft] 157 157 class=LaTeX 158 command= latex158 command=@PREFIX@/bin/latex 159 159 options=-draftmode -interaction=nonstopmode '%source' 160 160 from= 161 161 to=dvi … … 166 166 167 167 [Tool/LaTeX/Modern] 168 168 class=LaTeX 169 command= latex169 command=@PREFIX@/bin/latex 170 170 options=-src-specials -interaction=nonstopmode '%source' 171 171 from= 172 172 to=dvi … … 209 209 210 210 [Tool/MakeIndex/Default] 211 211 class=Compile 212 command= makeindex212 command=@PREFIX@/bin/makeindex 213 213 options='%S.idx' 214 214 from=idx 215 215 to=idx … … 217 217 218 218 [Tool/MakeIndex/xindy] 219 219 class=Compile 220 command= xindy220 command=@PREFIX@/bin/xindy 221 221 options='%S.idx' 222 222 from=idx 223 223 to=idx … … 225 225 226 226 [Tool/MetaPost/Default] 227 227 class=Compile 228 command= mpost228 command=@PREFIX@/bin/mpost 229 229 options=-tex=latex -interaction=nonstopmode '%source' 230 230 from= 231 231 to= … … 241 241 242 242 [Tool/PDFLaTeX/Default] 243 243 class=LaTeX 244 command= pdflatex244 command=@PREFIX@/bin/pdflatex 245 245 options=-interaction=nonstopmode '%source' 246 246 from= 247 247 to=pdf … … 252 252 253 253 [Tool/PDFLaTeX/Draft] 254 254 class=LaTeX 255 command= pdflatex255 command=@PREFIX@/bin/pdflatex 256 256 options=-draftmode -interaction=nonstopmode '%source' 257 257 from= 258 258 to=pdf … … 263 263 264 264 [Tool/PDFLaTeX/Modern] 265 265 class=LaTeX 266 command= pdflatex266 command=@PREFIX@/bin/pdflatex 267 267 options=-synctex=1 -interaction=nonstopmode '%source' 268 268 from= 269 269 to=pdf … … 274 274 275 275 [Tool/ConTeXt/PDF] 276 276 class=Compile 277 command= texexec277 command=@PREFIX@/bin/texexec 278 278 options=--pdf --nonstopmode '%source' 279 279 from= 280 280 to=pdf … … 282 282 283 283 [Tool/ConTeXt/PDF Draft] 284 284 class=Compile 285 command= texexec285 command=@PREFIX@/bin/texexec 286 286 options=--pdf --draft --nonstopmode '%source' 287 287 from= 288 288 to=pdf … … 290 290 291 291 [Tool/ConTeXt/DVI and PS] 292 292 class=Compile 293 command= texexec293 command=@PREFIX@/bin/texexec 294 294 options=--dvi --nonstopmode '%source' 295 295 from= 296 296 to=dvi … … 298 298 299 299 [Tool/ConTeXt/DVI and PS Draft] 300 300 class=Compile 301 command= texexec301 command=@PREFIX@/bin/texexec 302 302 options=--dvi --draft --nonstopmode '%source' 303 303 from= 304 304 to=dvi … … 306 306 307 307 [Tool/XeLaTeX/PDF] 308 308 class=LaTeX 309 command= xelatex309 command=@PREFIX@/bin/xelatex 310 310 options=-interaction=nonstopmode '%source' 311 311 from= 312 312 to=pdf … … 317 317 318 318 [Tool/XeLaTeX/XDVI] 319 319 class=LaTeX 320 command= xelatex320 command=@PREFIX@/bin/xelatex 321 321 options=-no-pdf -interaction=nonstopmode '%source' 322 322 from= 323 323 to=xdvi … … 328 328 329 329 [Tool/XeLaTeX/PDF Draft] 330 330 class=LaTeX 331 command= xelatex331 command=@PREFIX@/bin/xelatex 332 332 options=-draftmode -interaction=nonstopmode '%source' 333 333 from= 334 334 to=pdf … … 339 339 340 340 [Tool/XeLaTeX/XDVI Draft] 341 341 class=LaTeX 342 command= xelatex342 command=@PREFIX@/bin/xelatex 343 343 options=-no-pdf -draftmode -interaction=nonstopmode '%source' 344 344 from= 345 345 to=xdvi … … 350 350 351 351 [Tool/XeLaTeX/PDF Modern] 352 352 class=LaTeX 353 command= xelatex353 command=@PREFIX@/bin/xelatex 354 354 options=-synctex=1 -interaction=nonstopmode '%source' 355 355 from= 356 356 to=pdf … … 361 361 362 362 [Tool/XeLaTeX/XDVI Modern] 363 363 class=LaTeX 364 command= xelatex364 command=@PREFIX@/bin/xelatex 365 365 options=-no-pdf -src-specials -interaction=nonstopmode '%source' 366 366 from= 367 367 to=xdvi … … 374 374 autoRun=no 375 375 checkForRoot=no 376 376 class=LaTeXpreview 377 command= latex377 command=@PREFIX@/bin/latex 378 378 from= 379 379 jumpToFirstError=yes 380 380 options=-interaction=nonstopmode '%source' … … 385 385 autoRun=no 386 386 checkForRoot=no 387 387 class=LaTeXpreview 388 command= pdflatex388 command=@PREFIX@/bin/pdflatex 389 389 from= 390 390 jumpToFirstError=yes 391 391 options=-interaction=nonstopmode '%source' … … 396 396 autoRun=no 397 397 checkForRoot=no 398 398 class=LaTeXpreview 399 command= xelatex399 command=@PREFIX@/bin/xelatex 400 400 from= 401 401 jumpToFirstError=yes 402 402 options=-interaction=nonstopmode '%source' … … 405 405 406 406 [Tool/PStoPDF/Default] 407 407 class=Convert 408 command= ps2pdf408 command=@PREFIX@/bin/ps2pdf 409 409 options='%S.ps' '%S.pdf' 410 410 from=ps 411 411 to=pdf … … 453 453 454 454 [Tool/TeX/Default] 455 455 class=Compile 456 command= tex456 command=@PREFIX@/bin/tex 457 457 options=-interaction=nonstopmode '%source' 458 458 from= 459 459 to=dvi … … 461 461 462 462 [Tool/TeX/Modern] 463 463 class=Compile 464 command= tex464 command=@PREFIX@/bin/tex 465 465 options=-src-specials -interaction=nonstopmode '%source' 466 466 from= 467 467 to=dvi … … 469 469 470 470 [Tool/PDFTeX/Default] 471 471 class=Compile 472 command= pdftex472 command=@PREFIX@/bin/pdftex 473 473 options=-interaction=nonstopmode '%source' 474 474 from= 475 475 to=pdf … … 477 477 478 478 [Tool/PDFTeX/Draft] 479 479 class=Compile 480 command= pdftex480 command=@PREFIX@/bin/pdftex 481 481 options=-draftmode -interaction=nonstopmode '%source' 482 482 from= 483 483 to=pdf … … 485 485 486 486 [Tool/PDFTeX/Modern] 487 487 class=Compile 488 command= pdftex488 command=@PREFIX@/bin/pdftex 489 489 options=-synctex=1 -interaction=nonstopmode '%source' 490 490 from= 491 491 to=pdf … … 555 555 class=ViewHTML 556 556 state=Editor 557 557 relDir= 558 command= konqueror558 command=@APPLICATIONS_DIR@/KDE4/konqueror.app/Contents/MacOS/konqueror 559 559 options='file:%dir_target/%target' 560 560 target= 561 561 from=html … … 607 608 [Tool/ForwardDVI/Okular] 608 609 class=ForwardDVI 609 610 type=Process 610 command= okular611 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 611 612 options=--unique '%target' 612 613 from=dvi 613 614 to=dvi … … 615 616 [Tool/ForwardPDF/Okular] 616 617 class=ForwardDVI 617 618 type=Process 618 command= okular619 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 619 620 options=--unique '%absolute_target' 620 621 from=pdf 621 622 to=pdf … … 641 642 642 643 [Tool/ViewDVI/Okular] 643 644 class=View 644 command= okular645 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 645 646 options='%target' 646 647 from=dvi 647 648 to=dvi … … 659 660 660 661 [Tool/ViewDVI/Okular Unique] 661 662 class=View 662 command= okular663 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 663 664 options=--unique '%target' 664 665 from=dvi 665 666 to=dvi … … 677 678 678 679 [Tool/ViewPS/Okular] 679 680 class=View 680 command= okular681 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 681 682 options='%target' 682 683 from=ps 683 684 to=ps … … 695 696 696 697 [Tool/ViewPS/Okular Unique] 697 698 class=View 698 command= okular699 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 699 700 options=--unique '%target' 700 701 from=ps 701 702 to=ps … … 713 714 714 715 [Tool/ViewPDF/Okular] 715 716 class=View 716 command= okular717 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 717 718 options='%target' 718 719 from=pdf 719 720 to=pdf … … 731 732 732 733 [Tool/ViewPDF/Okular Unique] 733 734 class=View 734 command= okular735 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 735 736 options=--unique '%target' 736 737 from=pdf 737 738 to=pdf