[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9637: update libdex to 0.4.1
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9637: update libdex to 0.4.1 |
|
Date: |
Wed, 25 Oct 2023 23:02:54 -0400 (EDT) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9637
revision-id: carlhansen@gnu.org-20231026030245-6gdxmmwc3834amou
parent: carlhansen@gnu.org-20231026025036-i3rcj0oid1uo7al0
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Wed 2023-10-25 20:02:45 -0700
message:
update libdex to 0.4.1
added:
pkg/gnome/libdex/ libdex-20231026025829-eiwcpfy1dwd5xvub-1
pkg/gnome/libdex/Makefile makefile-20231026025829-eiwcpfy1dwd5xvub-3
pkg/gnome/libdex/config.mk config.mk-20231026025829-eiwcpfy1dwd5xvub-2
pkg/gnome/libdex/sha256sums sha256sums-20231026025829-eiwcpfy1dwd5xvub-4
=== added directory 'pkg/gnome/libdex'
=== added file 'pkg/gnome/libdex/Makefile'
--- a/pkg/gnome/libdex/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libdex/Makefile 2023-10-26 03:02:45 +0000
@@ -0,0 +1,51 @@
+# 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 = libdex
+GARNAME = libdex
+GARVERSION = 0.4.1
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = libdex, concurrent code
+define BLURB
+Dex provides Future-based programming for GLib-based applications.
+It both integrates with and brings new features for application and library
+authors who want to structure concurrent code in an easy to manage way.
+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/libdex/config.mk'
--- a/pkg/gnome/libdex/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libdex/config.mk 2023-10-26 03:02:45 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnome/libdex/sha256sums'
--- a/pkg/gnome/libdex/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libdex/sha256sums 2023-10-26 03:02:45 +0000
@@ -0,0 +1,2 @@
+81b5f5474d164b40395e82867fa706af18207c787f30989b76afb7e7df5b443a
download/libdex-0.4.1.tar.xz
+909d9df05c81b215ae960c2c51607401f5049d614b1d3afb73b45b7a2c8b11b7
download/libdex-0.4.1.sha256sum
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9637: update libdex to 0.4.1,
Carl Hansen <=