Skip to content

Commit

Permalink
ocaml-lablgtk3: update to 3.1.5.
Browse files Browse the repository at this point in the history
## In Lablgtk-3.1.5

2024.06.10 [Jacques]
  * Prepare for release
  * Fix typos in README.md (#182) [Sylvain Chiron]

2024.05.20 [Jacques]
  * Typo in ml_gtk_text_buffer_get_iter_at_line_index. (#181) [Hugo Herbelin]

2024.05.14 [Jacques]
  * Support windows sockets in Glib.IO.channel_of_descr (#176)
    [with Michael Soegtrop]

2024.03.24 [Jacques]
  * fix pointer incompatibility in ml_gtk_style_context_list_classes (#178)

## In Lablgtk-3.1.4

2024.01.31 [Jacques]
  * use Bytes rather than String
  * Various missing bindings, including lablgtk3-rsvg2 (#128)
  * GtkStyleContext: Add missing class and provider functions (#163)
  * Add GdkEvent.Scroll.delta_{x,y} (#173) [Thomas Leonard]
  • Loading branch information
0-wiz-0 committed Jan 19, 2025
1 parent 4592ac2 commit a9ab03e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
1 change: 0 additions & 1 deletion x11/ocaml-lablgtk3/DESCR
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ if you know the dynamic typing approach taken by GTK+.

This is the version currently maintained by upstream, supporting
GTK+ 3.

12 changes: 5 additions & 7 deletions x11/ocaml-lablgtk3/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# $NetBSD: Makefile,v 1.38 2024/12/27 08:21:02 wiz Exp $
# $NetBSD: Makefile,v 1.39 2025/01/19 19:01:22 wiz Exp $

GITHUB_PROJECT= lablgtk
GITHUB_TAG= ${VERSION}
VERSION= 3.1.3
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGNAME= ocaml-${GITHUB_PROJECT}3-${VERSION}
PKGREVISION= 19
DISTNAME= lablgtk-3.1.5
PKGNAME= ocaml-${DISTNAME:S/lablgtk/lablgtk3/}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=garrigue/}
GITHUB_PROJECT= lablgtk
GITHUB_TAG= ${PKGVERSION_NOREV}

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/garrigue/lablgtk/
Expand Down
8 changes: 4 additions & 4 deletions x11/ocaml-lablgtk3/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2024/11/24 12:20:57 gdt Exp $
$NetBSD: distinfo,v 1.8 2025/01/19 19:01:22 wiz Exp $

BLAKE2s (lablgtk-3.1.3.tar.gz) = 85128f6dca11343410b0e5229e659bbbba08d98004c8bffb535f0b7734312cb6
SHA512 (lablgtk-3.1.3.tar.gz) = a14e07145a2844ebb039d7af459e2fac61888c27925ed14e508698f622aeb5ec3b0694f2b87fb7b5383d8979791a3e6fe8425f4bb509effe838d0a09dd9c50b9
Size (lablgtk-3.1.3.tar.gz) = 1043246 bytes
BLAKE2s (lablgtk-3.1.5.tar.gz) = b59de086517387d5ba9d5dd914b93f53f06b68e92b219f79f672fdc335abd25e
SHA512 (lablgtk-3.1.5.tar.gz) = 750f57ea2ccb0534123596aca04a4ba12bbf67bafb521a7978e6acc8027b2b3b822d373bf3fabb4018640c5e2d5bc3d5a336e91ceb8ff037b1f7a048440df03a
Size (lablgtk-3.1.5.tar.gz) = 1045721 bytes
SHA1 (patch-src_dune) = 47d9fb3af9dbcdff95fa99511889586d5a6b122b

0 comments on commit a9ab03e

Please sign in to comment.