Skip to content

Commit

Permalink
workrave: update to 1.10.45
Browse files Browse the repository at this point in the history
  • Loading branch information
andry-dev authored and ericonr committed May 31, 2021
1 parent 4550089 commit bd5b3fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/workrave/patches/musl-nl_langinfo.patch
Original file line number Diff line number Diff line change
@@ -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;
6 changes: 3 additions & 3 deletions srcpkgs/workrave/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit bd5b3fc

Please sign in to comment.