DEB kmyfirewall: cmake conversion

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/348/head
Michele Calgaro 3 months ago
parent ee60827df4
commit 54a0e79b37
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2,7 +2,7 @@ Source: kmyfirewall-trinity
Section: tde Section: tde
Priority: optional Priority: optional
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
Build-Depends: cdbs, debhelper (>= 10~), tdelibs14-trinity-dev (>= 3.3.0), chrpath, automake, autoconf, libtool, libltdl-dev Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Homepage: http://kmyfirewall.sourceforge.net/ Homepage: http://kmyfirewall.sourceforge.net/

@ -1,15 +1,17 @@
#!/usr/bin/make -f #!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
include debian/cdbs/debian-tde.mk include debian/cdbs/debian-tde.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include DEB_CMAKE_EXTRA_FLAGS := \
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
DEB_CONFIGURE_PREFIX := /opt/trinity -DCMAKE_INSTALL_PREFIX="/opt/trinity" \
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info -DCONFIG_INSTALL_DIR="/etc/trinity" \
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
binary-install/kmyfirewall-trinity:: -DCMAKE_VERBOSE_MAKEFILE="ON" \
rm -f debian/$(cdbs_curpkg)/opt/trinity/lib/*.so -DCMAKE_SKIP_RPATH="OFF" \
chmod +x debian/$(cdbs_curpkg)/opt/trinity/share/apps/kmyfirewall/scripts/installer/linux/*.sh -DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"

@ -2,7 +2,7 @@ Source: kmyfirewall-trinity
Section: tde Section: tde
Priority: optional Priority: optional
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
Build-Depends: cdbs, debhelper (>= 10~), tdelibs14-trinity-dev (>= 3.3.0), chrpath, automake, autoconf, libtool, libltdl-dev Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Homepage: http://kmyfirewall.sourceforge.net/ Homepage: http://kmyfirewall.sourceforge.net/

@ -1,15 +1,17 @@
#!/usr/bin/make -f #!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
include debian/cdbs/debian-tde.mk include debian/cdbs/debian-tde.mk
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include DEB_CMAKE_EXTRA_FLAGS := \
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
DEB_CONFIGURE_PREFIX := /opt/trinity -DCMAKE_INSTALL_PREFIX="/opt/trinity" \
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info -DCONFIG_INSTALL_DIR="/etc/trinity" \
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
binary-install/kmyfirewall-trinity:: -DCMAKE_VERBOSE_MAKEFILE="ON" \
rm -f debian/$(cdbs_curpkg)/opt/trinity/lib/*.so -DCMAKE_SKIP_RPATH="OFF" \
chmod +x debian/$(cdbs_curpkg)/opt/trinity/share/apps/kmyfirewall/scripts/installer/linux/*.sh -DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"

Loading…
Cancel
Save