From 0dcfb82c706585d1ed5bd700a88cc9ddc6a8751d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 1 Jun 2021 00:36:58 +0200 Subject: debianized the Gtk UI (sciteco-gtk) * Added a Freedesktop file - only as part of the debian package yet. `make install` won't install a Desktop file since it would have to be generated. * Just like when installing manually, you can have a Curses and Gtk installation side by side using the same .teco_ini. * Common data between the Curses UI (sciteco-curses) and Gtk UI are in a new architecture-independant package sciteco-common. * The Gtk+ binaries are prefixed with `g` (gsciteco, gtedoc.tes, ggrosciteco.tes). * Debian source and binary packages can be built using `./distribute.mk debian` as usual. It should also be possible to push everything to the PPA for the next release, although that is not yet tested. --- debian/sciteco-common.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/sciteco-common.install (limited to 'debian/sciteco-common.install') diff --git a/debian/sciteco-common.install b/debian/sciteco-common.install new file mode 100644 index 0000000..4c51ec1 --- /dev/null +++ b/debian/sciteco-common.install @@ -0,0 +1,11 @@ +# Explicitly does not contain fallback.css, which goes into sciteco-gtk. +usr/share/sciteco/lib +usr/share/sciteco/*.teco_ini +usr/share/sciteco/*.tmac + +# FIXME: Including the manpages here provokes lintian warnings. +# Perhaps sciteco-curses and sciteco-gtk should just ship their own versions. +usr/share/man/man1/sciteco.1 +usr/share/man/man1/grosciteco.tes.1 +usr/share/man/man1/tedoc.tes.1 +usr/share/man/man7/sciteco.7 -- cgit v1.2.3