Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgnt for openSUSE:Factory checked in at 2022-02-01 14:02:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgnt (Old) and /work/SRC/openSUSE:Factory/.libgnt.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnt" Tue Feb 1 14:02:41 2022 rev:3 rq:949786 version:2.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libgnt/libgnt.changes 2020-06-25 16:46:46.800841748 +0200 +++ /work/SRC/openSUSE:Factory/.libgnt.new.1898/libgnt.changes 2022-02-01 14:03:07.432004122 +0100 @@ -1,0 +2,12 @@ +Fri Jan 28 22:53:56 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.14.3: + * Added an option to disable python2 support. + * Add an option to disable building the docs. + * Fix a SEGFAULT in gnt_combo_box_get_dropdown. + * Fix an invalid read/write when hiding widgets + * Look for python-2.7.pc as well as python2.pc + * Bump the minimum meson version from 0.37.0 to 0.41.0 + * Fix a buffer size in gntwm.c + +------------------------------------------------------------------- Old: ---- libgnt-2.14.0.tar.xz libgnt-2.14.0.tar.xz.asc New: ---- libgnt-2.14.3.tar.xz libgnt-2.14.3.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnt.spec ++++++ --- /var/tmp/diff_new_pack.7YvrHd/_old 2022-02-01 14:03:07.984000337 +0100 +++ /var/tmp/diff_new_pack.7YvrHd/_new 2022-02-01 14:03:07.992000282 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgnt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 0 Name: libgnt -Version: 2.14.0 +Version: 2.14.3 Release: 0 Summary: TUI toolkit based on GLib and ncurses License: GPL-2.0-or-later @@ -63,7 +63,7 @@ %autosetup -p1 %build -%meson +%meson -D python2=false %meson_build %install ++++++ libgnt-2.14.0.tar.xz -> libgnt-2.14.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/.hg_archival.txt new/libgnt-2.14.3/.hg_archival.txt --- old/libgnt-2.14.0/.hg_archival.txt 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/.hg_archival.txt 2021-09-26 05:56:33.000000000 +0200 @@ -1,6 +1,4 @@ repo: 1e560a4fa6acdad0741e964f9f708af9323b18c0 -node: c84141d94d17b072046e417e1bed167c4364149f +node: d3ad72913471ea172073d2e6c7fc8e7764a44574 branch: release-2.x.y -latesttag: v2.14.0 -latesttagdistance: 1 -changessincelatesttag: 1 +tag: v2.14.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/.reviewboardrc new/libgnt-2.14.3/.reviewboardrc --- old/libgnt-2.14.0/.reviewboardrc 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/.reviewboardrc 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,6 @@ +REVIEWBOARD_URL = "https://reviews.imfreedom.org/" +REPOSITORY = "libgnt/libgnt" +REPOSITORY_TYPE = "mercurial" +BRANCH = "release-2.x.y" +LAND_DEST_BRANCH = "release-2.x.y" +LAND_PUSH = False diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/COPYRIGHT new/libgnt-2.14.3/COPYRIGHT --- old/libgnt-2.14.0/COPYRIGHT 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/COPYRIGHT 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,62 @@ +libgnt + +This file is intended to be a comprehensive list of contributors to +this project. If you have contributed to this project then you deserve +to be on this list. Contact us (see: AUTHORS) and we'll add you. + +Many open source projects list contributor names at the top of each +source file containing their contribution. However, we've found +that it is difficult to keep this list accurate, especially when old +code is removed or existing code is moved to a different file. So +instead we chose to list a generic message at the top of each source +file that points here. + +If concerns are raised as to the copyright holder of a particular +piece of code, then that code should be traced through our version +control system to see from where it came and who has modified it. + +Copyright (C) 2006-2020 by the following: + +Ankit Vani +Brad Smith +Christopher O'Brien +convert-repo +Daniel Atallah +Daniel Kamil Kozar +dx +Ed Catmur +Elliott Sales de Andrade +Eric Polino +Ethan Blanton +Evan Schoenberg +Gabriel Schulhof +Gary Kramlich +Helmut Grohne +ivanhoe +James Geboski +Jochen Kemnade +John Bailey +Jorge Villase??or +Ka-Hing Cheung +kdex +Lars Wendler +Luke Schierer +Marcus Lundblad +Mark Doliner +Mark Schneider +Michael McConville +Michael Ruprecht +Mike Ruprecht +Olaf Hering +Paul Aurich +Petteri Pitk??nen +Richard Laager +Richard Nelson +Sadrul Habib Chowdhury +Saleem Abdulrasool +Sean Egan +Shawn Napora +Stu Tomlinson +Tomasz Mon +Tomasz Wasilczyk +Will Thompson diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/ChangeLog new/libgnt-2.14.3/ChangeLog --- old/libgnt-2.14.0/ChangeLog 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/ChangeLog 2021-09-26 05:56:33.000000000 +0200 @@ -3,6 +3,21 @@ Please see notes about versioning in README.md. +version 2.14.3 (2021/09/25): + * Added an option to disable python2 support. (LIBGNT-16) (RR 930) (Gary + Kramlich) + * Add an option to disable building the docs. (LIBGNT-17) (RR 945) (Helmut + Grohne, Gary Kramlich) + +version 2.14.2 (2021/07/23): + * Fix a SEGFAULT in gnt_combo_box_get_dropdown. (RR #793) (ivanhoe) + * Fix an invalid read/write when hiding widgets. (RR #810) (ivanhoe) + * Look for python-2.7.pc as well as python2.pc. (RR #822) (Gary Kramlich) + +version 2.14.1 (2021/02/04): + * Bump the minimum meson version from 0.37.0 to 0.41.0 (Richard Laager) + * Fix a buffer size in gntwm.c. (Richard Laager) + version 2.14.0 (2020/06/10): * Split libgnt out of the Pidgin repository. (Elliott Sales de Andrade) * Switched build system to Meson. (Elliott Sales de Andrade) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/README.md new/libgnt-2.14.3/README.md --- old/libgnt-2.14.0/README.md 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/README.md 2021-09-26 05:56:33.000000000 +0200 @@ -55,6 +55,7 @@ Tagged | Released | Recorded -------- | ---------- | ---------- +v2.14.1 | 2.14.1 | 2.14.1 v2.14.0 | 2.14.0 | 2.14.0 v2.13.0 | 2.8.10 | 2.8.0devel v2.12.0 | 2.8.10 | 2.8.0devel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/bitbucket-pipelines.yml new/libgnt-2.14.3/bitbucket-pipelines.yml --- old/libgnt-2.14.0/bitbucket-pipelines.yml 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/bitbucket-pipelines.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -# vi:et:ts=2 sw=2 sts=2 -image: libgnt/builders:debian-buster-amd64 -pipelines: - default: - - step: - script: - - set -ex - - meson build-pipelines - - ninja -C build-pipelines - - ninja -C build-pipelines test - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/doc/meson.build new/libgnt-2.14.3/doc/meson.build --- old/libgnt-2.14.0/doc/meson.build 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/doc/meson.build 2021-09-26 05:56:33.000000000 +0200 @@ -1,3 +1,5 @@ +if get_option('doc') + DOC_MODULE = 'libgnt' # Header files or dirs to ignore when scanning. Use base file/dir names @@ -35,3 +37,6 @@ scan_args : scan_args, mkdb_args : mkdb_args, gobject_typesfile : DOC_MODULE + '.types') + +endif # get_option('doc') + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/gnt-skel.c new/libgnt-2.14.3/gnt-skel.c --- old/libgnt-2.14.0/gnt-skel.c 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/gnt-skel.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,128 +0,0 @@ -/* - * GNT - The GLib Ncurses Toolkit - * - * GNT is the legal property of its developers, whose names are too numerous - * to list here. Please refer to the COPYRIGHT file distributed with this - * source distribution. - * - * This library is free software; you can 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 of the License, or - * (at your option) any later version. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - */ - -#include "gnt-skel.h" - -enum -{ - SIGS = 1, -}; - -static GntWidgetClass *parent_class = NULL; -static guint signals[SIGS] = { 0 }; - -static void -gnt_skel_draw(GntWidget *widget) -{ - GNTDEBUG; -} - -static void -gnt_skel_size_request(GntWidget *widget) -{ -} - -static void -gnt_skel_map(GntWidget *widget) -{ - if (widget->priv.width == 0 || widget->priv.height == 0) - gnt_widget_size_request(widget); - GNTDEBUG; -} - -static gboolean -gnt_skel_key_pressed(GntWidget *widget, const char *text) -{ - return FALSE; -} - -static void -gnt_skel_destroy(GntWidget *widget) -{ -} - -static void -gnt_skel_class_init(GntSkelClass *klass) -{ - GObjectClass *obj_class = G_OBJECT_CLASS(klass); - - parent_class = GNT_WIDGET_CLASS(klass); - parent_class->destroy = gnt_skel_destroy; - parent_class->draw = gnt_skel_draw; - parent_class->map = gnt_skel_map; - parent_class->size_request = gnt_skel_size_request; - parent_class->key_pressed = gnt_skel_key_pressed; - - parent_class->actions = g_hash_table_duplicate(parent_class->actions, g_str_hash, - g_str_equal, NULL, (GDestroyNotify)gnt_widget_action_free); - parent_class->bindings = g_hash_table_duplicate(parent_class->bindings, g_str_hash, - g_str_equal, NULL, (GDestroyNotify)gnt_widget_action_param_free); - - gnt_widget_actions_read(G_OBJECT_CLASS_TYPE(klass), klass); - - GNTDEBUG; -} - -static void -gnt_skel_init(GTypeInstance *instance, gpointer class) -{ - GNTDEBUG; -} - -/****************************************************************************** - * GntSkel API - *****************************************************************************/ -GType -gnt_skel_get_gtype(void) -{ - static GType type = 0; - - if(type == 0) - { - static const GTypeInfo info = { - sizeof(GntSkelClass), - NULL, /* base_init */ - NULL, /* base_finalize */ - (GClassInitFunc)gnt_skel_class_init, - NULL, /* class_finalize */ - NULL, /* class_data */ - sizeof(GntSkel), - 0, /* n_preallocs */ - gnt_skel_init, /* instance_init */ - }; - - type = g_type_register_static(GNT_TYPE_WIDGET, - "GntSkel", - &info, 0); - } - - return type; -} - -GntWidget *gnt_skel_new() -{ - GntWidget *widget = g_object_new(GNT_TYPE_SKEL, NULL); - GntSkel *skel = GNT_SKEL(widget); - - return widget; -} - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/gnt-skel.h new/libgnt-2.14.3/gnt-skel.h --- old/libgnt-2.14.0/gnt-skel.h 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/gnt-skel.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,79 +0,0 @@ -/* - * GNT - The GLib Ncurses Toolkit - * - * GNT is the legal property of its developers, whose names are too numerous - * to list here. Please refer to the COPYRIGHT file distributed with this - * source distribution. - * - * This library is free software; you can 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 of the License, or - * (at your option) any later version. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA - */ - -#ifndef GNT_SKEL_H -#define GNT_SKEL_H -/* - * SECTION:gnt-skel - * @section_id: libgnt-gnt-skel - * @title: GntSkel - * @short_description: A skeleton of an example widget - */ - -#include "gntwidget.h" -#include "gnt.h" -#include "gntcolors.h" -#include "gntkeys.h" - -#define GNT_TYPE_SKEL (gnt_skel_get_gtype()) -#define GNT_SKEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_SKEL, GntSkel)) -#define GNT_SKEL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_SKEL, GntSkelClass)) -#define GNT_IS_SKEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_SKEL)) -#define GNT_IS_SKEL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GNT_TYPE_SKEL)) -#define GNT_SKEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GNT_TYPE_SKEL, GntSkelClass)) - -typedef struct _GntSkel GntSkel; -typedef struct _GntSkelClass GntSkelClass; -#ifndef GNT_DISABLE_DEPRECATED -/** - * GntSkelPriv: - * - * Deprecated: 2.14.0: This is an internal implementation detail. - */ -typedef struct _GntSkelPriv GntSkelPriv; -#endif - -struct _GntSkel -{ - GntWidget parent; -}; - -struct _GntSkelClass -{ - GntWidgetClass parent; - - /*< private >*/ - void (*gnt_reserved1)(void); - void (*gnt_reserved2)(void); - void (*gnt_reserved3)(void); - void (*gnt_reserved4)(void); -}; - -G_BEGIN_DECLS - -GType gnt_skel_get_gtype(void); - -GntWidget * gnt_skel_new(); - -G_END_DECLS - -#endif /* GNT_SKEL_H */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/gntcombobox.c new/libgnt-2.14.3/gntcombobox.c --- old/libgnt-2.14.0/gntcombobox.c 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/gntcombobox.c 2021-09-26 05:56:33.000000000 +0200 @@ -360,7 +360,7 @@ GntWidget * gnt_combo_box_get_dropdown(GntComboBox *box) { - g_return_val_if_fail(GNT_IS_BOX(box), NULL); + g_return_val_if_fail(GNT_IS_COMBO_BOX(box), NULL); return box->dropdown; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/gnttextview.h new/libgnt-2.14.3/gnttextview.h --- old/libgnt-2.14.0/gnttextview.h 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/gnttextview.h 2021-09-26 05:56:33.000000000 +0200 @@ -191,6 +191,7 @@ */ void gnt_text_view_next_line(GntTextView *view); +#ifndef GNT_DISABLE_DEPRECATED /** * gnt_text_format_flag_to_chtype: * @flags: The GNT text format. @@ -198,8 +199,11 @@ * Convert GNT-text formats to ncurses-text attributes. * * Returns: Nucrses text attribute. + * + * Deprecated: 2.14.1: This is an internal implementation detail. */ chtype gnt_text_format_flag_to_chtype(GntTextFormatFlags flags); +#endif /** * gnt_text_view_clear: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/gntwidget.c new/libgnt-2.14.3/gntwidget.c --- old/libgnt-2.14.0/gntwidget.c 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/gntwidget.c 2021-09-26 05:56:33.000000000 +0200 @@ -328,7 +328,7 @@ if (!gnt_widget_in_destruction(obj)) { GNT_WIDGET_SET_FLAGS(obj, GNT_WIDGET_DESTROYING); gnt_widget_hide(obj); - delwin(obj->window); + g_clear_pointer(&obj->window, delwin); g_object_run_dispose(G_OBJECT(obj)); } GNTDEBUG; @@ -442,7 +442,9 @@ gnt_widget_hide(GntWidget *widget) { g_signal_emit(widget, signals[SIG_HIDE], 0); - wbkgdset(widget->window, '\0' | gnt_color_pair(GNT_COLOR_NORMAL)); + if (widget->window) { + wbkgdset(widget->window, '\0' | gnt_color_pair(GNT_COLOR_NORMAL)); + } #if 0 /* XXX: I have no clue why, but this seemed to be necessary. */ if (gnt_widget_has_shadow(widget)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/gntwm.c new/libgnt-2.14.3/gntwm.c --- old/libgnt-2.14.0/gntwm.c 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/gntwm.c 2021-09-26 05:56:33.000000000 +0200 @@ -746,7 +746,7 @@ now ^= ch[0]; #else cchar_t wch; - char unicode[12]; + char unicode[13]; mvwin_wch(curscr, y, x, &wch); now = wch.attr; ch[0] = (char)(wch.chars[0] & 0xff); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/meson.build new/libgnt-2.14.3/meson.build --- old/libgnt-2.14.0/meson.build 2020-06-10 04:21:05.000000000 +0200 +++ new/libgnt-2.14.3/meson.build 2021-09-26 05:56:33.000000000 +0200 @@ -22,12 +22,12 @@ # For production releases: '' # -# the last version for Finch 2 was 2.14.0, +# the last version for Finch 2 was 2.14.2, # the first version for Finch 3 was 3.0.0 project('libgnt', 'c', - version : '2.14.0', - meson_version : '>=0.37.0') + version : '2.14.3', + meson_version : '>=0.44.0') gnt_soversion = 0 parts = meson.project_version().split('-') @@ -71,9 +71,11 @@ ####################################################################### ncurses_available = true ncurses_inc = [] +# The order of this list is important to the condition that follows. ncurses_libs = [ compiler.find_library('ncursesw', required : false), - compiler.find_library('panelw', required : false) + compiler.find_library('panelw', required : false), + compiler.find_library('tinfow', required : false), ] if not ncurses_libs[0].found() or not ncurses_libs[1].found() ncurses_available = false @@ -112,9 +114,11 @@ endif else # ncursesw was not found. Look for plain old ncurses + # The order of this list is important to the condition that follows. ncurses_libs = [ compiler.find_library('ncurses', required : false), - compiler.find_library('panel', required : false) + compiler.find_library('panel', required : false), + compiler.find_library('tinfo', required : false), ] ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found() gnt_config.set('NO_WIDECHAR', true) @@ -187,8 +191,18 @@ ] # Check for Python headers -python_dep = dependency('python2', required : false) -gnt_config.set('USE_PYTHON', python_dep.found()) +python_dep = disabler() +if get_option('python2') + python_dep = dependency('python2', required : false) + if not python_dep.found() + python_dep = dependency('python-2.7', required : false) + endif + + if not python_dep.found() + error('failed to find python') + endif +endif +gnt_config.set('USE_PYTHON', get_option('python2')) configure_file(output : 'gntconfig.h', configuration : gnt_config) @@ -206,18 +220,26 @@ install_dir : join_paths(get_option('includedir'), 'gnt')) libgnt_inc = include_directories('.') +libgnt_dependencies= [ncurses, libxml, glib, gobject, gmodule] +if get_option('python2') + libgnt_dependencies += python_dep +endif libgnt = library('gnt', libgnt_SOURCES + gntmarshal, install : true, version : '@0@.@1@.@2@'.format(gnt_soversion, gnt_minor_version, gnt_micro_version), - dependencies : [ncurses, libxml, glib, gobject, gmodule, python_dep]) + dependencies : libgnt_dependencies) libgnt_dep = declare_dependency( include_directories : libgnt_inc, link_with : libgnt, dependencies : [ncurses, glib]) +if meson.version().version_compare('>=0.54.0') + meson.override_dependency('gnt', libgnt_dep) +endif + pkgconfig.generate( name : 'LibGNT', description : 'Glib Ncurses Toolkit is a collection of curses-widgets.', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/meson_options.txt new/libgnt-2.14.3/meson_options.txt --- old/libgnt-2.14.0/meson_options.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/meson_options.txt 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,12 @@ +option( + 'python2', + type: 'boolean', value: true, + description: 'Whether or not to include python support.', +) + +option( + 'doc', + type: 'boolean', value: true, + description: 'Whether or not to build the documentation.', +) + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/changelog new/libgnt-2.14.3/packaging/debian/changelog --- old/libgnt-2.14.0/packaging/debian/changelog 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/changelog 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,5 @@ +libgnt (2.14.0) UNRELEASED; urgency=medium + + * Initial release. + + -- Gary Kramlich <g...@reaperworld.com> Sun, 12 Jul 2020 23:23:00 -0500 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/control new/libgnt-2.14.3/packaging/debian/control --- old/libgnt-2.14.0/packaging/debian/control 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/control 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,54 @@ +Source: libgnt +Section: libs +Priority: optional +Maintainer: Gary Kramlich <g...@reaperworld.com> +Build-Depends: debhelper-compat (= 13), + gtk-doc-tools, + libglib2.0-dev, + libncurses-dev, + meson (>= 0.37.0) +Homepage: https://keep.imfreedom.org/libgnt/libgnt +Vcs-Browser: https://keep.imfreedom.org/libgnt/libgnt +Vcs-Hg: https://keep.imfreedom.org/libgnt/libgnt +Rules-Requires-Root: no +Standards-Version: 4.5.0 + +Package: libgnt0 +Architecture: any +Depends: libglib2.0-0 (>= 2.16.0), + libncursesw6, + libxml2, + ${misc:Depends}, + ${shlibs:Depends} +Description: ncurses toolkit for creating text-mode graphical user interfaces + GNT is an ncurses toolkit for creating text-mode graphical user interfaces in + a fast and easy way. It is based on GLib and ncurses. + . + It was born out of the console-based UI, **Finch**, for the libpurple project. + . + This package contains the main library. + +Package: libgnt-dev +Architecture: any +Section: libdevel +Depends: libglib2.0-dev, libgnt0 (= ${binary:Version}), ${misc:Depends} +Suggests: libgnt-doc +Description: development files for the gnt library + GNT is an ncurses toolkit for creating text-mode graphical user interfaces in + a fast and easy way. It is based on GLib and ncurses. + . + It was born out of the console-based UI, **Finch**, for the libpurple project. + . + This package contains the include files used for development against libgnt. + +Package: libgnt-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: documentation for the gnt library + GNT is an ncurses toolkit for creating text-mode graphical user interfaces in + a fast and easy way. It is based on GLib and ncurses. + . + It was born out of the console-based UI, **Finch**, for the libpurple project. + . + This package contains the HTML documentation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/copyright new/libgnt-2.14.3/packaging/debian/copyright --- old/libgnt-2.14.0/packaging/debian/copyright 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/copyright 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,25 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libgnt +Upstream-Contact: g...@reaperworld.com +Source: https://keep.imfreedom.org/libgnt/libgnt + +Files: * +Copyright: 2006-2020 The libgnt authors as listed in the COPYRIGHT file. +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can 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 program 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 this program; if not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL-2'. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/libgnt-dev.install new/libgnt-2.14.3/packaging/debian/libgnt-dev.install --- old/libgnt-2.14.0/packaging/debian/libgnt-dev.install 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/libgnt-dev.install 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,3 @@ +/usr/include/gnt/* +/usr/lib/*/libgnt.so +/usr/lib/*/pkgconfig/gnt.pc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/libgnt-doc.doc-base new/libgnt-2.14.3/packaging/debian/libgnt-doc.doc-base --- old/libgnt-2.14.0/packaging/debian/libgnt-doc.doc-base 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/libgnt-doc.doc-base 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,9 @@ +Document: libgnt +Title: libgnt Reference Manual +Author: The Pidgin Developers +Abstract: API Reference Manual for libgnt. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libgnt-doc/libgnt/index.html +Files: /usr/share/doc/libgnt-doc/libgnt/*html diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/libgnt-doc.install new/libgnt-2.14.3/packaging/debian/libgnt-doc.install --- old/libgnt-2.14.0/packaging/debian/libgnt-doc.install 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/libgnt-doc.install 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1 @@ +usr/share/gtk-doc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/libgnt-doc.links new/libgnt-2.14.3/packaging/debian/libgnt-doc.links --- old/libgnt-2.14.0/packaging/debian/libgnt-doc.links 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/libgnt-doc.links 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,4 @@ +usr/share/gtk-doc/html/gio usr/share/doc/libgnt-doc/gio +usr/share/gtk-doc/html/glib usr/share/doc/libgnt-doc/glib +usr/share/gtk-doc/html/gobject usr/share/doc/libgnt-doc/gobject +usr/share/gtk-doc/html/libgnt usr/share/doc/libgnt-doc/libgnt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/libgnt0.install new/libgnt-2.14.3/packaging/debian/libgnt0.install --- old/libgnt-2.14.0/packaging/debian/libgnt0.install 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/libgnt0.install 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,2 @@ +usr/lib/*/gnt/*.so +usr/lib/*/libgnt.so.* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/libgnt0.symbols new/libgnt-2.14.3/packaging/debian/libgnt0.symbols --- old/libgnt-2.14.0/packaging/debian/libgnt0.symbols 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/libgnt0.symbols 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,359 @@ +irssi.so libgnt0 #MINVER# +* Build-Depends-Package: libgnt-dev + gntwm_init@Base 2.14.0 + irssi_get_gtype@Base 2.14.0 +libgnt.so.0 libgnt0 #MINVER# +* Build-Depends-Package: libgnt-dev + C_@Base 2.14.0 + g_hash_table_duplicate@Base 2.14.0 + gnt_ascii_only@Base 2.14.0 + gnt_bindable_action_free@Base 2.14.0 + gnt_bindable_action_param_free@Base 2.14.0 + gnt_bindable_bindings_view@Base 2.14.0 + gnt_bindable_build_help_window@Base 2.14.0 + gnt_bindable_check_key@Base 2.14.0 + gnt_bindable_class_register_action@Base 2.14.0 + gnt_bindable_get_gtype@Base 2.14.0 + gnt_bindable_perform_action_key@Base 2.14.0 + gnt_bindable_perform_action_named@Base 2.14.0 + gnt_bindable_register_binding@Base 2.14.0 + gnt_bindable_remap_keys@Base 2.14.0 + gnt_boolean_handled_accumulator@Base 2.14.0 + gnt_box_add_widget@Base 2.14.0 + gnt_box_get_children@Base 2.14.0 + gnt_box_get_gtype@Base 2.14.0 + gnt_box_give_focus_to_child@Base 2.14.0 + gnt_box_move_focus@Base 2.14.0 + gnt_box_new@Base 2.14.0 + gnt_box_readjust@Base 2.14.0 + gnt_box_remove@Base 2.14.0 + gnt_box_remove_all@Base 2.14.0 + gnt_box_set_alignment@Base 2.14.0 + gnt_box_set_fill@Base 2.14.0 + gnt_box_set_pad@Base 2.14.0 + gnt_box_set_title@Base 2.14.0 + gnt_box_set_toplevel@Base 2.14.0 + gnt_box_sync_children@Base 2.14.0 + gnt_button_get_gtype@Base 2.14.0 + gnt_button_get_text@Base 2.14.0 + gnt_button_new@Base 2.14.0 + gnt_button_set_text@Base 2.14.0 + gnt_check_box_get_checked@Base 2.14.0 + gnt_check_box_get_gtype@Base 2.14.0 + gnt_check_box_new@Base 2.14.0 + gnt_check_box_set_checked@Base 2.14.0 + gnt_clipboard_get_gtype@Base 2.14.0 + gnt_clipboard_get_string@Base 2.14.0 + gnt_clipboard_set_string@Base 2.14.0 + gnt_closure_marshal_BOOLEAN__INT_INT@Base 2.14.0 + gnt_closure_marshal_BOOLEAN__INT_INT_INT@Base 2.14.0 + gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER@Base 2.14.0 + gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER@Base 2.14.0 + gnt_closure_marshal_BOOLEAN__STRING@Base 2.14.0 + gnt_closure_marshal_BOOLEAN__VOID@Base 2.14.0 + gnt_closure_marshal_VOID__INT_INT@Base 2.14.0 + gnt_closure_marshal_VOID__INT_INT_INT_INT@Base 2.14.0 + gnt_closure_marshal_VOID__POINTER_BOOLEAN@Base 2.14.0 + gnt_closure_marshal_VOID__POINTER_POINTER@Base 2.14.0 + gnt_closure_marshal_VOID__STRING_STRING@Base 2.14.0 + gnt_color_add_pair@Base 2.14.0 + gnt_color_pair@Base 2.14.0 + gnt_color_pairs_parse@Base 2.14.0 + gnt_colors_get_color@Base 2.14.0 + gnt_colors_parse@Base 2.14.0 + gnt_combo_box_add_data@Base 2.14.0 + gnt_combo_box_get_dropdown@Base 2.14.0 + gnt_combo_box_get_gtype@Base 2.14.0 + gnt_combo_box_get_selected_data@Base 2.14.0 + gnt_combo_box_new@Base 2.14.0 + gnt_combo_box_remove@Base 2.14.0 + gnt_combo_box_remove_all@Base 2.14.0 + gnt_combo_box_set_selected@Base 2.14.0 + gnt_entry_add_suggest@Base 2.14.0 + gnt_entry_add_to_history@Base 2.14.0 + gnt_entry_clear@Base 2.14.0 + gnt_entry_get_gtype@Base 2.14.0 + gnt_entry_get_text@Base 2.14.0 + gnt_entry_new@Base 2.14.0 + gnt_entry_remove_suggest@Base 2.14.0 + gnt_entry_set_always_suggest@Base 2.14.0 + gnt_entry_set_flag@Base 2.14.0 + gnt_entry_set_history_length@Base 2.14.0 + gnt_entry_set_masked@Base 2.14.0 + gnt_entry_set_max@Base 2.14.0 + gnt_entry_set_text@Base 2.14.0 + gnt_entry_set_word_suggest@Base 2.14.0 + gnt_file_new@Base 2.14.0 + gnt_file_new_dir@Base 2.14.0 + gnt_file_sel_get_dirs_only@Base 2.14.0 + gnt_file_sel_get_gtype@Base 2.14.0 + gnt_file_sel_get_must_exist@Base 2.14.0 + gnt_file_sel_get_selected_file@Base 2.14.0 + gnt_file_sel_get_selected_multi_files@Base 2.14.0 + gnt_file_sel_new@Base 2.14.0 + gnt_file_sel_set_current_location@Base 2.14.0 + gnt_file_sel_set_dirs_only@Base 2.14.0 + gnt_file_sel_set_multi_select@Base 2.14.0 + gnt_file_sel_set_must_exist@Base 2.14.0 + gnt_file_sel_set_read_fn@Base 2.14.0 + gnt_file_sel_set_suggested_filename@Base 2.14.0 + gnt_get_clipboard@Base 2.14.0 + gnt_get_clipboard_string@Base 2.14.0 + gnt_giveup_console@Base 2.14.0 + gnt_init@Base 2.14.0 + gnt_init_colors@Base 2.14.0 + gnt_init_keys@Base 2.14.0 + gnt_init_styles@Base 2.14.0 + gnt_is_refugee@Base 2.14.0 + gnt_key_cdown@Base 2.14.0 + gnt_key_cleft@Base 2.14.0 + gnt_key_cright@Base 2.14.0 + gnt_key_cup@Base 2.14.0 + gnt_key_lookup@Base 2.14.0 + gnt_key_translate@Base 2.14.0 + gnt_keys_add_combination@Base 2.14.0 + gnt_keys_del_combination@Base 2.14.0 + gnt_keys_find_combination@Base 2.14.0 + gnt_keys_print_combinations@Base 2.14.0 + gnt_keys_refine@Base 2.14.0 + gnt_label_get_gtype@Base 2.14.0 + gnt_label_new@Base 2.14.0 + gnt_label_new_with_format@Base 2.14.0 + gnt_label_set_text@Base 2.14.0 + gnt_line_get_gtype@Base 2.14.0 + gnt_line_new@Base 2.14.0 + gnt_main@Base 2.14.0 + gnt_menu_add_item@Base 2.14.0 + gnt_menu_get_gtype@Base 2.14.0 + gnt_menu_get_item@Base 2.14.0 + gnt_menu_new@Base 2.14.0 + gnt_menuitem_activate@Base 2.14.0 + gnt_menuitem_check_get_checked@Base 2.14.0 + gnt_menuitem_check_get_gtype@Base 2.14.0 + gnt_menuitem_check_new@Base 2.14.0 + gnt_menuitem_check_set_checked@Base 2.14.0 + gnt_menuitem_get_gtype@Base 2.14.0 + gnt_menuitem_get_id@Base 2.14.0 + gnt_menuitem_get_submenu@Base 2.14.0 + gnt_menuitem_get_trigger@Base 2.14.0 + gnt_menuitem_new@Base 2.14.0 + gnt_menuitem_set_callback@Base 2.14.0 + gnt_menuitem_set_id@Base 2.14.0 + gnt_menuitem_set_submenu@Base 2.14.0 + gnt_menuitem_set_trigger@Base 2.14.0 + gnt_need_conversation_to_locale@Base 2.14.0 + gnt_progress_bar_get_fraction@Base 2.14.0 + gnt_progress_bar_get_orientation@Base 2.14.0 + gnt_progress_bar_get_show_progress@Base 2.14.0 + gnt_progress_bar_get_type@Base 2.14.0 + gnt_progress_bar_new@Base 2.14.0 + gnt_progress_bar_set_fraction@Base 2.14.0 + gnt_progress_bar_set_orientation@Base 2.14.0 + gnt_progress_bar_set_show_progress@Base 2.14.0 + gnt_quit@Base 2.14.0 + gnt_register_action@Base 2.14.0 + gnt_screen_menu_show@Base 2.14.0 + gnt_screen_move_widget@Base 2.14.0 + gnt_screen_occupy@Base 2.14.0 + gnt_screen_release@Base 2.14.0 + gnt_screen_rename_widget@Base 2.14.0 + gnt_screen_resize_widget@Base 2.14.0 + gnt_screen_update@Base 2.14.0 + gnt_set_clipboard_string@Base 2.14.0 + gnt_slider_advance_step@Base 2.14.0 + gnt_slider_get_gtype@Base 2.14.0 + gnt_slider_get_large_step@Base 2.14.0 + gnt_slider_get_range@Base 2.14.0 + gnt_slider_get_small_step@Base 2.14.0 + gnt_slider_get_step@Base 2.14.0 + gnt_slider_get_value@Base 2.14.0 + gnt_slider_get_vertical@Base 2.14.0 + gnt_slider_new@Base 2.14.0 + gnt_slider_reflect_label@Base 2.14.0 + gnt_slider_set_large_step@Base 2.14.0 + gnt_slider_set_range@Base 2.14.0 + gnt_slider_set_small_step@Base 2.14.0 + gnt_slider_set_step@Base 2.14.0 + gnt_slider_set_value@Base 2.14.0 + gnt_style_get@Base 2.14.0 + gnt_style_get_bool@Base 2.14.0 + gnt_style_get_color@Base 2.14.0 + gnt_style_get_from_name@Base 2.14.0 + gnt_style_get_string_list@Base 2.14.0 + gnt_style_parse_bool@Base 2.14.0 + gnt_style_read_actions@Base 2.14.0 + gnt_style_read_configure_file@Base 2.14.0 + gnt_style_read_menu_accels@Base 2.14.0 + gnt_style_read_workspaces@Base 2.14.0 + gnt_styles_get_keyremaps@Base 2.14.0 + gnt_text_format_flag_to_chtype@Base 2.14.0 + gnt_text_view_append_text_with_flags@Base 2.14.0 + gnt_text_view_append_text_with_tag@Base 2.14.0 + gnt_text_view_attach_editor_widget@Base 2.14.0 + gnt_text_view_attach_pager_widget@Base 2.14.0 + gnt_text_view_attach_scroll_widget@Base 2.14.0 + gnt_text_view_clear@Base 2.14.0 + gnt_text_view_get_gtype@Base 2.14.0 + gnt_text_view_get_lines_above@Base 2.14.0 + gnt_text_view_get_lines_below@Base 2.14.0 + gnt_text_view_get_text@Base 2.14.0 + gnt_text_view_new@Base 2.14.0 + gnt_text_view_next_line@Base 2.14.0 + gnt_text_view_scroll@Base 2.14.0 + gnt_text_view_set_flag@Base 2.14.0 + gnt_text_view_tag_change@Base 2.14.0 + gnt_tree_add_choice@Base 2.14.0 + gnt_tree_add_row_after@Base 2.14.0 + gnt_tree_add_row_last@Base 2.14.0 + gnt_tree_adjust_columns@Base 2.14.0 + gnt_tree_change_text@Base 2.14.0 + gnt_tree_create_row@Base 2.14.0 + gnt_tree_create_row_from_list@Base 2.14.0 + gnt_tree_get_choice@Base 2.14.0 + gnt_tree_get_gtype@Base 2.14.0 + gnt_tree_get_parent_key@Base 2.14.0 + gnt_tree_get_row_text_list@Base 2.14.0 + gnt_tree_get_rows@Base 2.14.0 + gnt_tree_get_selection_data@Base 2.14.0 + gnt_tree_get_selection_text@Base 2.14.0 + gnt_tree_get_selection_text_list@Base 2.14.0 + gnt_tree_get_selection_visible_line@Base 2.14.0 + gnt_tree_get_visible_rows@Base 2.14.0 + gnt_tree_is_searching@Base 2.14.0 + gnt_tree_new@Base 2.14.0 + gnt_tree_new_with_columns@Base 2.14.0 + gnt_tree_remove@Base 2.14.0 + gnt_tree_remove_all@Base 2.14.0 + gnt_tree_row_get_child@Base 2.14.0 + gnt_tree_row_get_key@Base 2.14.0 + gnt_tree_row_get_next@Base 2.14.0 + gnt_tree_row_get_parent@Base 2.14.0 + gnt_tree_row_get_prev@Base 2.14.0 + gnt_tree_scroll@Base 2.14.0 + gnt_tree_set_choice@Base 2.14.0 + gnt_tree_set_col_width@Base 2.14.0 + gnt_tree_set_column_is_binary@Base 2.14.0 + gnt_tree_set_column_is_right_aligned@Base 2.14.0 + gnt_tree_set_column_resizable@Base 2.14.0 + gnt_tree_set_column_title@Base 2.14.0 + gnt_tree_set_column_titles@Base 2.14.0 + gnt_tree_set_column_visible@Base 2.14.0 + gnt_tree_set_column_width_ratio@Base 2.14.0 + gnt_tree_set_compare_func@Base 2.14.0 + gnt_tree_set_expanded@Base 2.14.0 + gnt_tree_set_hash_fns@Base 2.14.0 + gnt_tree_set_row_color@Base 2.14.0 + gnt_tree_set_row_flags@Base 2.14.0 + gnt_tree_set_search_column@Base 2.14.0 + gnt_tree_set_search_function@Base 2.14.0 + gnt_tree_set_selected@Base 2.14.0 + gnt_tree_set_show_separator@Base 2.14.0 + gnt_tree_set_show_title@Base 2.14.0 + gnt_tree_set_visible_rows@Base 2.14.0 + gnt_tree_sort_row@Base 2.14.0 + gnt_uninit_colors@Base 2.14.0 + gnt_uninit_styles@Base 2.14.0 + gnt_util_get_text_bound@Base 2.14.0 + gnt_util_onscreen_fit_string@Base 2.14.0 + gnt_util_onscreen_width@Base 2.14.0 + gnt_util_onscreen_width_to_pointer@Base 2.14.0 + gnt_util_parse_widgets@Base 2.14.0 + gnt_util_parse_xhtml_to_textview@Base 2.14.0 + gnt_util_set_trigger_widget@Base 2.14.0 + gnt_widget_activate@Base 2.14.0 + gnt_widget_bindings_view@Base 2.14.0 + gnt_widget_clicked@Base 2.14.0 + gnt_widget_confirm_size@Base 2.14.0 + gnt_widget_destroy@Base 2.14.0 + gnt_widget_draw@Base 2.14.0 + gnt_widget_expose@Base 2.14.0 + gnt_widget_get_disable_actions@Base 2.14.0 + gnt_widget_get_drawing@Base 2.14.0 + gnt_widget_get_grow_x@Base 2.14.0 + gnt_widget_get_grow_y@Base 2.14.0 + gnt_widget_get_gtype@Base 2.14.0 + gnt_widget_get_has_border@Base 2.14.0 + gnt_widget_get_has_focus@Base 2.14.0 + gnt_widget_get_has_shadow@Base 2.14.0 + gnt_widget_get_is_urgent@Base 2.14.0 + gnt_widget_get_mapped@Base 2.14.0 + gnt_widget_get_name@Base 2.14.0 + gnt_widget_get_parent@Base 2.14.0 + gnt_widget_get_position@Base 2.14.0 + gnt_widget_get_size@Base 2.14.0 + gnt_widget_get_take_focus@Base 2.14.0 + gnt_widget_get_toplevel@Base 2.14.0 + gnt_widget_get_transient@Base 2.14.0 + gnt_widget_get_visible@Base 2.14.0 + gnt_widget_has_focus@Base 2.14.0 + gnt_widget_has_shadow@Base 2.14.0 + gnt_widget_hide@Base 2.14.0 + gnt_widget_in_destruction@Base 2.14.0 + gnt_widget_key_pressed@Base 2.14.0 + gnt_widget_queue_update@Base 2.14.0 + gnt_widget_set_disable_actions@Base 2.14.0 + gnt_widget_set_drawing@Base 2.14.0 + gnt_widget_set_focus@Base 2.14.0 + gnt_widget_set_grow_x@Base 2.14.0 + gnt_widget_set_grow_y@Base 2.14.0 + gnt_widget_set_has_border@Base 2.14.0 + gnt_widget_set_has_focus@Base 2.14.0 + gnt_widget_set_has_shadow@Base 2.14.0 + gnt_widget_set_is_urgent@Base 2.14.0 + gnt_widget_set_mapped@Base 2.14.0 + gnt_widget_set_name@Base 2.14.0 + gnt_widget_set_position@Base 2.14.0 + gnt_widget_set_size@Base 2.14.0 + gnt_widget_set_take_focus@Base 2.14.0 + gnt_widget_set_transient@Base 2.14.0 + gnt_widget_set_urgent@Base 2.14.0 + gnt_widget_set_visible@Base 2.14.0 + gnt_widget_show@Base 2.14.0 + gnt_widget_size_request@Base 2.14.0 + gnt_window_box_new@Base 2.14.0 + gnt_window_get_accel_item@Base 2.14.0 + gnt_window_get_gtype@Base 2.14.0 + gnt_window_get_maximize@Base 2.14.0 + gnt_window_get_menu@Base 2.14.0 + gnt_window_new@Base 2.14.0 + gnt_window_present@Base 2.14.0 + gnt_window_set_maximize@Base 2.14.0 + gnt_window_set_menu@Base 2.14.0 + gnt_window_workspace_hiding@Base 2.14.0 + gnt_window_workspace_showing@Base 2.14.0 + gnt_wm_add_workspace@Base 2.14.0 + gnt_wm_copy_win@Base 2.14.0 + gnt_wm_get_gtype@Base 2.14.0 + gnt_wm_get_idle_time@Base 2.14.0 + gnt_wm_move_window@Base 2.14.0 + gnt_wm_new_window@Base 2.14.0 + gnt_wm_process_click@Base 2.14.0 + gnt_wm_process_input@Base 2.14.0 + gnt_wm_raise_window@Base 2.14.0 + gnt_wm_resize_window@Base 2.14.0 + gnt_wm_set_event_stack@Base 2.14.0 + gnt_wm_set_workspaces@Base 2.14.0 + gnt_wm_switch_workspace@Base 2.14.0 + gnt_wm_switch_workspace_next@Base 2.14.0 + gnt_wm_switch_workspace_prev@Base 2.14.0 + gnt_wm_update_window@Base 2.14.0 + gnt_wm_widget_find_workspace@Base 2.14.0 + gnt_wm_widget_move_workspace@Base 2.14.0 + gnt_wm_window_close@Base 2.14.0 + gnt_wm_window_decorate@Base 2.14.0 + gnt_ws_add_widget@Base 2.14.0 + gnt_ws_draw_taskbar@Base 2.14.0 + gnt_ws_get_gtype@Base 2.14.0 + gnt_ws_get_name@Base 2.14.0 + gnt_ws_hide@Base 2.14.0 + gnt_ws_new@Base 2.14.0 + gnt_ws_remove_widget@Base 2.14.0 + gnt_ws_set_name@Base 2.14.0 + gnt_ws_show@Base 2.14.0 + gnt_ws_widget_hide@Base 2.14.0 + gnt_ws_widget_show@Base 2.14.0 + pageditor@Base 2.14.0 +s.so libgnt0 #MINVER# +* Build-Depends-Package: libgnt-dev + gntwm_init@Base 2.14.0 + s_get_gtype@Base 2.14.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/rules new/libgnt-2.14.3/packaging/debian/rules --- old/libgnt-2.14.0/packaging/debian/rules 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/rules 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + +%: + dh $@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgnt-2.14.0/packaging/debian/source/format new/libgnt-2.14.3/packaging/debian/source/format --- old/libgnt-2.14.0/packaging/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ new/libgnt-2.14.3/packaging/debian/source/format 2021-09-26 05:56:33.000000000 +0200 @@ -0,0 +1 @@ +3.0 (native)