gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10037: update g-golf to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10037: update g-golf to master
Date: Sun, 10 Mar 2024 15:40:56 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10037
revision-id: carlhansen@gnu.org-20240310194045-i2e455g9shk157uw
parent: carlhansen@gnu.org-20240310190810-y7zg7bjf1n7g1ejy
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2024-03-10 19:40:45 +0000
message:
  update g-golf to master 
modified:
  pkg/gnu/g-golf/Makefile        makefile-20201122032008-sn16ry9f2tc9wiez-3
=== modified file 'pkg/gnu/g-golf/Makefile'
--- a/pkg/gnu/g-golf/Makefile   2023-12-02 00:41:49 +0000
+++ b/pkg/gnu/g-golf/Makefile   2024-03-10 19:40:45 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2020,2022,2023 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2020,2022-2024 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 GARNAME = g-golf
 GARVERSION = master 
 HOME_URL =   https://www.gnu.org/software/g-golf
-DESCRIPTION = GNU G-Golf is a Guile Object Library for GNOME.
+DESCRIPTION = GNU G-Golf is for GNOME, a Guile Object Library For 
 define BLURB
 G-Golf is a Guile Object Library for GNOME.  G-Golf low level API
 comprises a binding to (most of) the GObject Introspection and (some of)
@@ -40,11 +40,10 @@
 GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
 GIT_REVISION = master
 SIGFILES  = 
-#DISTFILES = $(DISTNAME).tar.gz 
-NOCHECKSUM = $(DISTFILES)
-GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
-WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
-WORKOBJ =  $(WORKDIR)/$(GARNAME)-$(GIT_REVISION)
+
+GITSRC =   $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC =  $(WORKDIR)/$(GARNAME)-$(GIT_REVISION)
+WORKOBJ =  $(WORKDIR)/$(GARNAME)-$(GIT_REVISION)-build
 
 BUILDDEPS =
 LIBDEPS =
@@ -56,16 +55,18 @@
 include config.mk
 include ../../../gar/varb.mk
 
-in:
-       echo $(GITSRC)
 
 fetch: fetch-git
 
-pre-configure:  extract
-       echo  running autogen.sh
-       pwd
-       echo 0000000
+pre-extract: fetch
+       mkdir -p $(WORKSRC)
+       cp -a $(GITSRC)/* $(WORKSRC) 
+# make dist-clean ?
+
+pre-configure:  pre-extract
+       @echo  pre-configureing, running autogen.sh
        cd $(WORKSRC) && sh -x ./autogen.sh
+       @echo done pre-configure  autogen.sh
        $(MAKECOOKIE)
 
 


reply via email to

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