pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

g-golf: Update to 0.8.0-rc8



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Oct 23 10:14:34 2024 -0400
Changeset:	5ed02fa39b8dd7ac8b8c4611dac033d62f0236b7

Modified Files:
	g-golf/Makefile
	g-golf/PLIST
	g-golf/TODO
	g-golf/distinfo
Added Files:
	g-golf/COMMIT_MSG

Log Message:
g-golf: Update to 0.8.0-rc8

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5ed02fa39b8dd7ac8b8c4611dac033d62f0236b7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 g-golf/COMMIT_MSG | 17 +++++++++++++++++
 g-golf/Makefile   |  4 ++--
 g-golf/PLIST      |  2 ++
 g-golf/TODO       |  4 ++--
 g-golf/distinfo   |  6 +++---
 5 files changed, 26 insertions(+), 7 deletions(-)

diffs:
diff --git a/g-golf/COMMIT_MSG b/g-golf/COMMIT_MSG
new file mode 100644
index 0000000000..0722a02c5d
--- /dev/null
+++ b/g-golf/COMMIT_MSG
@@ -0,0 +1,17 @@
+devel/guile-g-golf: Add version x.y
+
+G-Golf is a tool to develop fast and feature-rich graphical
+applications, with a clean and recognizable look and feel. Here is an
+overview of the GNOME platform libraries, accessible using G-Golf.
+
+In particular, libadwaita provides a number of widgets that change
+their layout based on the available space. This can be used to make
+applications adapt their UI between desktop and mobile devices. The
+GNOME Web (best known through its code name, Epiphany, is a good
+example of such pan adaptive UI.
+
+G-Golf uses Glib, GObject and GObject Introspection. As it imports a
+Typelib (a GObject introspectable library), G-Golf defines GObject
+classes as GOOPS (the Guile Object Oriented System) classes. GObject
+methods are defined and added to their corresponding generic
+function. Simple functions are defined as scheme procedures.
diff --git a/g-golf/Makefile b/g-golf/Makefile
index 639a1b06b1..64271bf6c8 100644
--- a/g-golf/Makefile
+++ b/g-golf/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-VERSION_DIST=	0.8.0-rc7
-VERSION_PKG=	0.8.0rc7
+VERSION_DIST=	0.8.0-rc8
+VERSION_PKG=	0.8.0rc8
 DISTNAME=	g-golf-${VERSION_DIST}
 PKGNAME=	g-golf-${VERSION_PKG}
 CATEGORIES=	devel
diff --git a/g-golf/PLIST b/g-golf/PLIST
index 31a83c8811..bb68d1941d 100644
--- a/g-golf/PLIST
+++ b/g-golf/PLIST
@@ -29,6 +29,7 @@ guile/3.0/lib/guile/3.0/site-ccache/g-golf/gi/version.go
 guile/3.0/lib/guile/3.0/site-ccache/g-golf/gi/vfunc-info.go
 guile/3.0/lib/guile/3.0/site-ccache/g-golf/glib.go
 guile/3.0/lib/guile/3.0/site-ccache/g-golf/glib/byte-arrays.go
+guile/3.0/lib/guile/3.0/site-ccache/g-golf/glib/date-and-time-functions.go
 guile/3.0/lib/guile/3.0/site-ccache/g-golf/glib/glist.go
 guile/3.0/lib/guile/3.0/site-ccache/g-golf/glib/gslist.go
 guile/3.0/lib/guile/3.0/site-ccache/g-golf/glib/io-channels.go
@@ -121,6 +122,7 @@ guile/3.0/share/guile/site/g-golf/gi/version.scm
 guile/3.0/share/guile/site/g-golf/gi/vfunc-info.scm
 guile/3.0/share/guile/site/g-golf/glib.scm
 guile/3.0/share/guile/site/g-golf/glib/byte-arrays.scm
+guile/3.0/share/guile/site/g-golf/glib/date-and-time-functions.scm
 guile/3.0/share/guile/site/g-golf/glib/glist.scm
 guile/3.0/share/guile/site/g-golf/glib/gslist.scm
 guile/3.0/share/guile/site/g-golf/glib/io-channels.scm
diff --git a/g-golf/TODO b/g-golf/TODO
index bace70d9af..e6ff12fa35 100644
--- a/g-golf/TODO
+++ b/g-golf/TODO
@@ -1,4 +1,4 @@
-  - resolve installation path (in chosen guile vs separate)
+  - decide on g-golf vs guile-g-golf
   - package guile-lib for guile 3, or flip it
+  - resolve installation path (in chosen guile vs separate)
   - test and make work
-  
\ No newline at end of file
diff --git a/g-golf/distinfo b/g-golf/distinfo
index 2370de6259..bdc1b8097c 100644
--- a/g-golf/distinfo
+++ b/g-golf/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (g-golf-0.8.0-rc7.tar.gz) = fd843e364225092f0384924bcd01b50c3ef4a00ccf55ef090c6f799c87f7c3e9
-SHA512 (g-golf-0.8.0-rc7.tar.gz) = 5c7dfc7ab798e34af9f01a360b3587b16ec8fdf8c94ce95b44cc925625c0c69ff7b70b4aa723d2849a876a822427abfd64fc220637b3be1b034dc304b03980b4
-Size (g-golf-0.8.0-rc7.tar.gz) = 1588510 bytes
+BLAKE2s (g-golf-0.8.0-rc8.tar.gz) = a3adc5763f89e6e5c99d8ac6db447213b5b0c0c7be590aab4dad1e5714a73f10
+SHA512 (g-golf-0.8.0-rc8.tar.gz) = 0d0e1daa0322cf5af40c3e0d21d8513ce6c10ddb9a1b1553facaf7cedc259c0ac613e13314db16b8b96fd8dff8db9e7408748960e699bd319e14e7abab483398
+Size (g-golf-0.8.0-rc8.tar.gz) = 1825715 bytes


Home | Main Index | Thread Index | Old Index