From 149e6fac07b690309011baa522bed3aad899da42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 8 Sep 2021 16:27:03 +0200 Subject: DEB kftpgrabber: Switch to cmake. The man pages 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 --- .../internet/kftpgrabber/debian/control | 2 +- .../internet/kftpgrabber/debian/kftpgrabber.xml | 167 --------------------- .../internet/kftpgrabber/debian/manpages | 1 - .../applications/internet/kftpgrabber/debian/rules | 30 ++-- .../applications/internet/kftpgrabber/debian/watch | 2 - 5 files changed, 13 insertions(+), 189 deletions(-) delete mode 100644 ubuntu/_base/applications/internet/kftpgrabber/debian/kftpgrabber.xml delete mode 100644 ubuntu/_base/applications/internet/kftpgrabber/debian/manpages delete mode 100644 ubuntu/_base/applications/internet/kftpgrabber/debian/watch (limited to 'ubuntu') diff --git a/ubuntu/_base/applications/internet/kftpgrabber/debian/control b/ubuntu/_base/applications/internet/kftpgrabber/debian/control index 426bc7adb..832139e15 100644 --- a/ubuntu/_base/applications/internet/kftpgrabber/debian/control +++ b/ubuntu/_base/applications/internet/kftpgrabber/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: TDE Debian Team Uploaders: Fathi Boudra , Mark Purcell , Michael Meskes -Build-Depends: cdbs, debhelper (>= 9~), quilt, automake, libtool, tdelibs14-trinity-dev, docbook2x, docbook-xml, libssl-dev +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake-trinity, ninja-build, tdelibs-trinity-dev, libssl-dev Standards-Version: 3.8.3 Homepage: http://www.kftp.org diff --git a/ubuntu/_base/applications/internet/kftpgrabber/debian/kftpgrabber.xml b/ubuntu/_base/applications/internet/kftpgrabber/debian/kftpgrabber.xml deleted file mode 100644 index ae9a1cc32..000000000 --- a/ubuntu/_base/applications/internet/kftpgrabber/debian/kftpgrabber.xml +++ /dev/null @@ -1,167 +0,0 @@ - -Fathi"> - Boudra"> - mars 17, 2006"> - 1"> - fboudra@free.fr"> - - kftpgrabber"> - - Debian"> - GNU"> - GPL"> -]> - - - -
- &dhemail; -
- - &dhfirstname; - &dhsurname; - - - 2006 - &dhusername; - - &dhdate; -
- - &dhucpackage; - - &dhsection; - - - &dhpackage; - - ftp client for TDE - - - - &dhpackage; - - - - - - - DESCRIPTION - - &dhpackage; is a graphical ftp client for TDE. - It supports technologies like ZeroConf, TLS/SSL and FXP - - Some features: - - - Multiple FTP sessions (tabs) - - Transfer queue - - TLS/SSL support for encrypted connections (implicit and explicit) - - Partial X509 certificate support for authentication - - File eXchange Protocol (FXP) transfer support - - One Time Password (OTP) support - S/Key, MD5, RMD160, SHA1 - - Drag and Drop support - - Site bookmarking - - Encrypted bookmark support (password can be saved to TDEWallet) - - Distributed FTP support (PRET) - - SSCN and CPSV support - - Skiplist - - ZeroConf (aka. Rendezvous) support for local site discovery - - Bookmark sharing with Kopete contacts - - Bookmark import plugins - - Support for SFTP protocol - - Traffic graph - - Speed limiting - - Priority and skip lists - - Fast directory listings via control channel on servers that support STAT - - Integrated SFV checksum verifier - - Ability to view/edit remote files - - Exporting of directory listings into text files - - "On file exists" action matrix for Download, Upload and FXP transfers - - - - - - OPTIONS - - All TDE and Qt programs accept some common command-line options. - &dhpackage; has no application-specific 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 - - - - - - AUTHOR - - This manual page was written by &dhusername; <&dhemail;> for - the &debian; 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 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/internet/kftpgrabber/debian/manpages b/ubuntu/_base/applications/internet/kftpgrabber/debian/manpages deleted file mode 100644 index ac7779c7e..000000000 --- a/ubuntu/_base/applications/internet/kftpgrabber/debian/manpages +++ /dev/null @@ -1 +0,0 @@ -kftpgrabber.1 diff --git a/ubuntu/_base/applications/internet/kftpgrabber/debian/rules b/ubuntu/_base/applications/internet/kftpgrabber/debian/rules index 8292bc38c..a6797f19a 100755 --- a/ubuntu/_base/applications/internet/kftpgrabber/debian/rules +++ b/ubuntu/_base/applications/internet/kftpgrabber/debian/rules @@ -1,23 +1,17 @@ #!/usr/bin/make -f -# Currently is not possible to build with --enable-final -DEB_BUILD_OPTIONS += noopt - 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 -DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DEB_CONFIGURE_PREFIX := /opt/trinity -DEB_CONFIGURE_INFODIR := /opt/trinity/share/info - -build/kftpgrabber-trinity:: - /usr/bin/docbook2x-man debian/kftpgrabber.xml - -binary-install/kftpgrabber-trinity:: - install -D -p -m644 debian/kftpgrabber-trinity.lintian-overrides \ - debian/kftpgrabber-trinity/usr/share/lintian/overrides/kftpgrabber-trinity - mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/ - -clean:: - rm -f kftpgrabber.1 +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -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" diff --git a/ubuntu/_base/applications/internet/kftpgrabber/debian/watch b/ubuntu/_base/applications/internet/kftpgrabber/debian/watch deleted file mode 100644 index a0f049d56..000000000 --- a/ubuntu/_base/applications/internet/kftpgrabber/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://www.kftp.org/misc/downloads/ /uploads/files/kftpgrabber-(.*)\.tar\.bz2 debian svn-upgrade -- cgit v1.2.3