Merge pull request #2976 from lazka/tzcode-2022a
tzcode: Update to 2022a
This commit is contained in:
commit
0efce66a09
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||||
|
|
||||||
pkgname=tzcode
|
pkgname=tzcode
|
||||||
pkgver=2021e
|
pkgver=2022a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sources for time zone and daylight saving time data"
|
pkgdesc="Sources for time zone and daylight saving time data"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -15,11 +15,11 @@ source=(
|
|||||||
https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}
|
https://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}
|
||||||
tzcode-makefile.patch
|
tzcode-makefile.patch
|
||||||
tzcode-makefile-exe-extensions.patch)
|
tzcode-makefile-exe-extensions.patch)
|
||||||
sha256sums=('07ec42b737d0d3c6be9c337f8abb5f00554a0f9cc4fcf01a703d69403b6bb2b1'
|
sha256sums=('ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'584666393a5424d13d27ec01183da17703273664742e049d4f62f62dab631775'
|
'f8575e7e33be9ee265df2081092526b81c80abac3f4a04399ae9d4d91cdadac7'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f5ba93ebce547b14c44e55f94986046af6ed1c8befad296e4846412d053c4470'
|
'74067e523416f4406a04bb1111922c8a3c920412505dd0e0ec7eedfc83e77b26'
|
||||||
'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749')
|
'faf73eb5f07c56b019b540005f4262f33927a4ff2acf3752a055e8530decd749')
|
||||||
validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu>
|
validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
--- src/Makefile.orig 2018-01-17 18:05:36.000000000 +0900
|
--- src/Makefile.orig 2022-01-19 23:03:40.000000000 +0100
|
||||||
+++ src/Makefile 2018-01-19 17:58:12.857248200 +0900
|
+++ src/Makefile 2022-05-09 07:29:28.401456100 +0200
|
||||||
@@ -33,7 +33,7 @@
|
@@ -33,7 +33,7 @@
|
||||||
# make zonenames
|
# make zonenames
|
||||||
# to get a list of the values you can use for LOCALTIME.
|
# to get a list of the values you can use for LOCALTIME.
|
||||||
@ -7,9 +7,9 @@
|
|||||||
-LOCALTIME= GMT
|
-LOCALTIME= GMT
|
||||||
+LOCALTIME= Europe/Berlin
|
+LOCALTIME= Europe/Berlin
|
||||||
|
|
||||||
# If you want something other than Eastern United States time as a template
|
# The POSIXRULES macro controls interpretation of nonstandard and obsolete
|
||||||
# for handling POSIX-style time zone environment variables,
|
# POSIX-like TZ settings like TZ='EET-2EEST' that lack DST transition rules.
|
||||||
@@ -101,7 +101,7 @@
|
@@ -111,7 +111,7 @@
|
||||||
ZDUMPDIR = $(BINDIR)
|
ZDUMPDIR = $(BINDIR)
|
||||||
|
|
||||||
# The "zic" command goes in:
|
# The "zic" command goes in:
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
# Manual pages go in subdirectories of. . .
|
# Manual pages go in subdirectories of. . .
|
||||||
MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man
|
MANDIR = $(TOPDIR)/$(USRSHAREDIR)/man
|
||||||
@@ -345,7 +345,7 @@
|
@@ -370,7 +370,7 @@
|
||||||
# January's first Monday when a "%V" format is used and January 1
|
# January's first Monday when a "%V" format is used and January 1
|
||||||
# falls on a Friday, Saturday, or Sunday.
|
# falls on a Friday, Saturday, or Sunday.
|
||||||
|
|
||||||
@ -27,16 +27,16 @@
|
|||||||
|
|
||||||
# Linker flags. Default to $(LFLAGS) for backwards compatibility
|
# Linker flags. Default to $(LFLAGS) for backwards compatibility
|
||||||
# to release 2012h and earlier.
|
# to release 2012h and earlier.
|
||||||
@@ -375,7 +375,7 @@
|
@@ -403,7 +403,7 @@
|
||||||
# Older 'mawk' versions, such as the 'mawk' in Ubuntu 16.04, might dump core;
|
# Also, it is better (though not essential) if 'awk' supports UTF-8,
|
||||||
# on Ubuntu you can work around this with
|
# and unfortunately mawk and busybox awk do not support UTF-8.
|
||||||
# AWK= gawk
|
# Try AWK=gawk or AWK=nawk if your awk has the abovementioned problems.
|
||||||
-AWK= awk
|
-AWK= awk
|
||||||
+AWK= gawk
|
+AWK= gawk
|
||||||
|
|
||||||
# The full path name of a Posix-compliant shell, preferably one that supports
|
# The full path name of a Posix-compliant shell, preferably one that supports
|
||||||
# the Korn shell's 'select' statement as an extension.
|
# the Korn shell's 'select' statement as an extension.
|
||||||
@@ -469,7 +469,7 @@
|
@@ -482,7 +482,7 @@
|
||||||
|
|
||||||
#MAKE= make
|
#MAKE= make
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user