A quick fix to get the svg+tex > pdflatex pipline working again is to use eps-export and convert to pdf:
inkscape -z -D --file=#1.svg --export-eps=#1.eps --export-latex epstopdf #1.eps sed "s/[.]eps/.pdf/g" #1.eps_tex > #1.pdf_tex
where #1 is your inkscape file.
A quick fix to get the svg+tex > pdflatex pipline working again is to use eps-export and convert to pdf:
inkscape -z -D --file=#1.svg --export-eps=#1.eps --export-latex
epstopdf #1.eps
sed "s/[.]eps/.pdf/g" #1.eps_tex > #1.pdf_tex
where #1 is your inkscape file.