[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10628: update raw-thumbnailer to 47.0.1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10628: update raw-thumbnailer to 47.0.1 |
Date: |
Sat, 21 Sep 2024 22:17:32 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10628
revision-id: carlhansen@gnu.org-20240922021727-9ntbnkgzjg6z2qzu
parent: carlhansen@gnu.org-20240921175349-btco2qu0ibz7p6ey
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2024-09-22 02:17:27 +0000
message:
update raw-thumbnailer to 47.0.1
added:
pkg/gnome/raw-thumbnailer/
rawthumbnailer-20240922021720-as81xmabxvdfygy7-1
pkg/gnome/raw-thumbnailer/Makefile makefile-20240922021720-as81xmabxvdfygy7-3
pkg/gnome/raw-thumbnailer/config.mk
config.mk-20240922021720-as81xmabxvdfygy7-2
pkg/gnome/raw-thumbnailer/sha256sums
sha256sums-20240922021720-as81xmabxvdfygy7-4
=== added directory 'pkg/gnome/raw-thumbnailer'
=== added file 'pkg/gnome/raw-thumbnailer/Makefile'
--- a/pkg/gnome/raw-thumbnailer/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/raw-thumbnailer/Makefile 2024-09-22 02:17:27 +0000
@@ -0,0 +1,49 @@
+# 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 = raw-thumbnailer
+GARNAME = raw-thumbnailer
+GARVERSION = 47.0.1
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = raw-thumbnailer
+define BLURB
+raw-thumbnailer
+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/raw-thumbnailer/config.mk'
--- a/pkg/gnome/raw-thumbnailer/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/raw-thumbnailer/config.mk 2024-09-22 02:17:27 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnome/raw-thumbnailer/sha256sums'
--- a/pkg/gnome/raw-thumbnailer/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/raw-thumbnailer/sha256sums 2024-09-22 02:17:27 +0000
@@ -0,0 +1,2 @@
+975f1d1bbc4defe0de80681eb508c0ad049d2077773a002e8651eb3cd5c1d59d
download/raw-thumbnailer-47.0.1.tar.xz
+7a0a1fc483ca2d8353cdd51472b3349fdc7ca7a825d7010b97aebcf51a5d460e
download/raw-thumbnailer-47.0.1.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10628: update raw-thumbnailer to 47.0.1,
Carl Hansen <=