View | Details | Raw Unified | Return to bug 225474 | Differences between
and this patch

Collapse All | Expand All

(-)x11-toolkits/diorite/Makefile (-4 / +6 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	diorite
3
PORTNAME=	diorite
4
PORTVERSION=	0.2.1
4
PORTVERSION=	0.2.1
5
PORTREVSION=	1
5
CATEGORIES=	x11-toolkits devel
6
CATEGORIES=	x11-toolkits devel
6
7
7
MAINTAINER=	avilla@FreeBSD.org
8
MAINTAINER=	avilla@FreeBSD.org
Lines 11-23 Link Here
11
12
12
BUILD_DEPENDS=	valac:lang/vala
13
BUILD_DEPENDS=	valac:lang/vala
13
14
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	tiliado
15
GH_ACCOUNT=	tiliado
16
16
17
USES=		gnome pkgconfig shebangfix waf
17
# USES=waf implicity does USES=python:2,build but that is not sufficient
18
USE_GNOME=	glib20 gtk30
18
# for shebangfix to know the python version
19
USES=		gnome pkgconfig python:2.7,build shebangfix waf
20
USE_GITHUB=	yes
21
USE_GNOME=	gdkpixbuf2 glib20 gtk30
19
USE_XORG=	x11
22
USE_XORG=	x11
20
SHEBANG_LANG=	python3
21
SHEBANG_FILES=	testgen.py
23
SHEBANG_FILES=	testgen.py
22
# --noopt is required to prevent a crash in ipcserver.c, as
24
# --noopt is required to prevent a crash in ipcserver.c, as
23
# the argument of diorite_ipc_server_process_connection_co() gets
25
# the argument of diorite_ipc_server_process_connection_co() gets
(-)x11-toolkits/diorite/files/patch-src_glib_system.vala (+11 lines)
Line 0 Link Here
1
--- src/glib/system.vala.orig	2016-01-23 21:11:53 UTC
2
+++ src/glib/system.vala
3
@@ -61,7 +61,7 @@ namespace Diorite.System
4
 	}
5
 	
6
 	public async void make_directory_with_parents_async(
7
-		File directory, int io_priority=Priority.DEFAULT, Cancellable? cancellable = null) throws GLib.Error
8
+		File directory, int io_priority=GLib.Priority.DEFAULT, Cancellable? cancellable = null) throws GLib.Error
9
 	{
10
 		
11
 		SingleList<File> dirs = new SingleList<File>();

Return to bug 225474