[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9443: update glean to 0.1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9443: update glean to 0.1 |
Date: |
Sun, 30 Jul 2023 15:37:17 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9443
revision-id: carlhansen1234@gmail.com-20230730193713-7oo1vm5c8b5bgdep
parent: carlhansen1234@gmail.com-20230730185658-uuv09cak4p7m1n4v
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2023-07-30 12:37:13 -0700
message:
update glean to 0.1
modified:
pkg/gnu/glean/Makefile makefile-20170514073818-7d27r1u89exh7llb-3
pkg/gnu/glean/sha256sums sha256sums-20170514073818-7d27r1u89exh7llb-4
=== modified file 'pkg/gnu/glean/Makefile'
--- a/pkg/gnu/glean/Makefile 2020-01-01 23:09:43 +0000
+++ b/pkg/gnu/glean/Makefile 2023-07-30 19:37:13 +0000
@@ -1,4 +1,4 @@
-# Copyright ?2017,2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright ?2017,2018,2023 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
#
@@ -16,10 +16,7 @@
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
#
# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
-#
-#
-# Doesn't build cleanly for me...
-# to be worked on...
+
NAME = glean
GARNAME = glean
@@ -34,26 +31,28 @@
content contributions, which provides the means to build hierarchies of
content, and that is deployable in different ways (web service, self-hosted,
single executable).
-
endef
######################################################################
-#https://git.savannah.gnu.org/cgit/glean.git/
- # http://glean.eu/releases/glean-0.1.tar.gz defunct
##https://web.archive.org/web/20171102185102/http://glean.eu/posts/releases/glean-0.1.tar.gz
-#MASTER_SITES = http://glean.eu/
-MASTER_SITES = https://git.savannah.gnu.org/cgit/glean.git/
- # git clone $(MASTER_SITES)
-MASTER_SUBDIR =
+MASTER_SITES = https://git.savannah.gnu.org
+MASTER_SUBDIR = git
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+GIT_REVISION =
DISTFILES =
SIGFILES =
BUILDDEPS =
LIBDEPS =
-
+WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ = $(WORKSRC)
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
include ../../../gar/gar.lib/info.mk
include config.mk
+pre-configure: fetch-git
+ cd $(WORKSRC) && autoreconf -vif
+
+
=== modified file 'pkg/gnu/glean/sha256sums'
--- a/pkg/gnu/glean/sha256sums 2017-05-14 07:38:32 +0000
+++ b/pkg/gnu/glean/sha256sums 2023-07-30 19:37:13 +0000
@@ -1,1 +0,0 @@
-f7b86bb521cfc4d9ac039867881beacf56ef28588be697c60a150acaad0cdfa6
download/glean-0.1.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9443: update glean to 0.1,
Carl Hansen <=