gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9204: more gnome updates loups snapshot


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9204: more gnome updates loups snapshot
Date: Sat, 29 Apr 2023 13:50:33 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9204
revision-id: carlhansen1234@gmail.com-20230429175028-7yqy2xc9oiq5ekaq
parent: carlhansen1234@gmail.com-20230429170949-nddlc0fc2q1s1rhy
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-04-29 10:50:28 -0700
message:
  more gnome updates loups snapshot
added:
  pkg/gnome/loupe/               loupe-20230429172513-ywsj2am4n23t29iz-1
  pkg/gnome/loupe/Makefile       makefile-20230429172513-ywsj2am4n23t29iz-3
  pkg/gnome/loupe/config.mk      config.mk-20230429172513-ywsj2am4n23t29iz-2
  pkg/gnome/loupe/sha256sums     sha256sums-20230429172513-ywsj2am4n23t29iz-4
  pkg/gnome/snapshot/            snapshot-20230429172526-olk6lg9tcdhf4z6v-1
  pkg/gnome/snapshot/Makefile    makefile-20230429172526-olk6lg9tcdhf4z6v-3
  pkg/gnome/snapshot/config.mk   config.mk-20230429172526-olk6lg9tcdhf4z6v-2
  pkg/gnome/snapshot/sha256sums  sha256sums-20230429172526-olk6lg9tcdhf4z6v-4
modified:
  pkg/gnome/calls/Makefile       makefile-20210726025317-422b7g9iqf50i3au-3
  pkg/gnome/gnome-nettool/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-717
  pkg/gnome/libadwaita/Makefile  makefile-20220102201014-xxwsdzbckvj8atod-3
  pkg/gnome/zenity/Makefile      makefile-20160617013746-7ygosxqw3lxxvo7f-1491
  pkg/gnome/zenity/sha256sums    sha256sums-20160617013746-7ygosxqw3lxxvo7f-1495
=== modified file 'pkg/gnome/calls/Makefile'
--- a/pkg/gnome/calls/Makefile  2023-04-29 06:22:27 +0000
+++ b/pkg/gnome/calls/Makefile  2023-04-29 17:50:28 +0000
@@ -1,4 +1,4 @@
-# Copyright © 202l,2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©202l-2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc

=== modified file 'pkg/gnome/gnome-nettool/Makefile'
--- a/pkg/gnome/gnome-nettool/Makefile  2022-10-09 19:57:13 +0000
+++ b/pkg/gnome/gnome-nettool/Makefile  2023-04-29 17:50:28 +0000
@@ -42,6 +42,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
 include config.mk
 

=== modified file 'pkg/gnome/libadwaita/Makefile'
--- a/pkg/gnome/libadwaita/Makefile     2023-04-29 06:22:27 +0000
+++ b/pkg/gnome/libadwaita/Makefile     2023-04-29 17:50:28 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2022-2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,9 +23,9 @@
 GARNAME = libadwaita
 GARVERSION = 1.3.2
 HOME_URL = http://gnome.org/
-DESCRIPTION =  libadwaite
+DESCRIPTION =  libadwaita
 define BLURB
-libadwaite, building blocks for Gnome applications
+libadwaita, building blocks for Gnome applications
 endef
 
 ######################################################################
@@ -50,4 +50,3 @@
 include config.mk
 
 
-

=== added directory 'pkg/gnome/loupe'
=== added file 'pkg/gnome/loupe/Makefile'
--- a/pkg/gnome/loupe/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/loupe/Makefile  2023-04-29 17:50:28 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# 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 bug-gsrc@gnu.org
+
+
+NAME =    loupe
+GARNAME = loupe
+GARVERSION = 44.2
+HOME_URL = http://gnome.org/
+DESCRIPTION =  loupe de loupe
+define BLURB
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,1,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+
+BUILDDEPS = 
+LIBDEPS = 
+######################################################################
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/gnome/loupe/config.mk'
--- a/pkg/gnome/loupe/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/loupe/config.mk 2023-04-29 17:50:28 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/loupe/sha256sums'
--- a/pkg/gnome/loupe/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/loupe/sha256sums        2023-04-29 17:50:28 +0000
@@ -0,0 +1,2 @@
+4573e59609d0ac8a43346ad2eec77c16e353bdbaada69dfc1ac6416fea79d70a  
download/loupe-44.2.tar.xz
+aa43e9f6fd01881c03945b969d5722c26fbd649e95024ece3b7c02c8e55468b0  
download/loupe-44.2.sha256sum

=== added directory 'pkg/gnome/snapshot'
=== added file 'pkg/gnome/snapshot/Makefile'
--- a/pkg/gnome/snapshot/Makefile       1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/snapshot/Makefile       2023-04-29 17:50:28 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# 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 bug-gsrc@gnu.org
+
+
+NAME =    snapshot
+GARNAME = snapshot
+GARVERSION = 44.0
+HOME_URL = http://gnome.org/
+DESCRIPTION =  snapshot
+define BLURB
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,1,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+
+BUILDDEPS = 
+LIBDEPS = 
+######################################################################
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/gnome/snapshot/config.mk'
--- a/pkg/gnome/snapshot/config.mk      1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/snapshot/config.mk      2023-04-29 17:50:28 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/snapshot/sha256sums'
--- a/pkg/gnome/snapshot/sha256sums     1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/snapshot/sha256sums     2023-04-29 17:50:28 +0000
@@ -0,0 +1,2 @@
+9a2844fd046fb35aaec2f18db67190de4dcc07327722fd4be9c0ad6f3da85291  
download/snapshot-44.0.tar.xz
+4ab8148ac44806d24773006e75c1dec30406a7e69e3704f698447d23ad83fa1c  
download/snapshot-44.0.sha256sum

=== modified file 'pkg/gnome/zenity/Makefile'
--- a/pkg/gnome/zenity/Makefile 2023-04-29 06:22:27 +0000
+++ b/pkg/gnome/zenity/Makefile 2023-04-29 17:50:28 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016,2017,2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016,2017,2018,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -19,7 +19,8 @@
 
 NAME =    zenity
 GARNAME = zenity
-GARVERSION = 3.92.0
+#GARVERSION = 3.92.0
+GARVERSION = 3.44.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Display dialog boxes from the command line and shell scripts
 define BLURB

=== modified file 'pkg/gnome/zenity/sha256sums'
--- a/pkg/gnome/zenity/sha256sums       2023-04-29 06:22:27 +0000
+++ b/pkg/gnome/zenity/sha256sums       2023-04-29 17:50:28 +0000
@@ -1,2 +1,2 @@
-6d2bc23f66cbd8f7e195556f0c31bd65f0a5c78bcb1aea30e9716dcbfab1a8a9  
download/zenity-3.92.0.tar.xz
-5fc49bf1d64d68d4ccf0f434c6f4d8d7d422c919e6c80eba24f37a81ea5a0d79  
download/zenity-3.92.0.sha256sum
+d65400aec965411f4c0b3d8e0e0dac54be55d807a29279697537da2dfee93eaa  
download/zenity-3.44.1.tar.xz
+5943513521c2d02bd9b458e60b009717b8a28f6ce6327a9cdeca964e51193152  
download/zenity-3.44.1.sha256sum


reply via email to

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