[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10243: update msgraph to 0.2.2
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10243: update msgraph to 0.2.2 |
Date: |
Fri, 24 May 2024 00:12:10 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10243
revision-id: carlhansen1234@gmail.com-20240524041206-sx1zc9g88738wsz4
parent: carlhansen1234@gmail.com-20240522020554-9jk8ci2l3qc444ff
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Thu 2024-05-23 21:12:06 -0700
message:
update msgraph to 0.2.2
added:
pkg/gnome/msgraph/ msgraph-20240524041200-2cayvdw7uarp7rbu-1
pkg/gnome/msgraph/Makefile makefile-20240524041200-2cayvdw7uarp7rbu-3
pkg/gnome/msgraph/config.mk config.mk-20240524041200-2cayvdw7uarp7rbu-2
pkg/gnome/msgraph/sha256sums sha256sums-20240524041200-2cayvdw7uarp7rbu-4
=== added directory 'pkg/gnome/msgraph'
=== added file 'pkg/gnome/msgraph/Makefile'
--- a/pkg/gnome/msgraph/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/msgraph/Makefile 2024-05-24 04:12:06 +0000
@@ -0,0 +1,47 @@
+# 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 = msgraph
+GARNAME = msgraph
+GARVERSION = 0.2.2
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = lib to access msgraph protocol
+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/mesonninja.mk
+include config.mk
+
=== added file 'pkg/gnome/msgraph/config.mk'
--- a/pkg/gnome/msgraph/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/msgraph/config.mk 2024-05-24 04:12:06 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnome/msgraph/sha256sums'
--- a/pkg/gnome/msgraph/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/msgraph/sha256sums 2024-05-24 04:12:06 +0000
@@ -0,0 +1,2 @@
+12cc954f750bb137ace8500fe9355d26e6e00ef6ccaab2950e9d360e92758335
download/msgraph-0.2.2.tar.xz
+5a9a64807ea0fa6a2e1eef86999ddd7c1ad94d44dde7e4cace10312e1c954832
download/msgraph-0.2.2.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10243: update msgraph to 0.2.2,
Carl Hansen <=