-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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
Showing
3 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |