From ad9809e1e3c0f914cb927f3619e9b328f5a5870d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 5 Jul 2026 16:03:19 +0200 Subject: gtk-broadway-run.sh is now used in all headless builds * It's already used on home:rhaberkorn:sciteco:UNSTABLE (OBS). We cannot introduce it in STABLE though until the next stable release which will contain the gtk-broadway-run.sh script. * The FreeBSD packaging is actually not tested yet. The package version had been dumped to 2.6.0 since it definitely won't work with v2.5.2 tarballs. The v2.5.2_1 patches have consequently also been removed. You can still find them in the bugzilla ticket (not merged into ports yet). --- debian/rules | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index cd684aa..f601cc5 100755 --- a/debian/rules +++ b/debian/rules @@ -63,13 +63,16 @@ build-gtk-stamp: autoreconf-stamp --with-scitecodatadir=../share/sciteco # NOTE: Since the Gtk+ version of SciTECO is called during the build, # we need an XServer which may be missing on the build server. -# That's why we use xvfb. - xvfb-run -a dh_auto_build -Bbuild-gtk - xvfb-run -a dh_auto_test -Bbuild-gtk --no-parallel +# That's why we use the GTK broadway backend. + ./gtk-broadway-run.sh dh_auto_build -Bbuild-gtk + ./gtk-broadway-run.sh dh_auto_test -Bbuild-gtk --no-parallel touch $@ -install: - xvfb-run -a dh install -Bbuild-gtk -psciteco-gtk +install: build-gtk-stamp + # Workaround for debian/sciteco-gtk.install loosing the executable flag. + # debtransform (OBS) doesn't preserve it. + chmod +x debian/sciteco-gtk.install + ./gtk-broadway-run.sh dh install -Bbuild-gtk -psciteco-gtk dh install -Bbuild-curses -psciteco-curses -psciteco-common # NOTE: This skips the dh_install* commands of `dh binary-arch` -- cgit v1.2.3