misc/utimer: Patch to build on -current.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-14 15:28:37 +12:00 committed by Willy Sudiarto Raharjo
parent a6a2ccd3e5
commit a8d39ca8f8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,29 @@
--- a/src/utimer.h
+++ b/src/utimer.h
@@ -66,9 +66,9 @@
#define TIMER_PRINT_RATE_MSEC 79
#define TIMER_CHECK_RATE_MSEC 500
-GMainLoop *loop;
-gboolean paused;
-struct termios savedttystate;
-Config ut_config;
+extern GMainLoop *loop;
+extern gboolean paused;
+extern struct termios savedttystate;
+extern Config ut_config;
#endif /* UTIMER_H */
--- a/src/utils.c
+++ b/src/utils.c
@@ -36,6 +36,10 @@
#include "utils.h"
#include "utimer.h"
+GMainLoop *loop;
+gboolean paused;
+struct termios savedttystate;
+Config ut_config;
gulong ul_add (gulong a, gulong b)
{

View file

@ -0,0 +1,10 @@
--- a/src/utimer.h
+++ b/src/utimer.h
@@ -35,6 +35,7 @@
#include <stdlib.h>
#include <glib.h>
#include <glib/gi18n-lib.h>
+#include <locale.h>
#include "utils.h"
#include "timer.h"

View file

@ -54,6 +54,9 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
# some patches from gentoo
patch -p1 < $CWD/utimer-0.4-fno-common.patch
patch -p1 < $CWD/utimer-0.4-locale.patch
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \