update to gjs-1.52.2
This commit is contained in:
parent
248206d59c
commit
3008fd1ebd
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.63 2018/02/04 09:08:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.64 2018/04/23 08:51:42 jasper Exp $
|
||||
|
||||
USE_WXNEEDED= Yes
|
||||
|
||||
COMMENT= Javascript bindings for GNOME
|
||||
|
||||
GNOME_PROJECT= gjs
|
||||
GNOME_VERSION= 1.50.4
|
||||
GNOME_VERSION= 1.52.2
|
||||
|
||||
SHARED_LIBS += gjs 5.0 # 0.0
|
||||
|
||||
@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB += ${COMPILER_LIBCXX}
|
||||
WANTLIB += X11 Xext Xrender c cairo cairo-gobject expat ffi fontconfig
|
||||
WANTLIB += freetype gio-2.0 girepository-1.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 m ncurses ncursesw
|
||||
WANTLIB += gobject-2.0 gthread-2.0 m curses
|
||||
WANTLIB += nspr4 pcre pixman-1 plc4 plds4 png pthread
|
||||
WANTLIB += readline xcb xcb-render xcb-shm z Xrandr epoxy
|
||||
WANTLIB += Xcomposite Xcursor Xdamage Xfixes Xi Xinerama
|
||||
@ -44,6 +44,8 @@ TEST_DEPENDS= sysutils/e2fsprogs #uuidgen(1)
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
CONFIGURE_ARGS += --disable-profiler
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gjs/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/gjs/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gjs-1.50.4.tar.xz) = szbocJNH48lCRfbLw0ZfmknzrkkaJfSfipcmj1I1uTo=
|
||||
SIZE (gnome/gjs-1.50.4.tar.xz) = 612260
|
||||
SHA256 (gnome/gjs-1.52.2.tar.xz) = KL2cmvq/k09DxV2X+mk6LyB8hmxw7roImiMG069HoAM=
|
||||
SIZE (gnome/gjs-1.52.2.tar.xz) = 625616
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2017/04/17 07:20:59 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2018/04/23 08:51:42 jasper Exp $
|
||||
bin/gjs
|
||||
@bin bin/gjs-console
|
||||
include/gjs-1.0/
|
||||
@ -7,6 +7,7 @@ include/gjs-1.0/gjs/context.h
|
||||
include/gjs-1.0/gjs/coverage.h
|
||||
include/gjs-1.0/gjs/gjs.h
|
||||
include/gjs-1.0/gjs/macros.h
|
||||
include/gjs-1.0/gjs/profiler.h
|
||||
include/gjs-1.0/util/
|
||||
include/gjs-1.0/util/error.h
|
||||
lib/gjs/
|
||||
@ -22,3 +23,8 @@ share/examples/gjs/gio-cat.js
|
||||
share/examples/gjs/gtk.js
|
||||
share/examples/gjs/http-server.js
|
||||
share/examples/gjs/test.jpg
|
||||
share/gjs-1.0/
|
||||
share/gjs-1.0/lsan/
|
||||
share/gjs-1.0/lsan/lsan.supp
|
||||
share/gjs-1.0/valgrind/
|
||||
share/gjs-1.0/valgrind/gjs.supp
|
||||
|
Loading…
x
Reference in New Issue
Block a user