LaTeX + Spelling work
This commit is contained in:
parent
5df4c97694
commit
e12c0dbace
@ -24,6 +24,7 @@ rec {
|
|||||||
export PYTHONPATH="$PYTHONPATH''${PYTHONPATH:+:}$(toPythonPath ${a.pyGtkGlade})/gtk-2.0"
|
export PYTHONPATH="$PYTHONPATH''${PYTHONPATH:+:}$(toPythonPath ${a.pyGtkGlade})/gtk-2.0"
|
||||||
export PYTHONPATH="$PYTHONPATH''${PYTHONPATH:+:}$(toPythonPath ${a.pygobject})/gtk-2.0"
|
export PYTHONPATH="$PYTHONPATH''${PYTHONPATH:+:}$(toPythonPath ${a.pygobject})/gtk-2.0"
|
||||||
sed -e '/-L[$]x_libraries/d' -i configure
|
sed -e '/-L[$]x_libraries/d' -i configure
|
||||||
|
sed -e 's@tmpfd.close()@os.close(tmpfd)@' -i src/common/latex.py
|
||||||
'') ["addInputs" "doUnpack"];
|
'') ["addInputs" "doUnpack"];
|
||||||
|
|
||||||
fixScriptNames = a.fullDepEntry (''
|
fixScriptNames = a.fullDepEntry (''
|
||||||
@ -34,19 +35,14 @@ rec {
|
|||||||
name="''${name##*/.}"
|
name="''${name##*/.}"
|
||||||
mv "$i" "$out/bin-wrapped/$name"
|
mv "$i" "$out/bin-wrapped/$name"
|
||||||
sed -e 's^'"$i"'^'"$out/bin-wrapped/$name"'^' -i "$out/bin/$name"
|
sed -e 's^'"$i"'^'"$out/bin-wrapped/$name"'^' -i "$out/bin/$name"
|
||||||
sed -e "2aexport LD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}${a.gtkspell}/lib:${a.gtkspell}/lib64\"" -i "$out/bin/gajim"
|
sed -e "2aexport LD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH\''${LD_LIBRARY_PATH:+:}${a.gtkspell}/lib:${a.gtkspell}/lib64\"" -i "$out/bin/gajim"
|
||||||
sed -e "2aexport NIX_LDFLAGS=\"\$NIX_LDFLAGS -L${a.gtkspell}/lib -L${a.gtkspell}/lib64\"" -i "$out/bin/gajim"
|
sed -e "2aexport NIX_LDFLAGS=\"\$NIX_LDFLAGS -L${a.gtkspell}/lib -L${a.gtkspell}/lib64\"" -i "$out/bin/gajim"
|
||||||
done
|
done
|
||||||
'') ["wrapBinContentsPython"];
|
'') ["wrapBinContentsPython"];
|
||||||
|
|
||||||
deploySource = a.fullDepEntry (''
|
|
||||||
mkdir -p "$out/share/gajim/src"
|
|
||||||
cp -r * "$out/share/gajim/src"
|
|
||||||
'') ["minInit"];
|
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["preConfigure" (a.doDump "1") "doConfigure" "doMakeInstall"
|
phaseNames = ["preConfigure" (a.doDump "1") "doConfigure" "doMakeInstall"
|
||||||
"wrapBinContentsPython" "fixScriptNames" "deploySource"];
|
"wrapBinContentsPython" "fixScriptNames"];
|
||||||
|
|
||||||
name = "gajim-" + version;
|
name = "gajim-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user