From 4385ae91188e15a9c436eae60e20c9f73504ef96 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 2 Oct 2022 11:49:01 -0600 Subject: [PATCH] gtk 0.15 --- src/gtk/NEWS | 5 +++++ src/gtk/configure.ac | 2 +- src/gtk/debian/changelog | 6 ++++++ src/gtk/debian/control | 16 ++++++++-------- src/gtk/gtk.texi | 2 +- src/gtk/make.scm | 2 +- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/src/gtk/NEWS b/src/gtk/NEWS index 8bc910b25..9cf5ccf80 100644 --- a/src/gtk/NEWS +++ b/src/gtk/NEWS @@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-gtk 0.15 - Matt Birkholz, 2022-10-02 +====================================================== + +New binary format. Requires core version 12.2. + mit-scheme-pucked-gtk 0.14 - Matt Birkholz, 2020-07-18 ====================================================== diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index c2683fc54..ed7da8bc6 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme Pucked gtk plugin], - [0.14], + [0.15], [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk]) AC_CONFIG_SRCDIR([gtk.pkg]) diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog index 8cfb01f95..63f364bbb 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.15) birchwood; urgency=low + + * New binary format. Requires core version 12.2. + + -- Matt Birkholz Sun, 02 Oct 2022 00:00:00 -0000 + mit-scheme-pucked-gtk (0.14) birchwood; urgency=low * New binary format. Requires core version 12. diff --git a/src/gtk/debian/control b/src/gtk/debian/control index fb5c4d15f..2e856e96c 100644 --- a/src/gtk/debian/control +++ b/src/gtk/debian/control @@ -3,10 +3,10 @@ Section: lisp Priority: optional Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, - mit-scheme-pucked (>= 12), - mit-scheme-pucked-glib (>= 0.15), - mit-scheme-pucked-pango (>= 0.14), - mit-scheme-pucked-cairo (>= 0.14), + mit-scheme-pucked (>= 12.2), + mit-scheme-pucked-glib (>= 0.16), + mit-scheme-pucked-pango (>= 0.15), + mit-scheme-pucked-cairo (>= 0.15), texinfo, texlive, libgtk-3-dev Standards-Version: 3.9.4 @@ -16,10 +16,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary Package: mit-scheme-pucked-gtk Architecture: any -Depends: mit-scheme-pucked (>= 12), - mit-scheme-pucked-glib (>= 0.15), - mit-scheme-pucked-pango (>= 0.14), - mit-scheme-pucked-cairo (>= 0.14), +Depends: mit-scheme-pucked (>= 12.2), + mit-scheme-pucked-glib (>= 0.16), + mit-scheme-pucked-pango (>= 0.15), + mit-scheme-pucked-cairo (>= 0.15), ${shlibs:Depends}, ${misc:Depends} Description: Gtk plugin for MIT/GNU Scheme Pucked This package provides mit-scheme-pucked with a dynamically loadable diff --git a/src/gtk/gtk.texi b/src/gtk/gtk.texi index 870f0b575..981e3827f 100644 --- a/src/gtk/gtk.texi +++ b/src/gtk/gtk.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename gtk.info @include version.texi -@set SCMVERS 10.1.20 +@set SCMVERS 12.2 @settitle Gtk Plugin Manual @comment %**end of header diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 3543dc827..00729d4d6 100644 --- a/src/gtk/make.scm +++ b/src/gtk/make.scm @@ -7,5 +7,5 @@ Load the Gtk option. |# (with-loader-base-uri (system-library-uri "gtk/") (lambda () (load-package-set "gtk"))) -(add-subsystem-identification! "Gtk" '(0 14)) +(add-subsystem-identification! "Gtk" '(0 15)) ((access gtk-start (->environment '(gtk main)))) \ No newline at end of file -- 2.47.3