gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6774: jhbuild etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6774: jhbuild etc
Date: Tue, 12 Nov 2019 20:04:22 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6774
revision-id: address@hidden-20191113010408-y6cyhll7fjrh97wb
parent: address@hidden-20191112015019-zrd8bbrho0kl3s04
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Tue 2019-11-12 17:04:08 -0800
message:
  jhbuild etc
added:
  pkg/gnome/jhbuild/             jhbuild-20191112220205-kin3pedee9jc30er-1
  pkg/gnome/jhbuild/Makefile     makefile-20191112220205-kin3pedee9jc30er-3
  pkg/gnome/jhbuild/config.mk    config.mk-20191112220205-kin3pedee9jc30er-2
  pkg/gnome/jhbuild/sha256sums   sha256sums-20191112220205-kin3pedee9jc30er-4
modified:
  pkg/gnome/glib/config.mk       config.mk-20160617013948-zxz0vnfa6s7m6z8o-1
  pkg/gnome/gnumeric/Makefile    makefile-20160617013746-7ygosxqw3lxxvo7f-847
  pkg/gnome/goffice/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-857
=== modified file 'pkg/gnome/glib/config.mk'
--- a/pkg/gnome/glib/config.mk  2019-06-12 01:55:54 +0000
+++ b/pkg/gnome/glib/config.mk  2019-11-13 01:04:08 +0000
@@ -3,9 +3,12 @@
 #CONFIGURE_OPTS ?= 
 # might be needed:
 CONFIGURE_OPTS ?=  --with-libiconv  CFLAGS="-DUSE_LIBICONV_GNU=1"
+#CONFIGURE_OPTS ?= 
 
 #BUILD_OPTS ?= 
 # might be needed:
 BUILD_OPTS ?=  -Wl,-I/opt/gsrc/include -Wl,-L/opt/gsrc/lib  -Wl,-liconv  
CFLAGS="-DUSE_LIBICONV_GNU=1" LDFLAGS+=-liconv
+#BUILD_OPTS ?=  -Wl,-I/opt/gsrc/include -Wl,-L/opt/gsrc/lib 
+#-Wl,-liconv  CFLAGS="-DUSE_LIBICONV_GNU=1" LDFLAGS+=-liconv
 
 # a little redundant, but harmless

=== modified file 'pkg/gnome/gnumeric/Makefile'
--- a/pkg/gnome/gnumeric/Makefile       2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/gnumeric/Makefile       2019-11-13 01:04:08 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015, 2016, 2017 Brandon Invergo <address@hidden>
-# Copyright ©2017,2018 Carl Hansen <address@hidden>
+# Copyright © 2017, 2018, 2019  Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #

=== modified file 'pkg/gnome/goffice/Makefile'
--- a/pkg/gnome/goffice/Makefile        2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/goffice/Makefile        2019-11-13 01:04:08 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2015 Brandon Invergo <address@hidden>
-# Copyright © 2017,2018 Carl Hansen <address@hidden>
+# Copyright © 2017, 2018, 2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #

=== added directory 'pkg/gnome/jhbuild'
=== added file 'pkg/gnome/jhbuild/Makefile'
--- a/pkg/gnome/jhbuild/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/jhbuild/Makefile        2019-11-13 01:04:08 +0000
@@ -0,0 +1,49 @@
+# Copyright ©2019 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    jhbuild
+GARNAME = jhbuild
+GARVERSION = 3.35.2
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = utility for building from source
+define BLURB
+
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/gnome/jhbuild/config.mk'
--- a/pkg/gnome/jhbuild/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/jhbuild/config.mk       2019-11-13 01:04:08 +0000
@@ -0,0 +1,5 @@
+## Configuration options 
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/jhbuild/sha256sums'
--- a/pkg/gnome/jhbuild/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/jhbuild/sha256sums      2019-11-13 01:04:08 +0000
@@ -0,0 +1,2 @@
+5ae0dba87ba86ae0f46cf7dffa66388ce8dc22929cb7a83138fd09a312349bee  
download/jhbuild-3.35.2.tar.xz
+874da6f7c53b3ec648c7e97ec6a0aa1afda5ab0befbffb4f42a95e80de7a9b8b  
download/jhbuild-3.35.2.sha256sum


reply via email to

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