diff options
author | Slávek Banko <[email protected]> | 2018-11-04 16:28:32 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-04 16:28:43 +0100 |
commit | e17771cdcfd9039114675d617eaef9a10fac3d0d (patch) | |
tree | c6184dbbdfb4b11a90cdaf225748fe7b89de5520 /ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk | |
parent | d075df909be5555452b78d9d99252ff7a3b495b6 (diff) | |
download | tde-packaging-e17771cdcfd9039114675d617eaef9a10fac3d0d.tar.gz tde-packaging-e17771cdcfd9039114675d617eaef9a10fac3d0d.zip |
DEB tdmtheme: Switch to cmake.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 88903af20ad7ccb9e0ce9f8d98ce98439fc6abf2)
Diffstat (limited to 'ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk')
-rw-r--r-- | ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk b/ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk index 765560c89..ed93c4763 100644 --- a/ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk +++ b/ubuntu/maverick/applications/tdmtheme/debian/cdbs/kde.mk @@ -35,7 +35,9 @@ else DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) endif +ifndef _cdbs_class_cmake include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif export kde_cgidir = \$${libdir}/cgi-bin export kde_confdir = \$${sysconfdir}/trinity @@ -59,7 +61,7 @@ endif cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin -DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde" +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: @@ -75,7 +77,7 @@ debian/stamp-kde-apidox: common-install-prehook-impl:: mkdir -p po - -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages + -XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/opt/trinity/bin/extractattr sh $(DEB_SRCDIR)/admin/cvs.sh extract-messages -for file in po/*pot; do \ sed "s/charset=CHARSET/charset=UTF-8/" -i $$file; \ done |