[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10752: update aisleriot to 3.22.34
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10752: update aisleriot to 3.22.34 |
Date: |
Tue, 29 Oct 2024 16:49:49 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10752
revision-id: carlhansen@gnu.org-20241029204943-2fcja5eudi28504n
parent: carlhansen@gnu.org-20241029195032-az0sam9pcamr1m5e
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Tue 2024-10-29 20:49:43 +0000
message:
update aisleriot to 3.22.34
modified:
pkg/gnome/aisleriot/Makefile makefile-20160720080324-lgs2v3994jnhv768-3
pkg/gnome/aisleriot/config.mk config.mk-20160720080324-lgs2v3994jnhv768-2
pkg/gnome/aisleriot/sha256sums sha256sums-20160720080324-lgs2v3994jnhv768-4
=== modified file 'pkg/gnome/aisleriot/Makefile'
--- a/pkg/gnome/aisleriot/Makefile 2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/aisleriot/Makefile 2024-10-29 20:49:43 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016,2017,2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016-2018,2024 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC.
#
@@ -14,31 +14,45 @@
#
# 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 = aisleriot
GARNAME = aisleriot
-GARVERSION = 3.22.9
-HOME_URL = http://www.gnome.org/
+GARVERSION = 3.22.34
+HOME_URL = https://gitlab.gnome.org/GNOME/aisleriot
DESCRIPTION = A collection of patience games (solitaire) written in guile
scheme
define BLURB
-
+A collection of patience games (solitaire) written in guile scheme including:
+ accordion agnes athena auld-lang-syne aunt-mary australian-patience
+ backbone bakers-dozen bakers-game bear-river beleaguered-castle
+ block-ten bristol camelot canfield carpet chessboard clock cover cruel
+ diamond-mine doublets eagle-wing easthaven eight-off elevator eliminator
+ escalator first-law fortress fortunes forty-thieves fourteen freecell
+ gaps gay-gordons giant glenwood gold-mine golf gypsy hamilton helsinki
+ hopscotch isabel jamestown jumbo kansas king-albert kings-audience
+ klondike labyrinth lady-jane maze monte-carlo napoleons-tomb neighbor
+ odessa osmosis peek pileon plait poker quatorze royal-east saratoga
+ scorpion scuffle seahaven sir-tommy spider-three-decks spider spiderette
+ straight-up streets-and-alleys ten-across terrace thieves thirteen
+ thumb-and-pouch treize triple-peaks union-square valentine wall westhaven
+ whitehead will-o-the-wisp yield yukon zebra
+The executable is "sol".
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
+#
https://gitlab.gnome.org/GNOME/aisleriot/-/archive/3.22.34/aisleriot-3.22.34.tar.bz2
+MASTER_SITES = https://gitlab.gnome.org/
+MASTER_SUBDIR = GNOME/aisleriot/-/archive/$(GARVERSION)/
+DISTFILES = $(DISTNAME).tar.bz2
SIGFILES =
BUILDDEPS =
@@ -46,5 +60,6 @@
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/mesonninja.mk
include config.mk
+
=== modified file 'pkg/gnome/aisleriot/config.mk'
--- a/pkg/gnome/aisleriot/config.mk 2021-07-05 20:45:28 +0000
+++ b/pkg/gnome/aisleriot/config.mk 2024-10-29 20:49:43 +0000
@@ -1,5 +1,5 @@
## Configuration options for ##
## adjust as needed
-CONFIGURE_OPTS ?= CPATH=$(prefix)/include/gdk-pixbuf-2.0:$$CPATH
-with-guile=2.2
-BUILD_OPTS ?= CFLAGS=-I$(prefix)/include/gdk-pixbuf-2.0
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== modified file 'pkg/gnome/aisleriot/sha256sums'
--- a/pkg/gnome/aisleriot/sha256sums 2019-11-11 06:28:39 +0000
+++ b/pkg/gnome/aisleriot/sha256sums 2024-10-29 20:49:43 +0000
@@ -1,2 +1,1 @@
-51f2ffe4dd4f23349b033fd87aab7bf433641285719503dd7e52b2c25982ed7b
download/aisleriot-3.22.9.tar.xz
-1a9965ab74dce77ae35600db836a348f3b2563175bb640b6a62a212b70caf185
download/aisleriot-3.22.9.sha256sum
+4af62154bab74ed8ab0c27a0a2c2bb2b10128a048c38437dab27f494bd4e2d6e
download/aisleriot-3.22.34.tar.bz2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10752: update aisleriot to 3.22.34,
Carl Hansen <=