From c53dbeb31fc6de7050eeb1e269d9af0adbebe5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 26 Jul 2020 11:53:57 +0200 Subject: DEB tde-style-baghira: Switch to cmake. The man page has been moved to the main tree. Add intltool to build-deps. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../tde-style-baghira/debian/bab-trinity.1 | 36 ---------------------- .../applications/tde-style-baghira/debian/control | 2 +- .../applications/tde-style-baghira/debian/rules | 16 +++++++--- .../debian/tde-style-baghira-trinity.manpages | 1 - 4 files changed, 12 insertions(+), 43 deletions(-) delete mode 100644 ubuntu/_base/applications/tde-style-baghira/debian/bab-trinity.1 delete mode 100644 ubuntu/_base/applications/tde-style-baghira/debian/tde-style-baghira-trinity.manpages (limited to 'ubuntu/_base/applications/tde-style-baghira') diff --git a/ubuntu/_base/applications/tde-style-baghira/debian/bab-trinity.1 b/ubuntu/_base/applications/tde-style-baghira/debian/bab-trinity.1 deleted file mode 100644 index c88691405..000000000 --- a/ubuntu/_base/applications/tde-style-baghira/debian/bab-trinity.1 +++ /dev/null @@ -1,36 +0,0 @@ -.\" Author: Jose Luis Tallon -.\" -.\" This is free software; you may redistribute it and/or modify -.\" it under the terms of the GNU General Public License as -.\" published by the Free Software Foundation; either version 2, -.\" or (at your option) any later version. -.\" -.\" This is distributed in the hope that it will be useful, but -.\" WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public License -.\" along with the Debian GNU/Linux system; if not, write to the Free -.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -.\" 02111-1307 USA -.TH bab "1" "October 2004" -.SH NAME -bab \- Baghira's config tray applet -.SH SYNOPSIS -bab -.SH DESCRIPTION -.B bab -is a simple systray application, which enables you to dinamically -change some aspects of Baghira's configuration without accesing -Trinity Control Center -.PP -Complete documentation can be found in docbook format in -/opt/trinity/share/doc/kde/HTML//baghira/ on this system. -.SH AUTHOR - Thomas L\[:u]bking -.PP -This manual page was written by Jose Luis Tallon -.nh - -for the \fBDebian\fP system (but may be used by others). diff --git a/ubuntu/_base/applications/tde-style-baghira/debian/control b/ubuntu/_base/applications/tde-style-baghira/debian/control index 46f2a54ef..ad7abf025 100644 --- a/ubuntu/_base/applications/tde-style-baghira/debian/control +++ b/ubuntu/_base/applications/tde-style-baghira/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson X-Original-Maintainer: Jose Luis Tallon -Build-Depends: cdbs, debhelper (>= 9~), quilt, automake, libtool, tdebase-trinity-dev, libxtst-dev +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, intltool, tdebase-trinity-dev, libxtst-dev Standards-Version: 3.8.0 Package: tde-style-baghira-trinity diff --git a/ubuntu/_base/applications/tde-style-baghira/debian/rules b/ubuntu/_base/applications/tde-style-baghira/debian/rules index 2aebaac7b..a37376c4a 100755 --- a/ubuntu/_base/applications/tde-style-baghira/debian/rules +++ b/ubuntu/_base/applications/tde-style-baghira/debian/rules @@ -3,10 +3,16 @@ include /usr/share/cdbs/1/rules/debhelper.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 - DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) + +DEB_CMAKE_EXTRA_FLAGS := \ + -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/tde-style-baghira/debian/tde-style-baghira-trinity.manpages b/ubuntu/_base/applications/tde-style-baghira/debian/tde-style-baghira-trinity.manpages deleted file mode 100644 index c462e2d47..000000000 --- a/ubuntu/_base/applications/tde-style-baghira/debian/tde-style-baghira-trinity.manpages +++ /dev/null @@ -1 +0,0 @@ -debian/bab-trinity.1 -- cgit v1.2.3