summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/ktechlab/debian/debiandirs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-11-14 11:33:55 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-11-14 11:33:55 +0800
commit2064c92d78e53c5753ccc22a2b83abfe120fa8cb (patch)
tree036e5fe2423c6dd55b9e98c2af436a0291efbead /ubuntu/_base/applications/ktechlab/debian/debiandirs
parent8dcacdaad69d5af4ce3a0c84ae6b71e4a2510326 (diff)
downloadtde-packaging-2064c92d78e53c5753ccc22a2b83abfe120fa8cb.tar.gz
tde-packaging-2064c92d78e53c5753ccc22a2b83abfe120fa8cb.zip
DEB ktechlab: switch to cmake under Ubuntu too. Switch to common TDE cdbs rules. The man page has been moved to the main tree.
This is the same as commit e1d60a89d but applied to Ubuntu. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/ktechlab/debian/debiandirs')
-rw-r--r--ubuntu/_base/applications/ktechlab/debian/debiandirs32
1 files changed, 0 insertions, 32 deletions
diff --git a/ubuntu/_base/applications/ktechlab/debian/debiandirs b/ubuntu/_base/applications/ktechlab/debian/debiandirs
deleted file mode 100644
index f2d481ccf..000000000
--- a/ubuntu/_base/applications/ktechlab/debian/debiandirs
+++ /dev/null
@@ -1,32 +0,0 @@
-export kde_confdir=/etc/trinity
-export kde_prefix=/opt/trinity
-export kde_bindir=/opt/trinity/bin
-export kde_includedir=/opt/trinity/include/tde
-export kde_libdir=/opt/trinity/lib
-export kde_cgidir=/opt/trinity/lib/cgi-bin
-export kde_moduledir=/opt/trinity/lib/trinity
-export kde_appsdir=/opt/trinity/share/applnk
-export kde_datadir=/opt/trinity/share/apps
-export kde_htmldir=/opt/trinity/share/doc/tde/HTML
-export kde_icondir=/opt/trinity/share/icons
-export kde_locale=/opt/trinity/share/locale
-export kde_mimedir=/opt/trinity/share/mimelnk
-export kde_servicesdir=/opt/trinity/share/services
-export kde_servicetypesdir=/opt/trinity/share/servicetypes
-export kde_sounddir=/opt/trinity/share/sounds
-export kde_templatesdir=/opt/trinity/share/templates
-export kde_wallpaperdir=/opt/trinity/share/wallpapers
-export mandir=/opt/trinity/share/man
-export infodir=/opt/trinity/share/info
-export sysconfdir=/etc
-export QTDIR=/usr/share/qt3
-export IDL=/opt/trinity/bin/cuteidl
-export DCOPIDL=/opt/trinity/bin/dcopidl
-export DCOPIDL2CPP=/opt/trinity/bin/dcopidl2cpp
-export KDB2HTML=/opt/trinity/bin/kdb2html
-export MCOPIDL=/opt/trinity/bin/mcopidl
-export ARTSCCONFIG=/opt/trinity/bin/artsc-config
-export INSTALL_DATA=install -p -c -m 644
-configkde=--disable-debug --disable-rpath --prefix=$(kde_prefix) --libexecdir=$(kde_bindir) --sysconfdir=$(sysconfdir) --libdir=$(kde_libdir) --includedir=$(kde_includedir) --with-qt-includes=/usr/include/qt3 --mandir=$(mandir) --infodir=$(infodir) --with-xinerama
-configtdevelop=--disable-debug --disable-rpath --enable-docbase --enable-kdoc2 --libdir=$(kde_libdir) --includedir=$(kde_includedir) --with-qt-includes=/usr/include/qt3 --mandir=$(mandir) --with-tdelibsdoc-dir=/opt/trinity/share/doc/tdelibs3-doc/html --with-xinerama
-configtdepim=--disable-debug --disable-rpath --with-extra-includes=/usr/include/libpisock --enable-shared --prefix=$(kde_prefix) --libexecdir=$(kde_bindir) --with-qt-includes=/usr/include/qt3 --mandir=$(mandir) --infodir=$(infodir) --with-xinerama