Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/gnome-pomodoro Needs autopoint, msgfmt --desktop ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fe38905bdee
branches: trunk
changeset: 431554:7fe38905bdee
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu May 14 18:58:53 2020 +0000
description:
Needs autopoint, msgfmt --desktop and contains broken glib checks
diffstat:
time/gnome-pomodoro/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r bf923ca3151b -r 7fe38905bdee time/gnome-pomodoro/Makefile
--- a/time/gnome-pomodoro/Makefile Thu May 14 18:57:58 2020 +0000
+++ b/time/gnome-pomodoro/Makefile Thu May 14 18:58:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/14 14:25:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/14 18:58:53 joerg Exp $
DISTNAME= gnome-pomodoro-0.17.0
CATEGORIES= time
@@ -14,11 +14,18 @@
TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt= yes
+
+# Broken generated code uses g_return_if_fail when g_return_val_if_fail
+# is necessary
+CFLAGS+= -Wno-return-type
+
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
-USE_TOOLS+= automake gmake pkg-config
+USE_TOOLS+= automake autopoint gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= autogen.sh
Home |
Main Index |
Thread Index |
Old Index