[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10758: update balsa to 2.6.4
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10758: update balsa to 2.6.4 |
Date: |
Tue, 29 Oct 2024 21:43:46 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10758
revision-id: carlhansen@gnu.org-20241030014341-u9xyp17otxqjoisu
parent: carlhansen@gnu.org-20241030003050-7wqzggfvaxiook6y
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Wed 2024-10-30 01:43:41 +0000
message:
update balsa to 2.6.4
added:
pkg/gnome/balsa/ balsa-20241030014334-wbchctubbsv0pffe-1
pkg/gnome/balsa/Makefile makefile-20241030014334-wbchctubbsv0pffe-3
pkg/gnome/balsa/config.mk config.mk-20241030014334-wbchctubbsv0pffe-2
pkg/gnome/balsa/sha256sums sha256sums-20241030014334-wbchctubbsv0pffe-4
=== added directory 'pkg/gnome/balsa'
=== added file 'pkg/gnome/balsa/Makefile'
--- a/pkg/gnome/balsa/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/balsa/Makefile 2024-10-30 01:43:41 +0000
@@ -0,0 +1,48 @@
+# Copyright © 2024 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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 = balsa
+GARNAME = balsa
+GARVERSION = 2.6.4
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = mail reader
+define BLURB
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+#https://gitlab.gnome.org/GNOME/balsa/-/archive/2.6.4/balsa-2.6.4.tar.bz2
+MASTER_SITES = https://gitlab.gnome.org/
+MASTER_SUBDIR = GNOME/balsa/-/archive/2.6.4/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+
=== added file 'pkg/gnome/balsa/config.mk'
--- a/pkg/gnome/balsa/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/balsa/config.mk 2024-10-30 01:43:41 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnome/balsa/sha256sums'
--- a/pkg/gnome/balsa/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/balsa/sha256sums 2024-10-30 01:43:41 +0000
@@ -0,0 +1,1 @@
+f0d930d3e7713c5facb42be77a7f45096db2d824af7802cbec84232588e4af40
download/balsa-2.6.4.tar.bz2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10758: update balsa to 2.6.4,
Carl Hansen <=