gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10210: update guile-gi to 0.3.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10210: update guile-gi to 0.3.2
Date: Sun, 12 May 2024 14:15:01 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10210
revision-id: carlhansen1234@gmail.com-20240512181455-j46e06bx1o7wtro0
parent: carlhansen1234@gmail.com-20240512022842-5zxupsq72ngm1vbt
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2024-05-12 11:14:55 -0700
message:
  update guile-gi to 0.3.2
modified:
  pkg/other/guile-gi/Makefile    makefile-20181115202404-c98lpw0eperlr6ll-3
  pkg/other/guile-gi/sha256sums  sha256sums-20181115202404-c98lpw0eperlr6ll-4
=== modified file 'pkg/other/guile-gi/Makefile'
--- a/pkg/other/guile-gi/Makefile       2021-12-30 23:50:51 +0000
+++ b/pkg/other/guile-gi/Makefile       2024-05-12 18:14:55 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018, 2019, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2018-2021,2024 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,29 +21,39 @@
 
 NAME =    guile-gi
 GARNAME = guile-gi
+OTHERNAME = guile_gi
 GARVERSION = 0.3.2
 HOME_URL =  https://github.com/spk121/guile-gi.git
        # https://spk121.github.io/guile-gi/Getting-Started.html
-       # http://lonelycactus.com/tarball/guile_gi-0.0.1.tar.gz
-       #
+       # http://lonelycactus.com/
+       
 DESCRIPTION = a Guile interface to gtk3 and GObject introspection
 define BLURB
+This is a library for GNU Guile to create language bindings via GObject
+Introspection.  GNU Guile is an implementation of Scheme, which is a
+Lisp-like language. This library allows Guile to use GObject-based
+libraries -- such as GTK+3, GLib, and WebKit2 -- by generating a
+Scheme API from the GObject Introspection information provided by those
+libraries.
 endef
 
 ######################################################################
-MASTER_SITES =  http://lonelycactus.com/
-MASTER_SUBDIR = tarball/
-DISTFILES = guile_gi-$(GARVERSION).tar.gz 
-# note pesky rename guile_gi
-SIGFILES  = 
-WORKSRC= $(WORKDIR)/guile_gi-$(GARVERSION)
+#MASTER_SITES =  http://lonelycactus.com/
+#MASTER_SUBDIR = tarball/
+# 
https://github.com/spk121/guile-gi/releases/download/v0.3.2/guile_gi-0.3.2.tar.gz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = spk121/guile-gi/releases/download/v0.3.2/
+DISTFILES = $(OTHERNAME)-$(GARVERSION).tar.gz
+SIGFILES  = $(OTHERNAME)-$(GARVERSION).tar.gz.sig
+
 
 BUILDDEPS =
 LIBDEPS =
-
+WORKSRC =  $(WORKDIR)/$(OTHERNAME)-$(GARVERSION)
+WORKOBJ =  $(WORKDIR)/$(OTHERNAME)-$(GARVERSION)-build
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
 

=== modified file 'pkg/other/guile-gi/sha256sums'
--- a/pkg/other/guile-gi/sha256sums     2021-12-30 23:50:51 +0000
+++ b/pkg/other/guile-gi/sha256sums     2024-05-12 18:14:55 +0000
@@ -1,1 +1,2 @@
 7e35b9b661e331a45bc44f4e4093b748693c603de94d728098a7a8e71f5c3505  
download/guile_gi-0.3.2.tar.gz
+0170aa477f49a2810db9964db46e2d05077107156bbdffc1a700f7f78184044a  
download/guile_gi-0.3.2.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]