Robert Xu 12 years ago
commit 8334f62eb4

@ -14,7 +14,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
if ! test -f $kdepotpath; then
kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
fi

@ -60,7 +60,6 @@ install: build
dh_install -plibcaldav --autodest debian/tmp/usr/lib/libcaldav.so*
# Developer package
mv debian/tmp/usr/include/libcaldav* debian/tmp/usr/include/libcaldav
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/libcaldav.la
dh_install -plibcaldav-dev --autodest debian/tmp/usr/include/libcaldav/*
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/pkgconfig/*

@ -60,7 +60,6 @@ install: build
dh_install -plibcarddav --autodest debian/tmp/usr/lib/libcarddav.so*
# Developer package
mv debian/tmp/usr/include/libcarddav* debian/tmp/usr/include/libcarddav
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/libcarddav.la
dh_install -plibcarddav-dev --autodest debian/tmp/usr/include/libcarddav/*
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/pkgconfig/*

@ -100,7 +100,7 @@ pytdeextensions (0.4.0-3) unstable; urgency=low
* Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev,
tdelibs4c2a (for kde-config)
tdelibs4c2a (for tde-config)
* Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -28,9 +28,7 @@ debian/tmp/opt/trinity/share/apps/kdesktop/patterns/stonewall2.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/stonewall2.png
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/triangles.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/triangles.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/kde2.xbm
debian/tmp/opt/trinity/share/apps/kdesktop/pics/ksslogo.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/splash2.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/splash.png
debian/tmp/opt/trinity/share/apps/kdesktop/programs/kwebdesktop.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/programs/xearth.desktop

@ -19,7 +19,6 @@ debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/contact.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/faq.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/info.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kcontrolmodules.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kicmodules.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kioslaves.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/konqplugins.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/links.desktop

@ -226,10 +226,10 @@ binary-install/tdebase-data-trinity::
# hack the oui.db install, as under kfreebsd it does not get installed and then breaks at dh_install time
# it's in fact a linux specific file...
install -p -D -m644 kcontrol/view1394/oui.db debian/tdebase-data-trinity/opt/trinity/share/apps/kcmview1394/oui.db
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/kde-essential.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/applications-merged/kde-essential.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-information.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-information.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-screensavers.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-screensavers.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-settings.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-settings.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/tde-essential.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/applications-merged/tde-essential.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-information.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-information.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-screensavers.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-screensavers.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-settings.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-settings.menu
rm -rf debian/tmp/etc/xdg/*
rm -rf debian/tdebase-data-trinity/etc/xdg/*

@ -1,6 +1,6 @@
#! /bin/sh -e
FILE="/etc/xdg/menus/kde-applications-merged/kde-essential.menu"
FILE="/etc/xdg/menus/kde-applications-merged/tde-essential.menu"
SUBDIR="/etc/xdg/menus/kde-applications-merged"
case "$1" in

@ -1,50 +1,50 @@
debian/tmp/opt/trinity/share/desktop-directories/kde-development.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-development-translation.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-development-webdevelopment.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-editors.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-edutainment.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-arcade.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-board.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-card.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-kids.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-roguelikes.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-strategy.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-graphics.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-information.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-internet.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-internet-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-main.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-more.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-multimedia.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-office.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-science.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-components.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-hardware.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-looknfeel.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settingsmenu.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-network.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-power.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-security.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-sound.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-system.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-webbrowsing.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system-screensavers.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-toys.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-unknown.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-file.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-pim.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-xutils.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development-translation.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development-webdevelopment.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-editors.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-edutainment.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-arcade.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-board.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-card.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-kids.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-roguelikes.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-strategy.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-graphics.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-information.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-internet.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-internet-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-main.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-more.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-multimedia.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-office.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-science.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-components.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-hardware.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-looknfeel.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settingsmenu.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-network.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-power.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-security.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-sound.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-system.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-webbrowsing.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system-screensavers.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-toys.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-unknown.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-file.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-pim.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-xutils.directory
debian/tmp/opt/trinity/share/locale/l10n/ad/entry.desktop
debian/tmp/opt/trinity/share/locale/l10n/ad/flag.png
debian/tmp/opt/trinity/share/locale/l10n/ae/entry.desktop
@ -574,4 +574,4 @@ debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/ksplash.png

@ -12,7 +12,6 @@ debian/tmp/opt/trinity/bin/tdm_config
debian/tmp/opt/trinity/bin/tdmctl
debian/tmp/opt/trinity/bin/tdm_greet
debian/tmp/opt/trinity/bin/krootimage
debian/tmp/opt/trinity/share/apps/tdm/pics/kdelogo-crystal.png
debian/tmp/opt/trinity/share/apps/tdm/pics/kdelogo.png
debian/tmp/opt/trinity/share/apps/tdm/pics/shutdown.jpg
debian/tmp/opt/trinity/share/apps/tdm/pics/users/default1.png

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,3 +1,3 @@
debian/tmp/opt/trinity/include/tde/poppler-link-qt3.h
debian/tmp/opt/trinity/include/tde/poppler-page-transition.h
debian/tmp/opt/trinity/include/tde/poppler-qt.h
debian/tmp/opt/trinity/include/poppler-link-qt3.h
debian/tmp/opt/trinity/include/poppler-page-transition.h
debian/tmp/opt/trinity/include/poppler-qt.h

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,184 +1,184 @@
debian/tmp/opt/trinity/include/tde/dom/SVGAElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAltGlyphDefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAltGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAngle.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateColorElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateMotionElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateTransformElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedAngle.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedBoolean.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedEnumeration.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedInteger.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedLength.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedLengthList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedNumber.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedNumberList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPathData.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPoints.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedRect.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedString.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedTransformList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimationElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGCSSRule.h
debian/tmp/opt/trinity/include/tde/dom/SVGCircleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGClipPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGColor.h
debian/tmp/opt/trinity/include/tde/dom/SVGColorProfileElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGColorProfileRule.h
debian/tmp/opt/trinity/include/tde/dom/SVGComponentTransferFunctionElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGCursorElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDefinitionSrcElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDefsElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDescElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDocument.h
debian/tmp/opt/trinity/include/tde/dom/SVGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGElementInstance.h
debian/tmp/opt/trinity/include/tde/dom/SVGElementInstanceList.h
debian/tmp/opt/trinity/include/tde/dom/SVGEllipseElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGEvent.h
debian/tmp/opt/trinity/include/tde/dom/SVGException.h
debian/tmp/opt/trinity/include/tde/dom/SVGExternalResourcesRequired.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEBlendElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEColorMatrixElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEComponentTransferElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFECompositeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEConvolveMatrixElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDiffuseLightingElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDisplacementMapElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDistantLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFloodElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncAElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncBElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncRElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEGaussianBlurElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEImageElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMergeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMergeNodeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMorphologyElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEOffsetElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEPointLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFESpecularLightingElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFESpotLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFETileElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFETurbulenceElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFilterElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/opt/trinity/include/tde/dom/SVGFitToViewBox.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceFormatElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceNameElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceSrcElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceUriElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGForeignObjectElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGlyphRefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGHKernElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGICCColor.h
debian/tmp/opt/trinity/include/tde/dom/SVGImageElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLangSpace.h
debian/tmp/opt/trinity/include/tde/dom/SVGLength.h
debian/tmp/opt/trinity/include/tde/dom/SVGLengthList.h
debian/tmp/opt/trinity/include/tde/dom/SVGLineElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLinearGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLocatable.h
debian/tmp/opt/trinity/include/tde/dom/SVGMPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMarkerElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMaskElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMatrix.h
debian/tmp/opt/trinity/include/tde/dom/SVGMetadataElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMissingGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGNumber.h
debian/tmp/opt/trinity/include/tde/dom/SVGNumberList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPaint.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSeg.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegArc.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegClosePath.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoCubic.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLineto.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLinetoVertical.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegMoveto.h
debian/tmp/opt/trinity/include/tde/dom/SVGPatternElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPoint.h
debian/tmp/opt/trinity/include/tde/dom/SVGPointList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPolygonElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPolylineElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPreserveAspectRatio.h
debian/tmp/opt/trinity/include/tde/dom/SVGRadialGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGRect.h
debian/tmp/opt/trinity/include/tde/dom/SVGRectElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGRenderingIntent.h
debian/tmp/opt/trinity/include/tde/dom/SVGSVGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGScriptElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSetElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGStopElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGStringList.h
debian/tmp/opt/trinity/include/tde/dom/SVGStylable.h
debian/tmp/opt/trinity/include/tde/dom/SVGStyleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSwitchElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSymbolElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTRefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTSpanElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTests.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextContentElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextPositioningElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTitleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransform.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransformList.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransformable.h
debian/tmp/opt/trinity/include/tde/dom/SVGURIReference.h
debian/tmp/opt/trinity/include/tde/dom/SVGUnitTypes.h
debian/tmp/opt/trinity/include/tde/dom/SVGUseElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGVKernElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGViewElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGViewSpec.h
debian/tmp/opt/trinity/include/tde/dom/SVGWindow.h
debian/tmp/opt/trinity/include/tde/dom/SVGZoomAndPan.h
debian/tmp/opt/trinity/include/tde/dom/SVGZoomEvent.h
debian/tmp/opt/trinity/include/tde/kfaximage.h
debian/tmp/opt/trinity/include/tde/kmultipageInterface.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasFactory.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasItem.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasItems.h
debian/tmp/opt/trinity/include/tde/ksvg/DocumentFactory.h
debian/tmp/opt/trinity/include/tde/ksvg/KSVGCanvas.h
debian/tmp/opt/trinity/include/tde/ksvg/ksvg_plugin.h
debian/tmp/opt/trinity/include/tde/kviewshell/anchor.h
debian/tmp/opt/trinity/include/tde/kviewshell/bookmark.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageView.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentPageCache.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentRenderer.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentWidget.h
debian/tmp/opt/trinity/include/tde/kviewshell/history.h
debian/tmp/opt/trinity/include/tde/kviewshell/hyperlink.h
debian/tmp/opt/trinity/include/tde/kviewshell/kmultipage.h
debian/tmp/opt/trinity/include/tde/kviewshell/length.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageNumber.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageSize.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPage.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/opt/trinity/include/tde/kviewshell/selection.h
debian/tmp/opt/trinity/include/tde/kviewshell/simplePageSize.h
debian/tmp/opt/trinity/include/tde/kviewshell/textBox.h
debian/tmp/opt/trinity/include/tde/kviewshell/zoom.h
debian/tmp/opt/trinity/include/tde/kviewshell/zoomlimits.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/BezierPath.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/Glyph.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/GlyphTracer.h
debian/tmp/opt/trinity/include/dom/SVGAElement.h
debian/tmp/opt/trinity/include/dom/SVGAltGlyphDefElement.h
debian/tmp/opt/trinity/include/dom/SVGAltGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGAngle.h
debian/tmp/opt/trinity/include/dom/SVGAnimateColorElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateMotionElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateTransformElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedAngle.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedBoolean.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedEnumeration.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedInteger.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedLength.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedLengthList.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedNumber.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedNumberList.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPathData.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPoints.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedRect.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedString.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedTransformList.h
debian/tmp/opt/trinity/include/dom/SVGAnimationElement.h
debian/tmp/opt/trinity/include/dom/SVGCSSRule.h
debian/tmp/opt/trinity/include/dom/SVGCircleElement.h
debian/tmp/opt/trinity/include/dom/SVGClipPathElement.h
debian/tmp/opt/trinity/include/dom/SVGColor.h
debian/tmp/opt/trinity/include/dom/SVGColorProfileElement.h
debian/tmp/opt/trinity/include/dom/SVGColorProfileRule.h
debian/tmp/opt/trinity/include/dom/SVGComponentTransferFunctionElement.h
debian/tmp/opt/trinity/include/dom/SVGCursorElement.h
debian/tmp/opt/trinity/include/dom/SVGDefinitionSrcElement.h
debian/tmp/opt/trinity/include/dom/SVGDefsElement.h
debian/tmp/opt/trinity/include/dom/SVGDescElement.h
debian/tmp/opt/trinity/include/dom/SVGDocument.h
debian/tmp/opt/trinity/include/dom/SVGElement.h
debian/tmp/opt/trinity/include/dom/SVGElementInstance.h
debian/tmp/opt/trinity/include/dom/SVGElementInstanceList.h
debian/tmp/opt/trinity/include/dom/SVGEllipseElement.h
debian/tmp/opt/trinity/include/dom/SVGEvent.h
debian/tmp/opt/trinity/include/dom/SVGException.h
debian/tmp/opt/trinity/include/dom/SVGExternalResourcesRequired.h
debian/tmp/opt/trinity/include/dom/SVGFEBlendElement.h
debian/tmp/opt/trinity/include/dom/SVGFEColorMatrixElement.h
debian/tmp/opt/trinity/include/dom/SVGFEComponentTransferElement.h
debian/tmp/opt/trinity/include/dom/SVGFECompositeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEConvolveMatrixElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDiffuseLightingElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDisplacementMapElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDistantLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFloodElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncAElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncBElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncGElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncRElement.h
debian/tmp/opt/trinity/include/dom/SVGFEGaussianBlurElement.h
debian/tmp/opt/trinity/include/dom/SVGFEImageElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMergeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMergeNodeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMorphologyElement.h
debian/tmp/opt/trinity/include/dom/SVGFEOffsetElement.h
debian/tmp/opt/trinity/include/dom/SVGFEPointLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFESpecularLightingElement.h
debian/tmp/opt/trinity/include/dom/SVGFESpotLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFETileElement.h
debian/tmp/opt/trinity/include/dom/SVGFETurbulenceElement.h
debian/tmp/opt/trinity/include/dom/SVGFilterElement.h
debian/tmp/opt/trinity/include/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/opt/trinity/include/dom/SVGFitToViewBox.h
debian/tmp/opt/trinity/include/dom/SVGFontElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceFormatElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceNameElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceSrcElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceUriElement.h
debian/tmp/opt/trinity/include/dom/SVGForeignObjectElement.h
debian/tmp/opt/trinity/include/dom/SVGGElement.h
debian/tmp/opt/trinity/include/dom/SVGGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGGlyphRefElement.h
debian/tmp/opt/trinity/include/dom/SVGGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGHKernElement.h
debian/tmp/opt/trinity/include/dom/SVGICCColor.h
debian/tmp/opt/trinity/include/dom/SVGImageElement.h
debian/tmp/opt/trinity/include/dom/SVGLangSpace.h
debian/tmp/opt/trinity/include/dom/SVGLength.h
debian/tmp/opt/trinity/include/dom/SVGLengthList.h
debian/tmp/opt/trinity/include/dom/SVGLineElement.h
debian/tmp/opt/trinity/include/dom/SVGLinearGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGLocatable.h
debian/tmp/opt/trinity/include/dom/SVGMPathElement.h
debian/tmp/opt/trinity/include/dom/SVGMarkerElement.h
debian/tmp/opt/trinity/include/dom/SVGMaskElement.h
debian/tmp/opt/trinity/include/dom/SVGMatrix.h
debian/tmp/opt/trinity/include/dom/SVGMetadataElement.h
debian/tmp/opt/trinity/include/dom/SVGMissingGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGNumber.h
debian/tmp/opt/trinity/include/dom/SVGNumberList.h
debian/tmp/opt/trinity/include/dom/SVGPaint.h
debian/tmp/opt/trinity/include/dom/SVGPathElement.h
debian/tmp/opt/trinity/include/dom/SVGPathSeg.h
debian/tmp/opt/trinity/include/dom/SVGPathSegArc.h
debian/tmp/opt/trinity/include/dom/SVGPathSegClosePath.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoCubic.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLineto.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLinetoVertical.h
debian/tmp/opt/trinity/include/dom/SVGPathSegList.h
debian/tmp/opt/trinity/include/dom/SVGPathSegMoveto.h
debian/tmp/opt/trinity/include/dom/SVGPatternElement.h
debian/tmp/opt/trinity/include/dom/SVGPoint.h
debian/tmp/opt/trinity/include/dom/SVGPointList.h
debian/tmp/opt/trinity/include/dom/SVGPolygonElement.h
debian/tmp/opt/trinity/include/dom/SVGPolylineElement.h
debian/tmp/opt/trinity/include/dom/SVGPreserveAspectRatio.h
debian/tmp/opt/trinity/include/dom/SVGRadialGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGRect.h
debian/tmp/opt/trinity/include/dom/SVGRectElement.h
debian/tmp/opt/trinity/include/dom/SVGRenderingIntent.h
debian/tmp/opt/trinity/include/dom/SVGSVGElement.h
debian/tmp/opt/trinity/include/dom/SVGScriptElement.h
debian/tmp/opt/trinity/include/dom/SVGSetElement.h
debian/tmp/opt/trinity/include/dom/SVGStopElement.h
debian/tmp/opt/trinity/include/dom/SVGStringList.h
debian/tmp/opt/trinity/include/dom/SVGStylable.h
debian/tmp/opt/trinity/include/dom/SVGStyleElement.h
debian/tmp/opt/trinity/include/dom/SVGSwitchElement.h
debian/tmp/opt/trinity/include/dom/SVGSymbolElement.h
debian/tmp/opt/trinity/include/dom/SVGTRefElement.h
debian/tmp/opt/trinity/include/dom/SVGTSpanElement.h
debian/tmp/opt/trinity/include/dom/SVGTests.h
debian/tmp/opt/trinity/include/dom/SVGTextContentElement.h
debian/tmp/opt/trinity/include/dom/SVGTextElement.h
debian/tmp/opt/trinity/include/dom/SVGTextPathElement.h
debian/tmp/opt/trinity/include/dom/SVGTextPositioningElement.h
debian/tmp/opt/trinity/include/dom/SVGTitleElement.h
debian/tmp/opt/trinity/include/dom/SVGTransform.h
debian/tmp/opt/trinity/include/dom/SVGTransformList.h
debian/tmp/opt/trinity/include/dom/SVGTransformable.h
debian/tmp/opt/trinity/include/dom/SVGURIReference.h
debian/tmp/opt/trinity/include/dom/SVGUnitTypes.h
debian/tmp/opt/trinity/include/dom/SVGUseElement.h
debian/tmp/opt/trinity/include/dom/SVGVKernElement.h
debian/tmp/opt/trinity/include/dom/SVGViewElement.h
debian/tmp/opt/trinity/include/dom/SVGViewSpec.h
debian/tmp/opt/trinity/include/dom/SVGWindow.h
debian/tmp/opt/trinity/include/dom/SVGZoomAndPan.h
debian/tmp/opt/trinity/include/dom/SVGZoomEvent.h
debian/tmp/opt/trinity/include/kfaximage.h
debian/tmp/opt/trinity/include/kmultipageInterface.h
debian/tmp/opt/trinity/include/ksvg/CanvasFactory.h
debian/tmp/opt/trinity/include/ksvg/CanvasItem.h
debian/tmp/opt/trinity/include/ksvg/CanvasItems.h
debian/tmp/opt/trinity/include/ksvg/DocumentFactory.h
debian/tmp/opt/trinity/include/ksvg/KSVGCanvas.h
debian/tmp/opt/trinity/include/ksvg/ksvg_plugin.h
debian/tmp/opt/trinity/include/kviewshell/anchor.h
debian/tmp/opt/trinity/include/kviewshell/bookmark.h
debian/tmp/opt/trinity/include/kviewshell/pageView.h
debian/tmp/opt/trinity/include/kviewshell/documentPageCache.h
debian/tmp/opt/trinity/include/kviewshell/documentRenderer.h
debian/tmp/opt/trinity/include/kviewshell/documentWidget.h
debian/tmp/opt/trinity/include/kviewshell/history.h
debian/tmp/opt/trinity/include/kviewshell/hyperlink.h
debian/tmp/opt/trinity/include/kviewshell/kmultipage.h
debian/tmp/opt/trinity/include/kviewshell/length.h
debian/tmp/opt/trinity/include/kviewshell/pageNumber.h
debian/tmp/opt/trinity/include/kviewshell/pageSize.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPage.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/opt/trinity/include/kviewshell/selection.h
debian/tmp/opt/trinity/include/kviewshell/simplePageSize.h
debian/tmp/opt/trinity/include/kviewshell/textBox.h
debian/tmp/opt/trinity/include/kviewshell/zoom.h
debian/tmp/opt/trinity/include/kviewshell/zoomlimits.h
debian/tmp/opt/trinity/include/libtext2path-0.1/BezierPath.h
debian/tmp/opt/trinity/include/libtext2path-0.1/Glyph.h
debian/tmp/opt/trinity/include/libtext2path-0.1/GlyphTracer.h
debian/tmp/opt/trinity/lib/libtdeinit_kview.la
debian/tmp/opt/trinity/lib/libtdeinit_mrmlsearch.la
debian/tmp/opt/trinity/lib/libkghostviewlib.la

@ -2083,7 +2083,7 @@ tdelibs (4:3.4.0-0pre5) alioth; urgency=low
page. (Closes: #257588).
* [cdbs/kde.mk] Use escaped variables in the definitions of kde_htmldir and
the like instead of absolute paths, so that /usr/bin/kde-config doesn't
the like instead of absolute paths, so that /usr/bin/tde-config doesn't
output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not

@ -16,7 +16,7 @@ Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), autotools-dev,
libxml2-dev, libxml2-utils, libxslt1-dev, libavahi-tqt-dev,
sharutils, texinfo, libogg-dev-la, libtqtinterface-dev,
gettext-kde, lsb-release, base-files, sudo, libr-dev,
cmake, libltdl-dev
libudev-dev, cmake, libltdl-dev
Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11
Standards-Version: 3.8.3
@ -88,7 +88,7 @@ Depends: tdelibs4c2a-trinity (= ${Source-Version}), libart-2.0-dev (>= 2.3.17),
libsasl2-dev, libssl-dev, libxcomposite-dev,
libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
libavahi-client-dev (>= 0.4), libtqtinterface-dev,
gettext-kde, libr-dev
gettext-kde, libr-dev, libudev-dev
Provides: tdelibs-trinity-dev
Description: development files for the TDE core libraries
This package contains all the headers and other related files needed

@ -27,7 +27,7 @@ manpage.1: manpage.sgml
<!ENTITY dhemail "<email>ccheney@debian.org</email>">
<!ENTITY dhusername "Chris Cheney">
<!ENTITY dhucpackage "<refentrytitle>KDE-CONFIG</refentrytitle>">
<!ENTITY dhpackage "kde-config">
<!ENTITY dhpackage "tde-config">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">

@ -826,3 +826,5 @@ debian/tmp/opt/trinity/lib/libvcard.la
debian/tmp/opt/trinity/lib/libvcard.so
debian/tmp/opt/trinity/share/cmake
debian/tmp/opt/trinity/lib/pkgconfig/tdelibs.pc

@ -18,7 +18,7 @@ debian/tmp/opt/trinity/bin/kaddprinterwizard
debian/tmp/opt/trinity/bin/kbuildsycoca
debian/tmp/opt/trinity/bin/kconf_update
debian/tmp/opt/trinity/bin/kcookiejar
debian/tmp/opt/trinity/bin/kde-config
debian/tmp/opt/trinity/bin/tde-config
debian/tmp/opt/trinity/bin/kded
debian/tmp/opt/trinity/bin/tdeinit
debian/tmp/opt/trinity/bin/tdeinit_shutdown

@ -8,7 +8,7 @@ debian/man/out/kaddprinterwizard-trinity.1
debian/man/out/kbuildsycoca-trinity.1
debian/man/out/kconf_update-trinity.1
debian/man/out/kcookiejar-trinity.1
debian/man/out/kde-config-trinity.1
debian/man/out/tde-config-trinity.1
debian/man/out/kded-trinity.1
debian/man/out/kdontchangethehostname-trinity.1
debian/man/out/kfile-trinity.1

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -39,4 +39,4 @@ DEB_DH_MAKESHLIBS_ARGS_tdemultimedia-kio-plugins-trinity := -V'tdemultimedia-ki
#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))
install/tdemultimedia-kappfinder-data-trinity::
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/kde-multimedia-music.menu debian/tdemultimedia-kappfinder-data-trinity/etc/xdg/menus/applications-merged/trinity-multimedia-music.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/tde-multimedia-music.menu debian/tdemultimedia-kappfinder-data-trinity/etc/xdg/menus/applications-merged/trinity-multimedia-music.menu

@ -16,4 +16,4 @@ debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/qjackctl.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/qsynth.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/vkeybd.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/zynaddsubfx.desktop
debian/tmp/opt/trinity/share/desktop-directories/kde-multimedia-music.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-multimedia-music.directory

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,4 +1,4 @@
/opt/trinity/bin/indexlib-config
/opt/trinity/include/tde/index
/opt/trinity/include/index
/opt/trinity/lib/libindex.la
/opt/trinity/lib/libindex.so

@ -1,5 +1,5 @@
/opt/trinity/include/tde/libemailfunctions/idmapper.h
/opt/trinity/include/tde/libkcal
/opt/trinity/include/libemailfunctions/idmapper.h
/opt/trinity/include/libkcal
/opt/trinity/lib/libkcal.la
/opt/trinity/lib/libkcal.so
/opt/trinity/lib/libkcal_resourceremote.la

@ -1,3 +1,3 @@
/opt/trinity/include/tde/kgantt
/opt/trinity/include/kgantt
/opt/trinity/lib/libkgantt.la
/opt/trinity/lib/libkgantt.so

@ -1,6 +1,6 @@
/opt/trinity/include/tde/gpgme++
/opt/trinity/include/tde/kleo
/opt/trinity/include/tde/qgpgme
/opt/trinity/include/gpgme++
/opt/trinity/include/kleo
/opt/trinity/include/qgpgme
/opt/trinity/lib/libgpgme++.la
/opt/trinity/lib/libgpgme++.so
/opt/trinity/lib/libkleopatra.la

@ -1,4 +1,4 @@
/opt/trinity/include/tde/tdepim/exchangeaccount.h
/opt/trinity/include/tde/tdepim/exchangeclient.h
/opt/trinity/include/tdepim/exchangeaccount.h
/opt/trinity/include/tdepim/exchangeclient.h
/opt/trinity/lib/libkpimexchange.la
/opt/trinity/lib/libkpimexchange.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/ksieve
/opt/trinity/include/ksieve
/opt/trinity/lib/libksieve.la
/opt/trinity/lib/libksieve.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/ktnef
/opt/trinity/include/ktnef
/opt/trinity/lib/libktnef.la
/opt/trinity/lib/libktnef.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/mimelib
/opt/trinity/include/mimelib
/opt/trinity/lib/libmimelib.la
/opt/trinity/lib/libmimelib.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/tdepimmacros.h
/opt/trinity/include/tdepimmacros.h
/opt/trinity/lib/libtdepim.la
/opt/trinity/lib/libtdepim.so

@ -1,15 +1,15 @@
/opt/trinity/include/tde/KNotesAppIface.h
/opt/trinity/include/tde/KNotesIface.h
/opt/trinity/include/tde/akregator
/opt/trinity/include/tde/calendar
/opt/trinity/include/tde/kabc
/opt/trinity/include/tde/kaddressbook
/opt/trinity/include/tde/kmail
/opt/trinity/include/tde/kmailIface.h
/opt/trinity/include/tde/kmailicalIface.h
/opt/trinity/include/tde/kmailpartIface.h
/opt/trinity/include/tde/kontact
/opt/trinity/include/tde/korganizer
/opt/trinity/include/KNotesAppIface.h
/opt/trinity/include/KNotesIface.h
/opt/trinity/include/akregator
/opt/trinity/include/calendar
/opt/trinity/include/kabc
/opt/trinity/include/kaddressbook
/opt/trinity/include/kmail
/opt/trinity/include/kmailIface.h
/opt/trinity/include/kmailicalIface.h
/opt/trinity/include/kmailpartIface.h
/opt/trinity/include/kontact
/opt/trinity/include/korganizer
/opt/trinity/lib/libkabckolab.la
/opt/trinity/lib/libkabckolab.so
/opt/trinity/lib/libkabcscalix.la
@ -81,4 +81,4 @@
/opt/trinity/lib/libgwsoap.la
/opt/trinity/lib/libgwsoap.so
/opt/trinity/include/tde/kpimprefs.h
/opt/trinity/include/kpimprefs.h

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -14,7 +14,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
if ! test -f $kdepotpath; then
kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
fi

@ -60,7 +60,6 @@ install: build
dh_install -plibcaldav --autodest debian/tmp/usr/lib/libcaldav.so*
# Developer package
mv debian/tmp/usr/include/libcaldav* debian/tmp/usr/include/libcaldav
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/libcaldav.la
dh_install -plibcaldav-dev --autodest debian/tmp/usr/include/libcaldav/*
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/pkgconfig/*

@ -60,7 +60,6 @@ install: build
dh_install -plibcarddav --autodest debian/tmp/usr/lib/libcarddav.so*
# Developer package
mv debian/tmp/usr/include/libcarddav* debian/tmp/usr/include/libcarddav
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/libcarddav.la
dh_install -plibcarddav-dev --autodest debian/tmp/usr/include/libcarddav/*
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/pkgconfig/*

@ -100,7 +100,7 @@ pytdeextensions (0.4.0-3) unstable; urgency=low
* Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev,
tdelibs4c2a (for kde-config)
tdelibs4c2a (for tde-config)
* Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -28,9 +28,7 @@ debian/tmp/opt/trinity/share/apps/kdesktop/patterns/stonewall2.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/stonewall2.png
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/triangles.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/triangles.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/kde2.xbm
debian/tmp/opt/trinity/share/apps/kdesktop/pics/ksslogo.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/splash2.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/splash.png
debian/tmp/opt/trinity/share/apps/kdesktop/programs/kwebdesktop.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/programs/xearth.desktop

@ -19,7 +19,6 @@ debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/contact.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/faq.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/info.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kcontrolmodules.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kicmodules.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kioslaves.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/konqplugins.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/links.desktop

@ -226,10 +226,10 @@ binary-install/tdebase-data-trinity::
# hack the oui.db install, as under kfreebsd it does not get installed and then breaks at dh_install time
# it's in fact a linux specific file...
install -p -D -m644 kcontrol/view1394/oui.db debian/tdebase-data-trinity/opt/trinity/share/apps/kcmview1394/oui.db
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/kde-essential.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/applications-merged/kde-essential.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-information.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-information.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-screensavers.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-screensavers.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-settings.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-settings.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/tde-essential.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/applications-merged/tde-essential.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-information.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-information.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-screensavers.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-screensavers.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-settings.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-settings.menu
rm -rf debian/tmp/etc/xdg/*
rm -rf debian/tdebase-data-trinity/etc/xdg/*

@ -1,6 +1,6 @@
#! /bin/sh -e
FILE="/etc/xdg/menus/kde-applications-merged/kde-essential.menu"
FILE="/etc/xdg/menus/kde-applications-merged/tde-essential.menu"
SUBDIR="/etc/xdg/menus/kde-applications-merged"
case "$1" in

@ -1,50 +1,50 @@
debian/tmp/opt/trinity/share/desktop-directories/kde-development.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-development-translation.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-development-webdevelopment.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-editors.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-edutainment.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-arcade.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-board.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-card.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-kids.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-roguelikes.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-strategy.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-graphics.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-information.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-internet.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-internet-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-main.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-more.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-multimedia.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-office.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-science.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-components.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-hardware.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-looknfeel.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settingsmenu.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-network.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-power.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-security.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-sound.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-system.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-webbrowsing.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system-screensavers.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-toys.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-unknown.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-file.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-pim.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-xutils.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development-translation.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development-webdevelopment.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-editors.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-edutainment.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-arcade.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-board.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-card.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-kids.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-roguelikes.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-strategy.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-graphics.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-information.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-internet.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-internet-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-main.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-more.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-multimedia.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-office.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-science.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-components.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-hardware.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-looknfeel.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settingsmenu.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-network.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-power.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-security.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-sound.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-system.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-webbrowsing.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system-screensavers.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-toys.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-unknown.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-file.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-pim.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-xutils.directory
debian/tmp/opt/trinity/share/locale/l10n/ad/entry.desktop
debian/tmp/opt/trinity/share/locale/l10n/ad/flag.png
debian/tmp/opt/trinity/share/locale/l10n/ae/entry.desktop
@ -574,4 +574,4 @@ debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/ksplash.png

@ -12,7 +12,6 @@ debian/tmp/opt/trinity/bin/tdm_config
debian/tmp/opt/trinity/bin/tdmctl
debian/tmp/opt/trinity/bin/tdm_greet
debian/tmp/opt/trinity/bin/krootimage
debian/tmp/opt/trinity/share/apps/tdm/pics/kdelogo-crystal.png
debian/tmp/opt/trinity/share/apps/tdm/pics/kdelogo.png
debian/tmp/opt/trinity/share/apps/tdm/pics/shutdown.jpg
debian/tmp/opt/trinity/share/apps/tdm/pics/users/default1.png

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,3 +1,3 @@
debian/tmp/opt/trinity/include/tde/poppler-link-qt3.h
debian/tmp/opt/trinity/include/tde/poppler-page-transition.h
debian/tmp/opt/trinity/include/tde/poppler-qt.h
debian/tmp/opt/trinity/include/poppler-link-qt3.h
debian/tmp/opt/trinity/include/poppler-page-transition.h
debian/tmp/opt/trinity/include/poppler-qt.h

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,184 +1,184 @@
debian/tmp/opt/trinity/include/tde/dom/SVGAElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAltGlyphDefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAltGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAngle.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateColorElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateMotionElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateTransformElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedAngle.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedBoolean.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedEnumeration.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedInteger.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedLength.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedLengthList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedNumber.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedNumberList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPathData.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPoints.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedRect.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedString.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedTransformList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimationElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGCSSRule.h
debian/tmp/opt/trinity/include/tde/dom/SVGCircleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGClipPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGColor.h
debian/tmp/opt/trinity/include/tde/dom/SVGColorProfileElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGColorProfileRule.h
debian/tmp/opt/trinity/include/tde/dom/SVGComponentTransferFunctionElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGCursorElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDefinitionSrcElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDefsElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDescElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDocument.h
debian/tmp/opt/trinity/include/tde/dom/SVGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGElementInstance.h
debian/tmp/opt/trinity/include/tde/dom/SVGElementInstanceList.h
debian/tmp/opt/trinity/include/tde/dom/SVGEllipseElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGEvent.h
debian/tmp/opt/trinity/include/tde/dom/SVGException.h
debian/tmp/opt/trinity/include/tde/dom/SVGExternalResourcesRequired.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEBlendElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEColorMatrixElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEComponentTransferElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFECompositeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEConvolveMatrixElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDiffuseLightingElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDisplacementMapElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDistantLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFloodElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncAElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncBElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncRElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEGaussianBlurElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEImageElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMergeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMergeNodeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMorphologyElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEOffsetElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEPointLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFESpecularLightingElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFESpotLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFETileElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFETurbulenceElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFilterElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/opt/trinity/include/tde/dom/SVGFitToViewBox.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceFormatElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceNameElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceSrcElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceUriElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGForeignObjectElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGlyphRefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGHKernElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGICCColor.h
debian/tmp/opt/trinity/include/tde/dom/SVGImageElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLangSpace.h
debian/tmp/opt/trinity/include/tde/dom/SVGLength.h
debian/tmp/opt/trinity/include/tde/dom/SVGLengthList.h
debian/tmp/opt/trinity/include/tde/dom/SVGLineElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLinearGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLocatable.h
debian/tmp/opt/trinity/include/tde/dom/SVGMPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMarkerElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMaskElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMatrix.h
debian/tmp/opt/trinity/include/tde/dom/SVGMetadataElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMissingGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGNumber.h
debian/tmp/opt/trinity/include/tde/dom/SVGNumberList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPaint.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSeg.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegArc.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegClosePath.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoCubic.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLineto.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLinetoVertical.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegMoveto.h
debian/tmp/opt/trinity/include/tde/dom/SVGPatternElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPoint.h
debian/tmp/opt/trinity/include/tde/dom/SVGPointList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPolygonElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPolylineElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPreserveAspectRatio.h
debian/tmp/opt/trinity/include/tde/dom/SVGRadialGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGRect.h
debian/tmp/opt/trinity/include/tde/dom/SVGRectElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGRenderingIntent.h
debian/tmp/opt/trinity/include/tde/dom/SVGSVGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGScriptElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSetElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGStopElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGStringList.h
debian/tmp/opt/trinity/include/tde/dom/SVGStylable.h
debian/tmp/opt/trinity/include/tde/dom/SVGStyleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSwitchElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSymbolElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTRefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTSpanElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTests.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextContentElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextPositioningElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTitleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransform.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransformList.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransformable.h
debian/tmp/opt/trinity/include/tde/dom/SVGURIReference.h
debian/tmp/opt/trinity/include/tde/dom/SVGUnitTypes.h
debian/tmp/opt/trinity/include/tde/dom/SVGUseElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGVKernElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGViewElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGViewSpec.h
debian/tmp/opt/trinity/include/tde/dom/SVGWindow.h
debian/tmp/opt/trinity/include/tde/dom/SVGZoomAndPan.h
debian/tmp/opt/trinity/include/tde/dom/SVGZoomEvent.h
debian/tmp/opt/trinity/include/tde/kfaximage.h
debian/tmp/opt/trinity/include/tde/kmultipageInterface.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasFactory.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasItem.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasItems.h
debian/tmp/opt/trinity/include/tde/ksvg/DocumentFactory.h
debian/tmp/opt/trinity/include/tde/ksvg/KSVGCanvas.h
debian/tmp/opt/trinity/include/tde/ksvg/ksvg_plugin.h
debian/tmp/opt/trinity/include/tde/kviewshell/anchor.h
debian/tmp/opt/trinity/include/tde/kviewshell/bookmark.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageView.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentPageCache.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentRenderer.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentWidget.h
debian/tmp/opt/trinity/include/tde/kviewshell/history.h
debian/tmp/opt/trinity/include/tde/kviewshell/hyperlink.h
debian/tmp/opt/trinity/include/tde/kviewshell/kmultipage.h
debian/tmp/opt/trinity/include/tde/kviewshell/length.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageNumber.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageSize.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPage.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/opt/trinity/include/tde/kviewshell/selection.h
debian/tmp/opt/trinity/include/tde/kviewshell/simplePageSize.h
debian/tmp/opt/trinity/include/tde/kviewshell/textBox.h
debian/tmp/opt/trinity/include/tde/kviewshell/zoom.h
debian/tmp/opt/trinity/include/tde/kviewshell/zoomlimits.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/BezierPath.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/Glyph.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/GlyphTracer.h
debian/tmp/opt/trinity/include/dom/SVGAElement.h
debian/tmp/opt/trinity/include/dom/SVGAltGlyphDefElement.h
debian/tmp/opt/trinity/include/dom/SVGAltGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGAngle.h
debian/tmp/opt/trinity/include/dom/SVGAnimateColorElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateMotionElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateTransformElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedAngle.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedBoolean.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedEnumeration.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedInteger.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedLength.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedLengthList.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedNumber.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedNumberList.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPathData.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPoints.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedRect.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedString.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedTransformList.h
debian/tmp/opt/trinity/include/dom/SVGAnimationElement.h
debian/tmp/opt/trinity/include/dom/SVGCSSRule.h
debian/tmp/opt/trinity/include/dom/SVGCircleElement.h
debian/tmp/opt/trinity/include/dom/SVGClipPathElement.h
debian/tmp/opt/trinity/include/dom/SVGColor.h
debian/tmp/opt/trinity/include/dom/SVGColorProfileElement.h
debian/tmp/opt/trinity/include/dom/SVGColorProfileRule.h
debian/tmp/opt/trinity/include/dom/SVGComponentTransferFunctionElement.h
debian/tmp/opt/trinity/include/dom/SVGCursorElement.h
debian/tmp/opt/trinity/include/dom/SVGDefinitionSrcElement.h
debian/tmp/opt/trinity/include/dom/SVGDefsElement.h
debian/tmp/opt/trinity/include/dom/SVGDescElement.h
debian/tmp/opt/trinity/include/dom/SVGDocument.h
debian/tmp/opt/trinity/include/dom/SVGElement.h
debian/tmp/opt/trinity/include/dom/SVGElementInstance.h
debian/tmp/opt/trinity/include/dom/SVGElementInstanceList.h
debian/tmp/opt/trinity/include/dom/SVGEllipseElement.h
debian/tmp/opt/trinity/include/dom/SVGEvent.h
debian/tmp/opt/trinity/include/dom/SVGException.h
debian/tmp/opt/trinity/include/dom/SVGExternalResourcesRequired.h
debian/tmp/opt/trinity/include/dom/SVGFEBlendElement.h
debian/tmp/opt/trinity/include/dom/SVGFEColorMatrixElement.h
debian/tmp/opt/trinity/include/dom/SVGFEComponentTransferElement.h
debian/tmp/opt/trinity/include/dom/SVGFECompositeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEConvolveMatrixElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDiffuseLightingElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDisplacementMapElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDistantLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFloodElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncAElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncBElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncGElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncRElement.h
debian/tmp/opt/trinity/include/dom/SVGFEGaussianBlurElement.h
debian/tmp/opt/trinity/include/dom/SVGFEImageElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMergeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMergeNodeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMorphologyElement.h
debian/tmp/opt/trinity/include/dom/SVGFEOffsetElement.h
debian/tmp/opt/trinity/include/dom/SVGFEPointLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFESpecularLightingElement.h
debian/tmp/opt/trinity/include/dom/SVGFESpotLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFETileElement.h
debian/tmp/opt/trinity/include/dom/SVGFETurbulenceElement.h
debian/tmp/opt/trinity/include/dom/SVGFilterElement.h
debian/tmp/opt/trinity/include/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/opt/trinity/include/dom/SVGFitToViewBox.h
debian/tmp/opt/trinity/include/dom/SVGFontElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceFormatElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceNameElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceSrcElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceUriElement.h
debian/tmp/opt/trinity/include/dom/SVGForeignObjectElement.h
debian/tmp/opt/trinity/include/dom/SVGGElement.h
debian/tmp/opt/trinity/include/dom/SVGGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGGlyphRefElement.h
debian/tmp/opt/trinity/include/dom/SVGGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGHKernElement.h
debian/tmp/opt/trinity/include/dom/SVGICCColor.h
debian/tmp/opt/trinity/include/dom/SVGImageElement.h
debian/tmp/opt/trinity/include/dom/SVGLangSpace.h
debian/tmp/opt/trinity/include/dom/SVGLength.h
debian/tmp/opt/trinity/include/dom/SVGLengthList.h
debian/tmp/opt/trinity/include/dom/SVGLineElement.h
debian/tmp/opt/trinity/include/dom/SVGLinearGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGLocatable.h
debian/tmp/opt/trinity/include/dom/SVGMPathElement.h
debian/tmp/opt/trinity/include/dom/SVGMarkerElement.h
debian/tmp/opt/trinity/include/dom/SVGMaskElement.h
debian/tmp/opt/trinity/include/dom/SVGMatrix.h
debian/tmp/opt/trinity/include/dom/SVGMetadataElement.h
debian/tmp/opt/trinity/include/dom/SVGMissingGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGNumber.h
debian/tmp/opt/trinity/include/dom/SVGNumberList.h
debian/tmp/opt/trinity/include/dom/SVGPaint.h
debian/tmp/opt/trinity/include/dom/SVGPathElement.h
debian/tmp/opt/trinity/include/dom/SVGPathSeg.h
debian/tmp/opt/trinity/include/dom/SVGPathSegArc.h
debian/tmp/opt/trinity/include/dom/SVGPathSegClosePath.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoCubic.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLineto.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLinetoVertical.h
debian/tmp/opt/trinity/include/dom/SVGPathSegList.h
debian/tmp/opt/trinity/include/dom/SVGPathSegMoveto.h
debian/tmp/opt/trinity/include/dom/SVGPatternElement.h
debian/tmp/opt/trinity/include/dom/SVGPoint.h
debian/tmp/opt/trinity/include/dom/SVGPointList.h
debian/tmp/opt/trinity/include/dom/SVGPolygonElement.h
debian/tmp/opt/trinity/include/dom/SVGPolylineElement.h
debian/tmp/opt/trinity/include/dom/SVGPreserveAspectRatio.h
debian/tmp/opt/trinity/include/dom/SVGRadialGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGRect.h
debian/tmp/opt/trinity/include/dom/SVGRectElement.h
debian/tmp/opt/trinity/include/dom/SVGRenderingIntent.h
debian/tmp/opt/trinity/include/dom/SVGSVGElement.h
debian/tmp/opt/trinity/include/dom/SVGScriptElement.h
debian/tmp/opt/trinity/include/dom/SVGSetElement.h
debian/tmp/opt/trinity/include/dom/SVGStopElement.h
debian/tmp/opt/trinity/include/dom/SVGStringList.h
debian/tmp/opt/trinity/include/dom/SVGStylable.h
debian/tmp/opt/trinity/include/dom/SVGStyleElement.h
debian/tmp/opt/trinity/include/dom/SVGSwitchElement.h
debian/tmp/opt/trinity/include/dom/SVGSymbolElement.h
debian/tmp/opt/trinity/include/dom/SVGTRefElement.h
debian/tmp/opt/trinity/include/dom/SVGTSpanElement.h
debian/tmp/opt/trinity/include/dom/SVGTests.h
debian/tmp/opt/trinity/include/dom/SVGTextContentElement.h
debian/tmp/opt/trinity/include/dom/SVGTextElement.h
debian/tmp/opt/trinity/include/dom/SVGTextPathElement.h
debian/tmp/opt/trinity/include/dom/SVGTextPositioningElement.h
debian/tmp/opt/trinity/include/dom/SVGTitleElement.h
debian/tmp/opt/trinity/include/dom/SVGTransform.h
debian/tmp/opt/trinity/include/dom/SVGTransformList.h
debian/tmp/opt/trinity/include/dom/SVGTransformable.h
debian/tmp/opt/trinity/include/dom/SVGURIReference.h
debian/tmp/opt/trinity/include/dom/SVGUnitTypes.h
debian/tmp/opt/trinity/include/dom/SVGUseElement.h
debian/tmp/opt/trinity/include/dom/SVGVKernElement.h
debian/tmp/opt/trinity/include/dom/SVGViewElement.h
debian/tmp/opt/trinity/include/dom/SVGViewSpec.h
debian/tmp/opt/trinity/include/dom/SVGWindow.h
debian/tmp/opt/trinity/include/dom/SVGZoomAndPan.h
debian/tmp/opt/trinity/include/dom/SVGZoomEvent.h
debian/tmp/opt/trinity/include/kfaximage.h
debian/tmp/opt/trinity/include/kmultipageInterface.h
debian/tmp/opt/trinity/include/ksvg/CanvasFactory.h
debian/tmp/opt/trinity/include/ksvg/CanvasItem.h
debian/tmp/opt/trinity/include/ksvg/CanvasItems.h
debian/tmp/opt/trinity/include/ksvg/DocumentFactory.h
debian/tmp/opt/trinity/include/ksvg/KSVGCanvas.h
debian/tmp/opt/trinity/include/ksvg/ksvg_plugin.h
debian/tmp/opt/trinity/include/kviewshell/anchor.h
debian/tmp/opt/trinity/include/kviewshell/bookmark.h
debian/tmp/opt/trinity/include/kviewshell/pageView.h
debian/tmp/opt/trinity/include/kviewshell/documentPageCache.h
debian/tmp/opt/trinity/include/kviewshell/documentRenderer.h
debian/tmp/opt/trinity/include/kviewshell/documentWidget.h
debian/tmp/opt/trinity/include/kviewshell/history.h
debian/tmp/opt/trinity/include/kviewshell/hyperlink.h
debian/tmp/opt/trinity/include/kviewshell/kmultipage.h
debian/tmp/opt/trinity/include/kviewshell/length.h
debian/tmp/opt/trinity/include/kviewshell/pageNumber.h
debian/tmp/opt/trinity/include/kviewshell/pageSize.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPage.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/opt/trinity/include/kviewshell/selection.h
debian/tmp/opt/trinity/include/kviewshell/simplePageSize.h
debian/tmp/opt/trinity/include/kviewshell/textBox.h
debian/tmp/opt/trinity/include/kviewshell/zoom.h
debian/tmp/opt/trinity/include/kviewshell/zoomlimits.h
debian/tmp/opt/trinity/include/libtext2path-0.1/BezierPath.h
debian/tmp/opt/trinity/include/libtext2path-0.1/Glyph.h
debian/tmp/opt/trinity/include/libtext2path-0.1/GlyphTracer.h
debian/tmp/opt/trinity/lib/libtdeinit_kview.la
debian/tmp/opt/trinity/lib/libtdeinit_mrmlsearch.la
debian/tmp/opt/trinity/lib/libkghostviewlib.la

@ -2083,7 +2083,7 @@ tdelibs (4:3.4.0-0pre5) alioth; urgency=low
page. (Closes: #257588).
* [cdbs/kde.mk] Use escaped variables in the definitions of kde_htmldir and
the like instead of absolute paths, so that /usr/bin/kde-config doesn't
the like instead of absolute paths, so that /usr/bin/tde-config doesn't
output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not

@ -16,7 +16,7 @@ Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), autotools-dev,
libxml2-dev, libxml2-utils, libxslt1-dev, libavahi-tqt-dev,
sharutils, texinfo, libogg-dev-la, libtqtinterface-dev,
gettext-kde, lsb-release, base-files, sudo, libr-dev,
cmake, libltdl-dev
libudev-dev, cmake, libltdl-dev
Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11
Standards-Version: 3.8.3
@ -88,7 +88,7 @@ Depends: tdelibs4c2a-trinity (= ${Source-Version}), libart-2.0-dev (>= 2.3.17),
libsasl2-dev, libssl-dev, libxcomposite-dev,
libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
libavahi-client-dev (>= 0.4), libtqtinterface-dev,
gettext-kde, libr-dev
gettext-kde, libr-dev, libudev-dev
Provides: tdelibs-trinity-dev
Description: development files for the TDE core libraries
This package contains all the headers and other related files needed

@ -27,7 +27,7 @@ manpage.1: manpage.sgml
<!ENTITY dhemail "<email>ccheney@debian.org</email>">
<!ENTITY dhusername "Chris Cheney">
<!ENTITY dhucpackage "<refentrytitle>KDE-CONFIG</refentrytitle>">
<!ENTITY dhpackage "kde-config">
<!ENTITY dhpackage "tde-config">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">

@ -826,3 +826,5 @@ debian/tmp/opt/trinity/lib/libvcard.la
debian/tmp/opt/trinity/lib/libvcard.so
debian/tmp/opt/trinity/share/cmake
debian/tmp/opt/trinity/lib/pkgconfig/tdelibs.pc

@ -18,7 +18,7 @@ debian/tmp/opt/trinity/bin/kaddprinterwizard
debian/tmp/opt/trinity/bin/kbuildsycoca
debian/tmp/opt/trinity/bin/kconf_update
debian/tmp/opt/trinity/bin/kcookiejar
debian/tmp/opt/trinity/bin/kde-config
debian/tmp/opt/trinity/bin/tde-config
debian/tmp/opt/trinity/bin/kded
debian/tmp/opt/trinity/bin/tdeinit
debian/tmp/opt/trinity/bin/tdeinit_shutdown

@ -8,7 +8,7 @@ debian/man/out/kaddprinterwizard-trinity.1
debian/man/out/kbuildsycoca-trinity.1
debian/man/out/kconf_update-trinity.1
debian/man/out/kcookiejar-trinity.1
debian/man/out/kde-config-trinity.1
debian/man/out/tde-config-trinity.1
debian/man/out/kded-trinity.1
debian/man/out/kdontchangethehostname-trinity.1
debian/man/out/kfile-trinity.1

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -39,4 +39,4 @@ DEB_DH_MAKESHLIBS_ARGS_tdemultimedia-kio-plugins-trinity := -V'tdemultimedia-ki
#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))
install/tdemultimedia-kappfinder-data-trinity::
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/kde-multimedia-music.menu debian/tdemultimedia-kappfinder-data-trinity/etc/xdg/menus/applications-merged/trinity-multimedia-music.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/tde-multimedia-music.menu debian/tdemultimedia-kappfinder-data-trinity/etc/xdg/menus/applications-merged/trinity-multimedia-music.menu

@ -16,4 +16,4 @@ debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/qjackctl.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/qsynth.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/vkeybd.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/zynaddsubfx.desktop
debian/tmp/opt/trinity/share/desktop-directories/kde-multimedia-music.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-multimedia-music.directory

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,4 +1,4 @@
/opt/trinity/bin/indexlib-config
/opt/trinity/include/tde/index
/opt/trinity/include/index
/opt/trinity/lib/libindex.la
/opt/trinity/lib/libindex.so

@ -1,5 +1,5 @@
/opt/trinity/include/tde/libemailfunctions/idmapper.h
/opt/trinity/include/tde/libkcal
/opt/trinity/include/libemailfunctions/idmapper.h
/opt/trinity/include/libkcal
/opt/trinity/lib/libkcal.la
/opt/trinity/lib/libkcal.so
/opt/trinity/lib/libkcal_resourceremote.la

@ -1,3 +1,3 @@
/opt/trinity/include/tde/kgantt
/opt/trinity/include/kgantt
/opt/trinity/lib/libkgantt.la
/opt/trinity/lib/libkgantt.so

@ -1,6 +1,6 @@
/opt/trinity/include/tde/gpgme++
/opt/trinity/include/tde/kleo
/opt/trinity/include/tde/qgpgme
/opt/trinity/include/gpgme++
/opt/trinity/include/kleo
/opt/trinity/include/qgpgme
/opt/trinity/lib/libgpgme++.la
/opt/trinity/lib/libgpgme++.so
/opt/trinity/lib/libkleopatra.la

@ -1,4 +1,4 @@
/opt/trinity/include/tde/tdepim/exchangeaccount.h
/opt/trinity/include/tde/tdepim/exchangeclient.h
/opt/trinity/include/tdepim/exchangeaccount.h
/opt/trinity/include/tdepim/exchangeclient.h
/opt/trinity/lib/libkpimexchange.la
/opt/trinity/lib/libkpimexchange.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/ksieve
/opt/trinity/include/ksieve
/opt/trinity/lib/libksieve.la
/opt/trinity/lib/libksieve.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/ktnef
/opt/trinity/include/ktnef
/opt/trinity/lib/libktnef.la
/opt/trinity/lib/libktnef.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/mimelib
/opt/trinity/include/mimelib
/opt/trinity/lib/libmimelib.la
/opt/trinity/lib/libmimelib.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/tdepimmacros.h
/opt/trinity/include/tdepimmacros.h
/opt/trinity/lib/libtdepim.la
/opt/trinity/lib/libtdepim.so

@ -1,15 +1,15 @@
/opt/trinity/include/tde/KNotesAppIface.h
/opt/trinity/include/tde/KNotesIface.h
/opt/trinity/include/tde/akregator
/opt/trinity/include/tde/calendar
/opt/trinity/include/tde/kabc
/opt/trinity/include/tde/kaddressbook
/opt/trinity/include/tde/kmail
/opt/trinity/include/tde/kmailIface.h
/opt/trinity/include/tde/kmailicalIface.h
/opt/trinity/include/tde/kmailpartIface.h
/opt/trinity/include/tde/kontact
/opt/trinity/include/tde/korganizer
/opt/trinity/include/KNotesAppIface.h
/opt/trinity/include/KNotesIface.h
/opt/trinity/include/akregator
/opt/trinity/include/calendar
/opt/trinity/include/kabc
/opt/trinity/include/kaddressbook
/opt/trinity/include/kmail
/opt/trinity/include/kmailIface.h
/opt/trinity/include/kmailicalIface.h
/opt/trinity/include/kmailpartIface.h
/opt/trinity/include/kontact
/opt/trinity/include/korganizer
/opt/trinity/lib/libkabckolab.la
/opt/trinity/lib/libkabckolab.so
/opt/trinity/lib/libkabcscalix.la
@ -81,4 +81,4 @@
/opt/trinity/lib/libgwsoap.la
/opt/trinity/lib/libgwsoap.so
/opt/trinity/include/tde/kpimprefs.h
/opt/trinity/include/kpimprefs.h

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -14,7 +14,7 @@ diff -Nur keep-0.4.0/admin/cvs.sh keep-0.4.0.new/admin/cvs.sh
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
if ! test -f $kdepotpath; then
kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
fi

@ -60,7 +60,6 @@ install: build
dh_install -plibcaldav --autodest debian/tmp/usr/lib/libcaldav.so*
# Developer package
mv debian/tmp/usr/include/libcaldav* debian/tmp/usr/include/libcaldav
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/libcaldav.la
dh_install -plibcaldav-dev --autodest debian/tmp/usr/include/libcaldav/*
dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/pkgconfig/*

@ -60,7 +60,6 @@ install: build
dh_install -plibcarddav --autodest debian/tmp/usr/lib/libcarddav.so*
# Developer package
mv debian/tmp/usr/include/libcarddav* debian/tmp/usr/include/libcarddav
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/libcarddav.la
dh_install -plibcarddav-dev --autodest debian/tmp/usr/include/libcarddav/*
dh_install -plibcarddav-dev --autodest debian/tmp/usr/lib/pkgconfig/*

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -100,7 +100,7 @@ pytdeextensions (0.4.0-3) unstable; urgency=low
* Added pycompat and pyversions
* Force to use python2.4 (Closes: #375618)
* Added to Build-Depends: python-support, python-all-dev,
tdelibs4c2a (for kde-config)
tdelibs4c2a (for tde-config)
* Updated libpythonize0-dev, libpythonize0, and pytdextensions install files
* Cleaned up rules
* Added 12_force_python2.4_script.diff to force python2.4 in scripts

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -28,9 +28,7 @@ debian/tmp/opt/trinity/share/apps/kdesktop/patterns/stonewall2.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/stonewall2.png
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/triangles.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/patterns/triangles.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/kde2.xbm
debian/tmp/opt/trinity/share/apps/kdesktop/pics/ksslogo.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/splash2.png
debian/tmp/opt/trinity/share/apps/kdesktop/pics/splash.png
debian/tmp/opt/trinity/share/apps/kdesktop/programs/kwebdesktop.desktop
debian/tmp/opt/trinity/share/apps/kdesktop/programs/xearth.desktop

@ -19,7 +19,6 @@ debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/contact.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/faq.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/info.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kcontrolmodules.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kicmodules.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/kioslaves.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/konqplugins.desktop
debian/tmp/opt/trinity/share/apps/khelpcenter/plugins/links.desktop

@ -3,5 +3,5 @@
@@ -151,3 +151,4 @@
GenericName[zu]=Amafayela Omuntu siqu
Categories=Qt;KDE;Core;
OnlyShowIn=KDE;
OnlyShowIn=TDE;
+NoDisplay=true

@ -2,6 +2,6 @@
+++ tdebase/kicker/kicker/kcmkicker.desktop 2005-03-17 01:03:30.907591016 +0000
@@ -67,3 +67,4 @@
X-KDE-StartupNotify=true
OnlyShowIn=KDE;
OnlyShowIn=TDE;
Categories=Qt;KDE;Settings;
+NoDisplay=true

@ -3,5 +3,5 @@
@@ -77,3 +77,4 @@
X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Settings;
OnlyShowIn=KDE;
OnlyShowIn=TDE;
+NoDisplay=true

@ -3,5 +3,5 @@
@@ -90,3 +90,4 @@
Terminal=false
X-DCOP-ServiceType=Multi
Categories=Qt;KDE;Utility;X-KDE-Utilities-Peripherals;
Categories=Qt;KDE;Utility
+NoDisplay=true

@ -2,6 +2,6 @@
+++ tdebase-3.5.7/kfind/Kfind.desktop
@@ -73,3 +73,4 @@
X-KDE-StartupNotify=true
OnlyShowIn=KDE;
OnlyShowIn=TDE;
Categories=Qt;KDE;Core;
+NoDisplay=true

@ -226,10 +226,10 @@ binary-install/tdebase-data-trinity::
# hack the oui.db install, as under kfreebsd it does not get installed and then breaks at dh_install time
# it's in fact a linux specific file...
install -p -D -m644 kcontrol/view1394/oui.db debian/tdebase-data-trinity/opt/trinity/share/apps/kcmview1394/oui.db
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/kde-essential.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/applications-merged/kde-essential.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-information.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-information.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-screensavers.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-screensavers.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/kde-settings.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/kde-settings.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/tde-essential.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/applications-merged/tde-essential.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-information.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-information.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-screensavers.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-screensavers.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/tde-settings.menu debian/tdebase-data-trinity/opt/trinity/etc/xdg/menus/tde-settings.menu
rm -rf debian/tmp/etc/xdg/*
rm -rf debian/tdebase-data-trinity/etc/xdg/*

@ -1,6 +1,6 @@
#! /bin/sh -e
FILE="/etc/xdg/menus/kde-applications-merged/kde-essential.menu"
FILE="/etc/xdg/menus/kde-applications-merged/tde-essential.menu"
SUBDIR="/etc/xdg/menus/kde-applications-merged"
case "$1" in

@ -1,50 +1,50 @@
debian/tmp/opt/trinity/share/desktop-directories/kde-development.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-development-translation.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-development-webdevelopment.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-editors.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-edutainment.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-arcade.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-board.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-card.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-kids.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-roguelikes.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-games-strategy.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-graphics.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-information.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-internet.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-internet-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-main.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-more.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-multimedia.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-office.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-science.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-components.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-hardware.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-looknfeel.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settingsmenu.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-network.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-power.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-security.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-sound.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-system.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-settings-webbrowsing.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system-screensavers.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-system-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-toys.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-unknown.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-file.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-pim.directory
debian/tmp/opt/trinity/share/desktop-directories/kde-utilities-xutils.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development-translation.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-development-webdevelopment.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-editors.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-edutainment.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-arcade.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-board.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-card.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-kids.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-roguelikes.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-games-strategy.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-graphics.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-information.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-internet.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-internet-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-main.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-more.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-multimedia.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-office.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-science.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-components.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-hardware.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-looknfeel.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settingsmenu.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-network.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-power.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-security.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-sound.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-system.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-settings-webbrowsing.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system-screensavers.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-system-terminal.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-toys.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-unknown.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-accessibility.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-desktop.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-file.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-peripherals.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-pim.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-utilities-xutils.directory
debian/tmp/opt/trinity/share/locale/l10n/ad/entry.desktop
debian/tmp/opt/trinity/share/locale/l10n/ad/flag.png
debian/tmp/opt/trinity/share/locale/l10n/ae/entry.desktop
@ -574,4 +574,4 @@ debian/tmp/opt/trinity/share/icons/hicolor/16x16/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/22x22/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/32x32/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/48x48/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/ksplash.png
debian/tmp/opt/trinity/share/icons/hicolor/64x64/apps/ksplash.png

@ -12,7 +12,6 @@ debian/tmp/opt/trinity/bin/tdm_config
debian/tmp/opt/trinity/bin/tdmctl
debian/tmp/opt/trinity/bin/tdm_greet
debian/tmp/opt/trinity/bin/krootimage
debian/tmp/opt/trinity/share/apps/tdm/pics/kdelogo-crystal.png
debian/tmp/opt/trinity/share/apps/tdm/pics/kdelogo.png
debian/tmp/opt/trinity/share/apps/tdm/pics/shutdown.jpg
debian/tmp/opt/trinity/share/apps/tdm/pics/users/default1.png

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,3 +1,3 @@
debian/tmp/opt/trinity/include/tde/poppler-link-qt3.h
debian/tmp/opt/trinity/include/tde/poppler-page-transition.h
debian/tmp/opt/trinity/include/tde/poppler-qt.h
debian/tmp/opt/trinity/include/poppler-link-qt3.h
debian/tmp/opt/trinity/include/poppler-page-transition.h
debian/tmp/opt/trinity/include/poppler-qt.h

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,184 +1,184 @@
debian/tmp/opt/trinity/include/tde/dom/SVGAElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAltGlyphDefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAltGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAngle.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateColorElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateMotionElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimateTransformElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedAngle.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedBoolean.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedEnumeration.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedInteger.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedLength.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedLengthList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedNumber.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedNumberList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPathData.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPoints.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedRect.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedString.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimatedTransformList.h
debian/tmp/opt/trinity/include/tde/dom/SVGAnimationElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGCSSRule.h
debian/tmp/opt/trinity/include/tde/dom/SVGCircleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGClipPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGColor.h
debian/tmp/opt/trinity/include/tde/dom/SVGColorProfileElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGColorProfileRule.h
debian/tmp/opt/trinity/include/tde/dom/SVGComponentTransferFunctionElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGCursorElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDefinitionSrcElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDefsElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDescElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGDocument.h
debian/tmp/opt/trinity/include/tde/dom/SVGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGElementInstance.h
debian/tmp/opt/trinity/include/tde/dom/SVGElementInstanceList.h
debian/tmp/opt/trinity/include/tde/dom/SVGEllipseElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGEvent.h
debian/tmp/opt/trinity/include/tde/dom/SVGException.h
debian/tmp/opt/trinity/include/tde/dom/SVGExternalResourcesRequired.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEBlendElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEColorMatrixElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEComponentTransferElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFECompositeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEConvolveMatrixElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDiffuseLightingElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDisplacementMapElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEDistantLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFloodElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncAElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncBElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEFuncRElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEGaussianBlurElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEImageElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMergeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMergeNodeElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEMorphologyElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEOffsetElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFEPointLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFESpecularLightingElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFESpotLightElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFETileElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFETurbulenceElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFilterElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/opt/trinity/include/tde/dom/SVGFitToViewBox.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceFormatElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceNameElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceSrcElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGFontFaceUriElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGForeignObjectElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGlyphRefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGHKernElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGICCColor.h
debian/tmp/opt/trinity/include/tde/dom/SVGImageElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLangSpace.h
debian/tmp/opt/trinity/include/tde/dom/SVGLength.h
debian/tmp/opt/trinity/include/tde/dom/SVGLengthList.h
debian/tmp/opt/trinity/include/tde/dom/SVGLineElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLinearGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGLocatable.h
debian/tmp/opt/trinity/include/tde/dom/SVGMPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMarkerElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMaskElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMatrix.h
debian/tmp/opt/trinity/include/tde/dom/SVGMetadataElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGMissingGlyphElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGNumber.h
debian/tmp/opt/trinity/include/tde/dom/SVGNumberList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPaint.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSeg.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegArc.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegClosePath.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoCubic.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLineto.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegLinetoVertical.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPathSegMoveto.h
debian/tmp/opt/trinity/include/tde/dom/SVGPatternElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPoint.h
debian/tmp/opt/trinity/include/tde/dom/SVGPointList.h
debian/tmp/opt/trinity/include/tde/dom/SVGPolygonElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPolylineElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGPreserveAspectRatio.h
debian/tmp/opt/trinity/include/tde/dom/SVGRadialGradientElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGRect.h
debian/tmp/opt/trinity/include/tde/dom/SVGRectElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGRenderingIntent.h
debian/tmp/opt/trinity/include/tde/dom/SVGSVGElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGScriptElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSetElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGStopElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGStringList.h
debian/tmp/opt/trinity/include/tde/dom/SVGStylable.h
debian/tmp/opt/trinity/include/tde/dom/SVGStyleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSwitchElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGSymbolElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTRefElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTSpanElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTests.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextContentElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextPathElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTextPositioningElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTitleElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransform.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransformList.h
debian/tmp/opt/trinity/include/tde/dom/SVGTransformable.h
debian/tmp/opt/trinity/include/tde/dom/SVGURIReference.h
debian/tmp/opt/trinity/include/tde/dom/SVGUnitTypes.h
debian/tmp/opt/trinity/include/tde/dom/SVGUseElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGVKernElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGViewElement.h
debian/tmp/opt/trinity/include/tde/dom/SVGViewSpec.h
debian/tmp/opt/trinity/include/tde/dom/SVGWindow.h
debian/tmp/opt/trinity/include/tde/dom/SVGZoomAndPan.h
debian/tmp/opt/trinity/include/tde/dom/SVGZoomEvent.h
debian/tmp/opt/trinity/include/tde/kfaximage.h
debian/tmp/opt/trinity/include/tde/kmultipageInterface.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasFactory.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasItem.h
debian/tmp/opt/trinity/include/tde/ksvg/CanvasItems.h
debian/tmp/opt/trinity/include/tde/ksvg/DocumentFactory.h
debian/tmp/opt/trinity/include/tde/ksvg/KSVGCanvas.h
debian/tmp/opt/trinity/include/tde/ksvg/ksvg_plugin.h
debian/tmp/opt/trinity/include/tde/kviewshell/anchor.h
debian/tmp/opt/trinity/include/tde/kviewshell/bookmark.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageView.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentPageCache.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentRenderer.h
debian/tmp/opt/trinity/include/tde/kviewshell/documentWidget.h
debian/tmp/opt/trinity/include/tde/kviewshell/history.h
debian/tmp/opt/trinity/include/tde/kviewshell/hyperlink.h
debian/tmp/opt/trinity/include/tde/kviewshell/kmultipage.h
debian/tmp/opt/trinity/include/tde/kviewshell/length.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageNumber.h
debian/tmp/opt/trinity/include/tde/kviewshell/pageSize.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPage.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/opt/trinity/include/tde/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/opt/trinity/include/tde/kviewshell/selection.h
debian/tmp/opt/trinity/include/tde/kviewshell/simplePageSize.h
debian/tmp/opt/trinity/include/tde/kviewshell/textBox.h
debian/tmp/opt/trinity/include/tde/kviewshell/zoom.h
debian/tmp/opt/trinity/include/tde/kviewshell/zoomlimits.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/BezierPath.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/Glyph.h
debian/tmp/opt/trinity/include/tde/libtext2path-0.1/GlyphTracer.h
debian/tmp/opt/trinity/include/dom/SVGAElement.h
debian/tmp/opt/trinity/include/dom/SVGAltGlyphDefElement.h
debian/tmp/opt/trinity/include/dom/SVGAltGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGAngle.h
debian/tmp/opt/trinity/include/dom/SVGAnimateColorElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateMotionElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimateTransformElement.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedAngle.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedBoolean.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedEnumeration.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedInteger.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedLength.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedLengthList.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedNumber.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedNumberList.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPathData.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPoints.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedPreserveAspectRatio.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedRect.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedString.h
debian/tmp/opt/trinity/include/dom/SVGAnimatedTransformList.h
debian/tmp/opt/trinity/include/dom/SVGAnimationElement.h
debian/tmp/opt/trinity/include/dom/SVGCSSRule.h
debian/tmp/opt/trinity/include/dom/SVGCircleElement.h
debian/tmp/opt/trinity/include/dom/SVGClipPathElement.h
debian/tmp/opt/trinity/include/dom/SVGColor.h
debian/tmp/opt/trinity/include/dom/SVGColorProfileElement.h
debian/tmp/opt/trinity/include/dom/SVGColorProfileRule.h
debian/tmp/opt/trinity/include/dom/SVGComponentTransferFunctionElement.h
debian/tmp/opt/trinity/include/dom/SVGCursorElement.h
debian/tmp/opt/trinity/include/dom/SVGDefinitionSrcElement.h
debian/tmp/opt/trinity/include/dom/SVGDefsElement.h
debian/tmp/opt/trinity/include/dom/SVGDescElement.h
debian/tmp/opt/trinity/include/dom/SVGDocument.h
debian/tmp/opt/trinity/include/dom/SVGElement.h
debian/tmp/opt/trinity/include/dom/SVGElementInstance.h
debian/tmp/opt/trinity/include/dom/SVGElementInstanceList.h
debian/tmp/opt/trinity/include/dom/SVGEllipseElement.h
debian/tmp/opt/trinity/include/dom/SVGEvent.h
debian/tmp/opt/trinity/include/dom/SVGException.h
debian/tmp/opt/trinity/include/dom/SVGExternalResourcesRequired.h
debian/tmp/opt/trinity/include/dom/SVGFEBlendElement.h
debian/tmp/opt/trinity/include/dom/SVGFEColorMatrixElement.h
debian/tmp/opt/trinity/include/dom/SVGFEComponentTransferElement.h
debian/tmp/opt/trinity/include/dom/SVGFECompositeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEConvolveMatrixElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDiffuseLightingElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDisplacementMapElement.h
debian/tmp/opt/trinity/include/dom/SVGFEDistantLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFloodElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncAElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncBElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncGElement.h
debian/tmp/opt/trinity/include/dom/SVGFEFuncRElement.h
debian/tmp/opt/trinity/include/dom/SVGFEGaussianBlurElement.h
debian/tmp/opt/trinity/include/dom/SVGFEImageElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMergeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMergeNodeElement.h
debian/tmp/opt/trinity/include/dom/SVGFEMorphologyElement.h
debian/tmp/opt/trinity/include/dom/SVGFEOffsetElement.h
debian/tmp/opt/trinity/include/dom/SVGFEPointLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFESpecularLightingElement.h
debian/tmp/opt/trinity/include/dom/SVGFESpotLightElement.h
debian/tmp/opt/trinity/include/dom/SVGFETileElement.h
debian/tmp/opt/trinity/include/dom/SVGFETurbulenceElement.h
debian/tmp/opt/trinity/include/dom/SVGFilterElement.h
debian/tmp/opt/trinity/include/dom/SVGFilterPrimitiveStandardAttributes.h
debian/tmp/opt/trinity/include/dom/SVGFitToViewBox.h
debian/tmp/opt/trinity/include/dom/SVGFontElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceFormatElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceNameElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceSrcElement.h
debian/tmp/opt/trinity/include/dom/SVGFontFaceUriElement.h
debian/tmp/opt/trinity/include/dom/SVGForeignObjectElement.h
debian/tmp/opt/trinity/include/dom/SVGGElement.h
debian/tmp/opt/trinity/include/dom/SVGGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGGlyphRefElement.h
debian/tmp/opt/trinity/include/dom/SVGGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGHKernElement.h
debian/tmp/opt/trinity/include/dom/SVGICCColor.h
debian/tmp/opt/trinity/include/dom/SVGImageElement.h
debian/tmp/opt/trinity/include/dom/SVGLangSpace.h
debian/tmp/opt/trinity/include/dom/SVGLength.h
debian/tmp/opt/trinity/include/dom/SVGLengthList.h
debian/tmp/opt/trinity/include/dom/SVGLineElement.h
debian/tmp/opt/trinity/include/dom/SVGLinearGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGLocatable.h
debian/tmp/opt/trinity/include/dom/SVGMPathElement.h
debian/tmp/opt/trinity/include/dom/SVGMarkerElement.h
debian/tmp/opt/trinity/include/dom/SVGMaskElement.h
debian/tmp/opt/trinity/include/dom/SVGMatrix.h
debian/tmp/opt/trinity/include/dom/SVGMetadataElement.h
debian/tmp/opt/trinity/include/dom/SVGMissingGlyphElement.h
debian/tmp/opt/trinity/include/dom/SVGNumber.h
debian/tmp/opt/trinity/include/dom/SVGNumberList.h
debian/tmp/opt/trinity/include/dom/SVGPaint.h
debian/tmp/opt/trinity/include/dom/SVGPathElement.h
debian/tmp/opt/trinity/include/dom/SVGPathSeg.h
debian/tmp/opt/trinity/include/dom/SVGPathSegArc.h
debian/tmp/opt/trinity/include/dom/SVGPathSegClosePath.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoCubic.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoCubicSmooth.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoQuadratic.h
debian/tmp/opt/trinity/include/dom/SVGPathSegCurvetoQuadraticSmooth.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLineto.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLinetoHorizontal.h
debian/tmp/opt/trinity/include/dom/SVGPathSegLinetoVertical.h
debian/tmp/opt/trinity/include/dom/SVGPathSegList.h
debian/tmp/opt/trinity/include/dom/SVGPathSegMoveto.h
debian/tmp/opt/trinity/include/dom/SVGPatternElement.h
debian/tmp/opt/trinity/include/dom/SVGPoint.h
debian/tmp/opt/trinity/include/dom/SVGPointList.h
debian/tmp/opt/trinity/include/dom/SVGPolygonElement.h
debian/tmp/opt/trinity/include/dom/SVGPolylineElement.h
debian/tmp/opt/trinity/include/dom/SVGPreserveAspectRatio.h
debian/tmp/opt/trinity/include/dom/SVGRadialGradientElement.h
debian/tmp/opt/trinity/include/dom/SVGRect.h
debian/tmp/opt/trinity/include/dom/SVGRectElement.h
debian/tmp/opt/trinity/include/dom/SVGRenderingIntent.h
debian/tmp/opt/trinity/include/dom/SVGSVGElement.h
debian/tmp/opt/trinity/include/dom/SVGScriptElement.h
debian/tmp/opt/trinity/include/dom/SVGSetElement.h
debian/tmp/opt/trinity/include/dom/SVGStopElement.h
debian/tmp/opt/trinity/include/dom/SVGStringList.h
debian/tmp/opt/trinity/include/dom/SVGStylable.h
debian/tmp/opt/trinity/include/dom/SVGStyleElement.h
debian/tmp/opt/trinity/include/dom/SVGSwitchElement.h
debian/tmp/opt/trinity/include/dom/SVGSymbolElement.h
debian/tmp/opt/trinity/include/dom/SVGTRefElement.h
debian/tmp/opt/trinity/include/dom/SVGTSpanElement.h
debian/tmp/opt/trinity/include/dom/SVGTests.h
debian/tmp/opt/trinity/include/dom/SVGTextContentElement.h
debian/tmp/opt/trinity/include/dom/SVGTextElement.h
debian/tmp/opt/trinity/include/dom/SVGTextPathElement.h
debian/tmp/opt/trinity/include/dom/SVGTextPositioningElement.h
debian/tmp/opt/trinity/include/dom/SVGTitleElement.h
debian/tmp/opt/trinity/include/dom/SVGTransform.h
debian/tmp/opt/trinity/include/dom/SVGTransformList.h
debian/tmp/opt/trinity/include/dom/SVGTransformable.h
debian/tmp/opt/trinity/include/dom/SVGURIReference.h
debian/tmp/opt/trinity/include/dom/SVGUnitTypes.h
debian/tmp/opt/trinity/include/dom/SVGUseElement.h
debian/tmp/opt/trinity/include/dom/SVGVKernElement.h
debian/tmp/opt/trinity/include/dom/SVGViewElement.h
debian/tmp/opt/trinity/include/dom/SVGViewSpec.h
debian/tmp/opt/trinity/include/dom/SVGWindow.h
debian/tmp/opt/trinity/include/dom/SVGZoomAndPan.h
debian/tmp/opt/trinity/include/dom/SVGZoomEvent.h
debian/tmp/opt/trinity/include/kfaximage.h
debian/tmp/opt/trinity/include/kmultipageInterface.h
debian/tmp/opt/trinity/include/ksvg/CanvasFactory.h
debian/tmp/opt/trinity/include/ksvg/CanvasItem.h
debian/tmp/opt/trinity/include/ksvg/CanvasItems.h
debian/tmp/opt/trinity/include/ksvg/DocumentFactory.h
debian/tmp/opt/trinity/include/ksvg/KSVGCanvas.h
debian/tmp/opt/trinity/include/ksvg/ksvg_plugin.h
debian/tmp/opt/trinity/include/kviewshell/anchor.h
debian/tmp/opt/trinity/include/kviewshell/bookmark.h
debian/tmp/opt/trinity/include/kviewshell/pageView.h
debian/tmp/opt/trinity/include/kviewshell/documentPageCache.h
debian/tmp/opt/trinity/include/kviewshell/documentRenderer.h
debian/tmp/opt/trinity/include/kviewshell/documentWidget.h
debian/tmp/opt/trinity/include/kviewshell/history.h
debian/tmp/opt/trinity/include/kviewshell/hyperlink.h
debian/tmp/opt/trinity/include/kviewshell/kmultipage.h
debian/tmp/opt/trinity/include/kviewshell/length.h
debian/tmp/opt/trinity/include/kviewshell/pageNumber.h
debian/tmp/opt/trinity/include/kviewshell/pageSize.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPage.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPagePixmap.h
debian/tmp/opt/trinity/include/kviewshell/renderedDocumentPagePrinter.h
debian/tmp/opt/trinity/include/kviewshell/selection.h
debian/tmp/opt/trinity/include/kviewshell/simplePageSize.h
debian/tmp/opt/trinity/include/kviewshell/textBox.h
debian/tmp/opt/trinity/include/kviewshell/zoom.h
debian/tmp/opt/trinity/include/kviewshell/zoomlimits.h
debian/tmp/opt/trinity/include/libtext2path-0.1/BezierPath.h
debian/tmp/opt/trinity/include/libtext2path-0.1/Glyph.h
debian/tmp/opt/trinity/include/libtext2path-0.1/GlyphTracer.h
debian/tmp/opt/trinity/lib/libtdeinit_kview.la
debian/tmp/opt/trinity/lib/libtdeinit_mrmlsearch.la
debian/tmp/opt/trinity/lib/libkghostviewlib.la

@ -2083,7 +2083,7 @@ tdelibs (4:3.4.0-0pre5) alioth; urgency=low
page. (Closes: #257588).
* [cdbs/kde.mk] Use escaped variables in the definitions of kde_htmldir and
the like instead of absolute paths, so that /usr/bin/kde-config doesn't
the like instead of absolute paths, so that /usr/bin/tde-config doesn't
output them expanded even when --expandvars is not used. (Closes: #287822)
* Fixed the ability of the build system to find kde.pot, even when it is not

@ -16,7 +16,7 @@ Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), autotools-dev,
libxml2-dev, libxml2-utils, libxslt1-dev, libavahi-tqt-dev,
sharutils, texinfo, libogg-dev, libtqtinterface-dev,
gettext-kde, lsb-release, base-files, sudo, libr-dev,
cmake, libltdl-dev
libudev-dev, cmake, libltdl-dev
Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11
Standards-Version: 3.8.3
@ -89,7 +89,7 @@ Depends: tdelibs4c2a-trinity (= ${Source-Version}), libart-2.0-dev (>= 2.3.17),
libsasl2-dev, libssl-dev, libxcomposite-dev,
libtiff4-dev (>= 3.7.3-1), libxml2-dev, libxml2-utils, libxslt1-dev,
libavahi-client-dev (>= 0.4), libtqtinterface-dev,
gettext-kde, libr-dev
gettext-kde, libr-dev, libudev-dev
Provides: tdelibs-trinity-dev
Description: development files for the TDE core libraries
This package contains all the headers and other related files needed

@ -27,7 +27,7 @@ manpage.1: manpage.sgml
<!ENTITY dhemail "<email>ccheney@debian.org</email>">
<!ENTITY dhusername "Chris Cheney">
<!ENTITY dhucpackage "<refentrytitle>KDE-CONFIG</refentrytitle>">
<!ENTITY dhpackage "kde-config">
<!ENTITY dhpackage "tde-config">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">

@ -826,3 +826,5 @@ debian/tmp/opt/trinity/lib/libvcard.la
debian/tmp/opt/trinity/lib/libvcard.so
debian/tmp/opt/trinity/share/cmake
debian/tmp/opt/trinity/lib/pkgconfig/tdelibs.pc

@ -18,7 +18,7 @@ debian/tmp/opt/trinity/bin/kaddprinterwizard
debian/tmp/opt/trinity/bin/kbuildsycoca
debian/tmp/opt/trinity/bin/kconf_update
debian/tmp/opt/trinity/bin/kcookiejar
debian/tmp/opt/trinity/bin/kde-config
debian/tmp/opt/trinity/bin/tde-config
debian/tmp/opt/trinity/bin/kded
debian/tmp/opt/trinity/bin/tdeinit
debian/tmp/opt/trinity/bin/tdeinit_shutdown

@ -8,7 +8,7 @@ debian/man/out/kaddprinterwizard-trinity.1
debian/man/out/kbuildsycoca-trinity.1
debian/man/out/kconf_update-trinity.1
debian/man/out/kcookiejar-trinity.1
debian/man/out/kde-config-trinity.1
debian/man/out/tde-config-trinity.1
debian/man/out/kded-trinity.1
debian/man/out/kdontchangethehostname-trinity.1
debian/man/out/kfile-trinity.1

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -39,4 +39,4 @@ DEB_DH_MAKESHLIBS_ARGS_tdemultimedia-kio-plugins-trinity := -V'tdemultimedia-ki
#$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))
install/tdemultimedia-kappfinder-data-trinity::
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/kde-multimedia-music.menu debian/tdemultimedia-kappfinder-data-trinity/etc/xdg/menus/applications-merged/trinity-multimedia-music.menu
install -p -D -m644 debian/tmp/etc/xdg/menus/applications-merged/tde-multimedia-music.menu debian/tdemultimedia-kappfinder-data-trinity/etc/xdg/menus/applications-merged/trinity-multimedia-music.menu

@ -16,4 +16,4 @@ debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/qjackctl.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/qsynth.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/vkeybd.desktop
debian/tmp/opt/trinity/share/apps/kappfinder/apps/Multimedia/zynaddsubfx.desktop
debian/tmp/opt/trinity/share/desktop-directories/kde-multimedia-music.directory
debian/tmp/opt/trinity/share/desktop-directories/tde-multimedia-music.directory

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -1,4 +1,4 @@
/opt/trinity/bin/indexlib-config
/opt/trinity/include/tde/index
/opt/trinity/include/index
/opt/trinity/lib/libindex.la
/opt/trinity/lib/libindex.so

@ -1,5 +1,5 @@
/opt/trinity/include/tde/libemailfunctions/idmapper.h
/opt/trinity/include/tde/libkcal
/opt/trinity/include/libemailfunctions/idmapper.h
/opt/trinity/include/libkcal
/opt/trinity/lib/libkcal.la
/opt/trinity/lib/libkcal.so
/opt/trinity/lib/libkcal_resourceremote.la

@ -1,3 +1,3 @@
/opt/trinity/include/tde/kgantt
/opt/trinity/include/kgantt
/opt/trinity/lib/libkgantt.la
/opt/trinity/lib/libkgantt.so

@ -1,6 +1,6 @@
/opt/trinity/include/tde/gpgme++
/opt/trinity/include/tde/kleo
/opt/trinity/include/tde/qgpgme
/opt/trinity/include/gpgme++
/opt/trinity/include/kleo
/opt/trinity/include/qgpgme
/opt/trinity/lib/libgpgme++.la
/opt/trinity/lib/libgpgme++.so
/opt/trinity/lib/libkleopatra.la

@ -1,4 +1,4 @@
/opt/trinity/include/tde/tdepim/exchangeaccount.h
/opt/trinity/include/tde/tdepim/exchangeclient.h
/opt/trinity/include/tdepim/exchangeaccount.h
/opt/trinity/include/tdepim/exchangeclient.h
/opt/trinity/lib/libkpimexchange.la
/opt/trinity/lib/libkpimexchange.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/ksieve
/opt/trinity/include/ksieve
/opt/trinity/lib/libksieve.la
/opt/trinity/lib/libksieve.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/ktnef
/opt/trinity/include/ktnef
/opt/trinity/lib/libktnef.la
/opt/trinity/lib/libktnef.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/mimelib
/opt/trinity/include/mimelib
/opt/trinity/lib/libmimelib.la
/opt/trinity/lib/libmimelib.so

@ -1,3 +1,3 @@
/opt/trinity/include/tde/tdepimmacros.h
/opt/trinity/include/tdepimmacros.h
/opt/trinity/lib/libtdepim.la
/opt/trinity/lib/libtdepim.so

@ -1,15 +1,15 @@
/opt/trinity/include/tde/KNotesAppIface.h
/opt/trinity/include/tde/KNotesIface.h
/opt/trinity/include/tde/akregator
/opt/trinity/include/tde/calendar
/opt/trinity/include/tde/kabc
/opt/trinity/include/tde/kaddressbook
/opt/trinity/include/tde/kmail
/opt/trinity/include/tde/kmailIface.h
/opt/trinity/include/tde/kmailicalIface.h
/opt/trinity/include/tde/kmailpartIface.h
/opt/trinity/include/tde/kontact
/opt/trinity/include/tde/korganizer
/opt/trinity/include/KNotesAppIface.h
/opt/trinity/include/KNotesIface.h
/opt/trinity/include/akregator
/opt/trinity/include/calendar
/opt/trinity/include/kabc
/opt/trinity/include/kaddressbook
/opt/trinity/include/kmail
/opt/trinity/include/kmailIface.h
/opt/trinity/include/kmailicalIface.h
/opt/trinity/include/kmailpartIface.h
/opt/trinity/include/kontact
/opt/trinity/include/korganizer
/opt/trinity/lib/libkabckolab.la
/opt/trinity/lib/libkabckolab.so
/opt/trinity/lib/libkabcscalix.la
@ -81,4 +81,4 @@
/opt/trinity/lib/libgwsoap.la
/opt/trinity/lib/libgwsoap.so
/opt/trinity/include/tde/kpimprefs.h
/opt/trinity/include/kpimprefs.h

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

@ -13,13 +13,13 @@
fi
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
- kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
- if ! test -f $kdepotpath; then
- kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
- kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
- fi
+# kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/kde.pot
+# if ! test -f $kdepotpath; then
+# kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
+# kdepotpath=`tde-config --expandvars --prefix`/include/kde.pot
+# fi
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \

Loading…
Cancel
Save