gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8956: GNUstep updates


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8956: GNUstep updates
Date: Mon, 16 Jan 2023 02:17:08 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8956
revision-id: carlhansen1234@gmail.com-20230116071700-pza1o0kdr6038kx8
parent: carlhansen1234@gmail.com-20230116065213-nli2mvxmlgas9ohu
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2023-01-15 23:17:00 -0800
message:
  GNUstep updates
renamed:
  pkg/gnustep/project-center/ => pkg/gnustep/projectcenter/ 
projectcenter-20160617021536-2y71qvmiwaimvy1u-46
modified:
  pkg/gnustep/gnustep-back/Makefile makefile-20160618050220-s8fssrfqiduiyivr-3
  pkg/gnustep/gnustep-back/sha256sums 
sha256sums-20160618050220-s8fssrfqiduiyivr-4
  pkg/gnustep/gnustep-base/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-206
  pkg/gnustep/gnustep-base/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-210
  pkg/gnustep/gnustep-gui/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-221
  pkg/gnustep/gnustep-gui/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-225
  pkg/gnustep/gnustep-make/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-226
  pkg/gnustep/gnustep-make/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-230
  pkg/gnustep/gorm/Makefile      makefile-20160617021536-2y71qvmiwaimvy1u-236
  pkg/gnustep/gorm/sha256sums    sha256sums-20160617021536-2y71qvmiwaimvy1u-240
  pkg/gnustep/projectcenter/Makefile 
makefile-20160617021536-2y71qvmiwaimvy1u-266
  pkg/gnustep/projectcenter/sha256sums 
sha256sums-20160617021536-2y71qvmiwaimvy1u-270
=== modified file 'pkg/gnustep/gnustep-back/Makefile'
--- a/pkg/gnustep/gnustep-back/Makefile 2022-10-21 07:37:03 +0000
+++ b/pkg/gnustep/gnustep-back/Makefile 2023-01-16 07:17:00 +0000
@@ -25,9 +25,9 @@
 # gnustep-make gnustep-base gnustep-gui gnustep-back
 #
 
-NAME = GNUstep Backend
+NAME = GNUstep Back
 GARNAME = gnustep-back
-GARVERSION = 0.29.0
+GARVERSION = 0.30.0
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = GNUstep generic graphical backend
 define BLURB
@@ -35,12 +35,10 @@
 
 
 ######################################################################
-# 
https://github.com/gnustep/libs-back/releases/download/back-0_29_0/gnustep-back-0.29.0.tar.gz
+# 
https://github.com/gnustep/libs-back/releases/download/back-0_30_0/gnustep-back-0.30.0.tar.gz
 
-#MASTER_SITES = $(MASTER_GNUSTEP)
-#MASTER_SUBDIR = core/
 MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = gnustep/libs-back/releases/download/back-1_29_0/
+MASTER_SUBDIR = gnustep/libs-back/releases/download/back-0_30_0/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 

=== modified file 'pkg/gnustep/gnustep-back/sha256sums'
--- a/pkg/gnustep/gnustep-back/sha256sums       2021-05-05 22:48:18 +0000
+++ b/pkg/gnustep/gnustep-back/sha256sums       2023-01-16 07:17:00 +0000
@@ -1,2 +1,2 @@
-18dd4e9200abef16570b331e8725d2ecf808fa86d125a927cc9776e8b88a9892  
download/gnustep-back-0.29.0.tar.gz
-aa1e28cea35fb9f955f794f4530ffd2657c0d1dd5b9b37dda38129b427a65266  
download/gnustep-back-0.29.0.tar.gz.sig
+60177d44beebd0216be4aa7eea6cf009cf9ff844bc35f0eacd622bf710372cff  
download/gnustep-back-0.30.0.tar.gz
+182b17a15041a1db6ee73a244d14e93a98cc0ffe69a68c5efd475e849608d76a  
download/gnustep-back-0.30.0.tar.gz.sig

=== modified file 'pkg/gnustep/gnustep-base/Makefile'
--- a/pkg/gnustep/gnustep-base/Makefile 2022-10-21 07:30:00 +0000
+++ b/pkg/gnustep/gnustep-base/Makefile 2023-01-16 07:17:00 +0000
@@ -22,27 +22,25 @@
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 
-#
+
 # To use GNUstep first install these four packages in this order:
 # gnustep-make gnustep-base gnustep-gui gnustep-back
-#
-# To install the documentation, do "make doc"
-# see below. Not exactly right, but it works
-#
+
+
 NAME = GNUstep Base
 GARNAME = gnustep-base
-GARVERSION = 1.28.0
+GARVERSION = 1.29.0
 HOME_URL = http://www.gnustep.org/
-DESCRIPTION = GNUstep  foundation library
+DESCRIPTION = GNUstep base  foundation library
 define BLURB
 endef
 
 ######################################################################
 
-# 
https://github.com/gnustep/libs-base/releases/download/base-1_27_0/gnustep-base-1.27.0.tar.gz
+# 
https://github.com/gnustep/libs-base/releases/download/base-1_29_0/gnustep-base-1.29.0.tar.gz
 
-MASTER_SITES = $(MASTER_GNUSTEP)
-MASTER_SUBDIR = core/
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = gnustep/libs-base/releases/download/base-1_29_0/
 
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
@@ -50,9 +48,8 @@
 BUILDDEPS =
 #gnustep-make libffi libxml2
 LIBDEPS =
-CONFIGURE_SCRIPTS = this
-BUILD_SCRIPTS = this
-WORKOBJ = $(WORKSRC)
+#BUILD_SCRIPTS = this
+
 ######################################################################
 
 include ../../../gar/gar.lib/gnustep.mk
@@ -66,16 +63,19 @@
 inf:
        echo  $(WORKOBJ)  $(WORKSRC)
 
-configure-this:
-       @echo  $(WORKOBJ)  $(WORKSRC)
-       mkdir -p $(WORKOBJ)
-       cd $(WORKSRC) &&  ./configure
+#configure-this:
+#      @echo  $(WORKOBJ)  $(WORKSRC)
+#      mkdir -p $(WORKOBJ)
+#      cd $(WORKSRC) &&  ./configure
+#      $(MAKECOOKIE)
 
-build-this:
-       cd $(WORKOBJ) &&  $(MAKE) -C ../../$(WORKSRC)
+#build-this:
+#      cd $(WORKOBJ) &&  $(MAKE) -C ../../$(WORKSRC)
+#      $(MAKECOOKIE)
 
 post-install:
        make -C $(WORKOBJ)/Documentation/ install
+       $(MAKECOOKIE)
 
 checkthis: build
        make -C $(WORKOBJ) check

=== modified file 'pkg/gnustep/gnustep-base/sha256sums'
--- a/pkg/gnustep/gnustep-base/sha256sums       2021-05-05 22:48:18 +0000
+++ b/pkg/gnustep/gnustep-base/sha256sums       2023-01-16 07:17:00 +0000
@@ -1,2 +1,2 @@
-c7d7c6e64ac5f5d0a4d5c4369170fc24ed503209e91935eb0e2979d1601039ed  
download/gnustep-base-1.28.0.tar.gz
-99ce1112dbd97c549e1c6d1e0c4c581ae96286e2295f9a1e23880fa48816d223  
download/gnustep-base-1.28.0.tar.gz.sig
+fa58eda665c3e0b9c420dc32bb3d51247a407c944d82e5eed1afe8a2b943ef37  
download/gnustep-base-1.29.0.tar.gz
+37634039af3e11302166033a1933fa8a1fcb9764f3fcb640c66b6aeca14bac4c  
download/gnustep-base-1.29.0.tar.gz.sig

=== modified file 'pkg/gnustep/gnustep-gui/Makefile'
--- a/pkg/gnustep/gnustep-gui/Makefile  2022-10-21 07:34:33 +0000
+++ b/pkg/gnustep/gnustep-gui/Makefile  2023-01-16 07:17:00 +0000
@@ -26,7 +26,7 @@
 
 NAME = GNUstep GUI
 GARNAME = gnustep-gui
-GARVERSION = 0.29.0
+GARVERSION = 0.30.0
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = GNUstep graphical user interface class library
 define BLURB
@@ -34,15 +34,15 @@
 
 
 ######################################################################
-# 
https://github.com/gnustep/libs-gui/releases/download/gui-0_28_0/gnustep-gui-0.28.0.tar.gz
+# 
https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz
 
-MASTER_SITES = $(MASTER_GNUSTEP)
-MASTER_SUBDIR = core/
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = gnustep/libs-gui/releases/download/gui-0_30_0/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 
-BUILDDEPS = gnustep-base 
+BUILDDEPS = gnustep-make gnustep-base 
 LIBDEPS =   libgcrypt  # gnutls
 # apt install libjpeg-dev libtiff-dev libpng
 WORKOBJ = $(WORKSRC)
@@ -51,12 +51,10 @@
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
 
-
-#CONFIGURE_ARGS += --with-default-config=$(prefix)/etc/GNUstep/GNUstep.conf
-
-#post-install:
-#      make -C $(WORKOBJ)/Documentation/ install
-
+ 
+post-install:
+       make -C $(WORKOBJ)/Documentation/ install
+       $(MAKECOOKIE)
 
 
 

=== modified file 'pkg/gnustep/gnustep-gui/sha256sums'
--- a/pkg/gnustep/gnustep-gui/sha256sums        2021-05-05 22:48:18 +0000
+++ b/pkg/gnustep/gnustep-gui/sha256sums        2023-01-16 07:17:00 +0000
@@ -1,2 +1,2 @@
-7bf12b29b12a2886003d3b251e8076ad284f41780c7322531676fcd54e1d6df5  
download/gnustep-gui-0.29.0.tar.gz
-b917dd96caabe502eb92399c1eb9d3cb0c7798ed9a9c7daf476deab203f5f816  
download/gnustep-gui-0.29.0.tar.gz.sig
+469dcaa54ed05b2520a704c30c0761a75b3ade8428e2e64645fb7b38a15c3cc3  
download/gnustep-gui-0.30.0.tar.gz
+cde0368f68c5e6caf902a127ea75896a67fac782473c6c8d93bce3295a108fc1  
download/gnustep-gui-0.30.0.tar.gz.sig

=== modified file 'pkg/gnustep/gnustep-make/Makefile'
--- a/pkg/gnustep/gnustep-make/Makefile 2022-10-22 17:06:31 +0000
+++ b/pkg/gnustep/gnustep-make/Makefile 2023-01-16 07:17:00 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2020, 2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2020, 2021, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -28,19 +28,19 @@
 
 NAME = GNUstep-Make
 GARNAME = gnustep-make
-GARVERSION = 2.9.0
+GARVERSION = 2.9.1
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = global GNUstep Makefile package
 define BLURB
 endef
 
 ######################################################################
-# 
https://github.com/gnustep/tools-make/releases/download/make-2_9_0/gnustep-make-2.9.0.tar.gz
 # https://github.com/gnustep/tools-make.git
-
-
-MASTER_SITES = $(MASTER_GNUSTEP)
-MASTER_SUBDIR = core/
+# 
https://github.com/gnustep/tools-make/releases/download/make-2_9_1/gnustep-make-2.9.1.tar.gz
+
+
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = gnustep/tools-make/releases/download/make-2_9_1/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
@@ -48,11 +48,11 @@
 BUILDDEPS =
 LIBDEPS =
 
-WORKOBJ = $(WORKSRC)
+#WORKOBJ = $(WORKSRC)
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
        

=== modified file 'pkg/gnustep/gnustep-make/sha256sums'
--- a/pkg/gnustep/gnustep-make/sha256sums       2021-05-05 22:48:18 +0000
+++ b/pkg/gnustep/gnustep-make/sha256sums       2023-01-16 07:17:00 +0000
@@ -1,2 +1,2 @@
-a0b066c11257879c7c85311dea69c67f6dc741ef339db6514f85b64992c40d2a  
download/gnustep-make-2.9.0.tar.gz
-916e4c2e7b103850aaf5e8c388908a5811bba50bda06ad1423bec567f300d724  
download/gnustep-make-2.9.0.tar.gz.sig
+c3d6e70cf156b27e7d1ed2501c57df3f96e27488ce2f351b93e479c58c01eae7  
download/gnustep-make-2.9.1.tar.gz
+74589614a2db2f816ba476d1f82d4c2d6e883666c56f23d65384ea8691fe3b89  
download/gnustep-make-2.9.1.tar.gz.sig

=== modified file 'pkg/gnustep/gorm/Makefile'
--- a/pkg/gnustep/gorm/Makefile 2021-05-10 01:56:40 +0000
+++ b/pkg/gnustep/gorm/Makefile 2023-01-16 07:17:00 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2019, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2019, 2020, 2021, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
 
 NAME = Gorm
 GARNAME = gorm
-GARVERSION = 1.2.28
+GARVERSION = 1.3.1
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = GNUstep graphical interface builder
 define BLURB
@@ -35,15 +35,15 @@
 endef
 
 ######################################################################
-
-MASTER_SITES = $(MASTER_GNUSTEP)
-MASTER_SUBDIR = dev-apps/
+# 
https://github.com/gnustep/apps-gorm/releases/download/gorm-1_3_1/gorm-1.3.1.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = gnustep/apps-gorm/releases/download/gorm-1_3_1/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 CONFIGURE_SCRIPTS =
 
-BUILDDEPS =
-LIBDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back
+BUILDDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back
+LIBDEPS = 
 
 ######################################################################
 

=== modified file 'pkg/gnustep/gorm/sha256sums'
--- a/pkg/gnustep/gorm/sha256sums       2021-05-10 01:56:40 +0000
+++ b/pkg/gnustep/gorm/sha256sums       2023-01-16 07:17:00 +0000
@@ -1,1 +1,1 @@
-8a4f377f57637e415b2fdd93e0945e3652f9c25f53205aa0cad0198ed1537c37  
download/gorm-1.2.28.tar.gz
+75ee9e3ee4b76820423e04deb3116bf01bcc26a28c4db85d3a67979673041c9e  
download/gorm-1.3.1.tar.gz

=== renamed directory 'pkg/gnustep/project-center' => 
'pkg/gnustep/projectcenter'
=== modified file 'pkg/gnustep/projectcenter/Makefile'
--- a/pkg/gnustep/project-center/Makefile       2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/projectcenter/Makefile        2023-01-16 07:17:00 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2023 Carl Hansen
 #
-# This file is part of GSRC.
+# 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
@@ -15,25 +17,29 @@
 # 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 bug-gsrc@gnu.org
+
 NAME = Project Center
-GARNAME = project-center
-UPSTREAMNAME = ProjectCenter
+GARNAME = projectcenter
 GARVERSION = 0.6.2
 HOME_URL = http://www.gnustep.org/
 DESCRIPTION = GNUstep project developer
 
 ######################################################################
-
-MASTER_SITES = $(MASTER_GNUSTEP)
-MASTER_SUBDIR = dev-apps/
-DISTFILES = $(DISTNAME).tar.gz
+# 
https://github.com/gnustep/apps-projectcenter/archive/refs/tags/projectcenter-0_6_2.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = gnustep/apps-projectcenter/archive/refs/tags/
+DISTFILES = $(GARNAME)-0_6_2.tar.gz
 SIGFILES = 
 CONFIGURE_SCRIPTS = 
 
 BUILDDEPS =
-LIBDEPS = gnustep-base gnustep-gui
-
+LIBDEPS = gnustep-make gnustep-base gnustep-gui gnustep-back
+WORKSRC = $(WORKDIR)/apps-projectcenter-projectcenter-0_6_2
 ######################################################################
 
 include ../../../gar/gar.lib/gnustep.mk
 include config.mk
+
+

=== modified file 'pkg/gnustep/projectcenter/sha256sums'
--- a/pkg/gnustep/project-center/sha256sums     2016-06-17 19:08:15 +0000
+++ b/pkg/gnustep/projectcenter/sha256sums      2023-01-16 07:17:00 +0000
@@ -1,1 +1,1 @@
-c5104ae18511260f900c6de6cca0bcf39361da1866499102bf2a90e2f05d9473  
download/ProjectCenter-0.6.2.tar.gz
+1f3222eb3119e87087fd9e51603a22a9f885c9610392351e424b7dea8d6240b0  
download/projectcenter-0_6_2.tar.gz


reply via email to

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