Update to gnome-builder-3.32.3.
This commit is contained in:
parent
df9474d9d5
commit
ebed9bcc0f
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.94 2019/05/09 00:11:20 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.95 2019/06/15 11:00:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= IDE for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-builder
|
||||
GNOME_VERSION= 3.32.2
|
||||
GNOME_VERSION= 3.32.3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += atk-1.0 c cairo cairo-gobject clang dazzle-1.0 devhelp-3
|
||||
WANTLIB += enchant-2 fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gnome-builder-3.32.2.tar.xz) = l598nkYG/65KuInscpf5c57OldZArC4amKuctSN0N8k=
|
||||
SIZE (gnome/gnome-builder-3.32.2.tar.xz) = 11883112
|
||||
SHA256 (gnome/gnome-builder-3.32.3.tar.xz) = 3nLi4suSj6ApRXx46C+ju64R0uDq2KGweHPs+HQyme4=
|
||||
SIZE (gnome/gnome-builder-3.32.3.tar.xz) = 11886544
|
||||
|
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-src_libide_foundry_ide-simple-build-system-discovery_c,v 1.1 2019/06/15 11:00:12 ajacoutot Exp $
|
||||
|
||||
XXX error: 'FNM_EXTMATCH' undeclared
|
||||
|
||||
Index: src/libide/foundry/ide-simple-build-system-discovery.c
|
||||
--- src/libide/foundry/ide-simple-build-system-discovery.c.orig
|
||||
+++ src/libide/foundry/ide-simple-build-system-discovery.c
|
||||
@@ -27,6 +27,10 @@
|
||||
#endif
|
||||
#include <fnmatch.h>
|
||||
|
||||
+#if !defined(FNM_EXTMATCH)
|
||||
+#define FNM_EXTMATCH 0
|
||||
+#endif
|
||||
+
|
||||
#include "ide-simple-build-system-discovery.h"
|
||||
|
||||
typedef struct
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.35 2019/05/09 00:11:20 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.36 2019/06/15 11:00:12 ajacoutot Exp $
|
||||
@bin bin/gnome-builder
|
||||
include/gnome-builder/
|
||||
include/gnome-builder-3.32/
|
||||
@ -335,7 +335,7 @@ lib/gnome-builder/plugins/jedi.plugin
|
||||
lib/gnome-builder/plugins/jedi_plugin.py
|
||||
lib/gnome-builder/plugins/jhbuild.plugin
|
||||
lib/gnome-builder/plugins/jhbuild_plugin.py
|
||||
@bin lib/gnome-builder/plugins/libplugin-vala-pack.so
|
||||
lib/gnome-builder/plugins/libplugin-vala-pack.so
|
||||
lib/gnome-builder/plugins/make.plugin
|
||||
lib/gnome-builder/plugins/make_plugin.gresource
|
||||
lib/gnome-builder/plugins/make_plugin.py
|
||||
|
Loading…
Reference in New Issue
Block a user