[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3800: update evince to 3.20.1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3800: update evince to 3.20.1 |
Date: |
Fri, 15 Jul 2016 19:13:04 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3800
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-07-15 12:13:00 -0700
message:
update evince to 3.20.1
modified:
pkg/gnome/evince/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-429
pkg/gnome/evince/config.mk config.mk-20160617013856-7ip040oi8erczv33-1
pkg/gnome/evince/sha256sums sha256sums-20160617013746-7ygosxqw3lxxvo7f-433
=== modified file 'pkg/gnome/evince/Makefile'
--- a/pkg/gnome/evince/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/evince/Makefile 2016-07-15 19:13:00 +0000
@@ -22,29 +22,28 @@
NAME = evince
GARNAME = evince
+GARVERSION = 3.20.1
HOME_URL = http://www.gnome.org/
DESCRIPTION = evince
define BLURB
endef
-GARVERSION = 3.20.0
-# module = evince/3.20/evince-3.20.0.tar.xz
######################################################################
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = evince/3.20/
-DISTFILES = evince-3.20.0.tar.xz
-SIGFILES =
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz
-# hash =
sha256:cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280
-#consider: autogenargs = --enable-introspection
-BUILDDEPS =
-LIBDEPS = # intltool glib gtk+ libxml2 adwaita-icon-theme libsecret poppler
nautilus libgxps yelp-tools
-SUGGESTS = libsecret
+BUILDDEPS =
+LIBDEPS =
######################################################################
include ../../../gar/gar.lib/auto.mk
include config.mk
-
=== modified file 'pkg/gnome/evince/config.mk'
--- a/pkg/gnome/evince/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/evince/config.mk 2016-07-15 19:13:00 +0000
@@ -2,4 +2,5 @@
## adjust as needed
CONFIGURE_OPTS ?=
-BUILD_OPTS ?=
+BUILD_OPTS ?= CFLAGS+="-Wno-error=format-y2k -Wno-error=format-nonliteral"
+
=== modified file 'pkg/gnome/evince/sha256sums'
--- a/pkg/gnome/evince/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/evince/sha256sums 2016-07-15 19:13:00 +0000
@@ -1,1 +1,1 @@
-cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280
download/evince-3.20.0.tar.xz
+fc7ac23036939c24f02e9fed6dd6e28a85b4b00b60fa4b591b86443251d20055
download/evince-3.20.1.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3800: update evince to 3.20.1,
Carl Hansen <=