workrave: update to 1.10.45
This commit is contained in:
parent
4550089439
commit
bd5b3fcfe9
|
@ -1,11 +1,11 @@
|
||||||
--- ./common/src/Locale.cc.orig 2015-11-02 15:03:27.293941445 -0500
|
--- common/src/Locale.cc.orig 2021-03-27 14:52:02.000000000 +0100
|
||||||
+++ ./common/src/Locale.cc 2015-11-02 15:07:49.600944461 -0500
|
+++ common/src/Locale.cc 2021-05-28 14:21:29.997236437 +0200
|
||||||
@@ -256,7 +256,7 @@
|
@@ -253,7 +253,7 @@
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#ifdef PLATFORM_OS_UNIX
|
-#ifdef PLATFORM_OS_UNIX
|
||||||
+#if defined(PLATFORM_OS_UNIX) && defined(__GLIBC__)
|
+#if defined(PLATFORM_OS_UNIX) && defined(__GLIBC__)
|
||||||
union { unsigned int word; char *string; } langinfo;
|
union
|
||||||
gint week_1stday = 0;
|
{
|
||||||
gint first_weekday = 1;
|
unsigned int word;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'workrave'
|
# Template file for 'workrave'
|
||||||
pkgname=workrave
|
pkgname=workrave
|
||||||
version=1.10.34
|
version=1.10.45
|
||||||
revision=2
|
revision=1
|
||||||
_realversion="${version//./_}"
|
_realversion="${version//./_}"
|
||||||
wrksrc="${pkgname}-${_realversion}"
|
wrksrc="${pkgname}-${_realversion}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.workrave.org/"
|
homepage="http://www.workrave.org/"
|
||||||
distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz"
|
distfiles="https://github.com/rcaelers/${pkgname}/archive/v${_realversion}.tar.gz"
|
||||||
checksum=31a090b48c67c5a2ccb73fb56633f182fcc6d7aca5ec6376146671c72fda1444
|
checksum=b9c8d1aaae16ca55c98d361a392f879a306a4ecf6db28663a7e96d0c205dabc0
|
||||||
|
|
||||||
build_options="pulseaudio"
|
build_options="pulseaudio"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue