From 27ff58e5d4d4fedda24dd05e284bb3010b41544b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 28 May 2019 13:57:46 +0200 Subject: DEB kerry: Switch to cmake. The man page has been moved to the main tree. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/applications/kerry/debian/control | 2 +- .../applications/kerry/debian/kerry.1.docbook | 109 --------------------- ubuntu/_base/applications/kerry/debian/rules | 36 +++---- 3 files changed, 12 insertions(+), 135 deletions(-) delete mode 100644 ubuntu/_base/applications/kerry/debian/kerry.1.docbook (limited to 'ubuntu') diff --git a/ubuntu/_base/applications/kerry/debian/control b/ubuntu/_base/applications/kerry/debian/control index 191180cf7..0ae6c68f9 100644 --- a/ubuntu/_base/applications/kerry/debian/control +++ b/ubuntu/_base/applications/kerry/debian/control @@ -2,7 +2,7 @@ Source: kerry-trinity Section: tde Priority: optional Maintainer: Timothy Pearson -Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, libbeagle-dev (>= 0.3.0), docbook2x, chrpath, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, cmake, tdelibs14-trinity-dev, libkonq4-trinity-dev, libbeagle-dev (>= 0.3.0) Homepage: http://en.opensuse.org/Kerry Standards-Version: 3.8.4 diff --git a/ubuntu/_base/applications/kerry/debian/kerry.1.docbook b/ubuntu/_base/applications/kerry/debian/kerry.1.docbook deleted file mode 100644 index c286af6db..000000000 --- a/ubuntu/_base/applications/kerry/debian/kerry.1.docbook +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - Jonathan Patrick - Davies - jpatrick@ubuntu.com - - - 2006 - Jonathan Patrick Davies - - - - 2006-03-26 - - - - kerry - 1 - - - kerry - a Beagle frontend for TDE - - - - kautoclick - - - - - - - - - - DESCRIPTION - - Kerry is a frontend for Beagle for the TDE desktop. - - - - OPTIONS - - All TDE and Qt - programs accept a some common command-line options. Kerry has no - application-specific options. - - - - Generic options: - - - Show help about options - - - - Show Qt specific options - - - - Show TDE specific options - - - - Show all options - - - - Show author information - - - , - Show version information - - - - Show license information - - - - Indicates end of options - - - - - - - COPYRIGHT - - This manual page was written by Jonathan Patrick Davies - jpatrick@ubuntu.com for the - Ubuntu system (but may be used by others). - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU General Public License, - Version 2 or any later version published by the Free Software Foundation. - - - On Debian systems, the complete text of the GNU General Public - License can be found in - /usr/share/common-licenses/GPL. - - - diff --git a/ubuntu/_base/applications/kerry/debian/rules b/ubuntu/_base/applications/kerry/debian/rules index a84cc1fed..cee2a3058 100755 --- a/ubuntu/_base/applications/kerry/debian/rules +++ b/ubuntu/_base/applications/kerry/debian/rules @@ -1,33 +1,19 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-tde.mk -DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde -DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DEB_CONFIGURE_PREFIX := /opt/trinity -DEB_CONFIGURE_INFODIR := /opt/trinity/share/info - -cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) - -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib - -DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 - DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) -build/kerry-trinity:: - docbook2x-man debian/kerry.1.docbook - -clean:: - rm -f kerry.1 - -binary-post-install/kerry-trinity:: - chrpath -d debian/kerry-trinity/opt/trinity/lib/libtdeinit_kerry.so - chrpath -d debian/kerry-trinity/opt/trinity/bin/kerry - chrpath -d debian/kerry-trinity/opt/trinity/lib/trinity/kerry.so - chrpath -d debian/kerry-trinity/opt/trinity/lib/trinity/kcm_beagle.so - mkdir -p debian/kerry-trinity/opt/trinity/share/man/man1/ - mv debian/kerry-trinity/usr/share/man/man1/kerry.1 debian/kerry-trinity/opt/trinity/share/man/man1/kerry.1 - rm -rf debian/kerry-trinity/usr/share/man +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" -- cgit v1.2.3