[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10250: update papers to 46.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10250: update papers to 46.0 |
Date: |
Sat, 1 Jun 2024 15:37:25 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10250
revision-id: carlhansen1234@gmail.com-20240601193721-kabclzj6qim6eqke
parent: carlhansen1234@gmail.com-20240601062859-r6p138zwrm3jgkxy
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2024-06-01 12:37:21 -0700
message:
update papers to 46.0
added:
pkg/gnome/papers/ papers-20240601193716-kzxvw3erjscmulny-1
pkg/gnome/papers/Makefile makefile-20240601193716-kzxvw3erjscmulny-3
pkg/gnome/papers/config.mk config.mk-20240601193716-kzxvw3erjscmulny-2
pkg/gnome/papers/sha256sums sha256sums-20240601193716-kzxvw3erjscmulny-4
=== added directory 'pkg/gnome/papers'
=== added file 'pkg/gnome/papers/Makefile'
--- a/pkg/gnome/papers/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/papers/Makefile 2024-06-01 19:37:21 +0000
@@ -0,0 +1,49 @@
+# Copyright ©2024 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 = papers
+GARNAME = papers
+GARVERSION = 46.0
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = papers, a fork of evince
+define BLURB
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,1,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(UPSTREAMNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+
=== added file 'pkg/gnome/papers/config.mk'
--- a/pkg/gnome/papers/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/papers/config.mk 2024-06-01 19:37:21 +0000
@@ -0,0 +1,9 @@
+## Configuration options
+## adjust as needed for your local system
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?= CXXFLAGS=-Wwarning=array-bounds CFLAGS=-Wwarning=array-bounds
+
+
+
+
=== added file 'pkg/gnome/papers/sha256sums'
--- a/pkg/gnome/papers/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/papers/sha256sums 2024-06-01 19:37:21 +0000
@@ -0,0 +1,2 @@
+f040be576a3b9cfbaa2f794d1ad8d2d053c05b74e44d6fd79b72329bdcf3df8d
download/papers-46.0.tar.xz
+d11bc39eabd5bbf4eaf3323149dfb2181dc01a4a7cc6942abebeb705b06407b5
download/papers-46.0.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10250: update papers to 46.0,
Carl Hansen <=