workrave: update to 1.10.45

This commit is contained in:
andry-dev 2021-05-28 14:27:38 +02:00 committed by Érico Nogueira Rolim
parent 4550089439
commit bd5b3fcfe9
2 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
--- ./common/src/Locale.cc.orig 2015-11-02 15:03:27.293941445 -0500
+++ ./common/src/Locale.cc 2015-11-02 15:07:49.600944461 -0500
@@ -256,7 +256,7 @@
--- common/src/Locale.cc.orig 2021-03-27 14:52:02.000000000 +0100
+++ common/src/Locale.cc 2021-05-28 14:21:29.997236437 +0200
@@ -253,7 +253,7 @@
}
#endif
-#ifdef PLATFORM_OS_UNIX
+#if defined(PLATFORM_OS_UNIX) && defined(__GLIBC__)
union { unsigned int word; char *string; } langinfo;
gint week_1stday = 0;
gint first_weekday = 1;
union
{
unsigned int word;

View File

@ -1,7 +1,7 @@
# Template file for 'workrave'
pkgname=workrave
version=1.10.34
revision=2
version=1.10.45
revision=1
_realversion="${version//./_}"
wrksrc="${pkgname}-${_realversion}"
build_style=gnu-configure
@ -17,7 +17,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://www.workrave.org/"
distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz"
checksum=31a090b48c67c5a2ccb73fb56633f182fcc6d7aca5ec6376146671c72fda1444
checksum=b9c8d1aaae16ca55c98d361a392f879a306a4ecf6db28663a7e96d0c205dabc0
build_options="pulseaudio"