- update to gjs-1.36.0

This commit is contained in:
jasper 2013-03-28 19:32:50 +00:00
parent 476c48ec21
commit ada5ec195e
3 changed files with 14 additions and 36 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:46:10 espie Exp $
# $OpenBSD: Makefile,v 1.17 2013/03/28 19:32:50 jasper Exp $
SHARED_ONLY= Yes
COMMENT= Javascript bindings for GNOME
GNOME_PROJECT= gjs
GNOME_VERSION= 1.34.0
REVISION= 0
GNOME_VERSION= 1.36.0
SHARED_LIBS += gjs 2.0 # 0.0
SHARED_LIBS += gjs-dbus 2.0 # 0.0
SHARED_LIBS += gjs 3.0 # 0.0
CATEGORIES= devel
@ -20,13 +18,11 @@ HOMEPAGE= http://live.gnome.org/Gjs
# contain code from Mozilla which are: MPL1.1/LGPLv2+/GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender Xxf86vm
WANTLIB += c cairo cairo-gobject dbus-1 dbus-glib-1 drm expat
WANTLIB += ffi fontconfig freetype gio-2.0 girepository-1.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m mozjs185 ncurses
WANTLIB += ncursesw nspr4 pcre pixman-1 plc4 plds4 png pthread
WANTLIB += pthread-stubs readline stdc++ xcb xcb-render xcb-shm
WANTLIB += z
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 mozjs185 ncurses ncursesw
WANTLIB += nspr4 pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += readline stdc++ xcb xcb-render xcb-shm z
MODULES= devel/gettext \
lang/python \
@ -38,9 +34,8 @@ MODPY_ADJ_FILES= scripts/make-tests
LIBTOOL_FLAGS= --tag=disable-static
LIB_DEPENDS= devel/gobject-introspection>=1.32.0 \
devel/spidermonkey \
x11/dbus-glib
LIB_DEPENDS= devel/gobject-introspection>=1.36.0 \
devel/spidermonkey
CONFIGURE_ARGS += --disable-static
@ -50,6 +45,5 @@ TEST_DEPENDS += ${MODPY_RUN_DEPENDS} # scripts/make-tests needs python to run
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gjs/
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/gjs/
rm ${PREFIX}/lib/gjs-1.0/*.la
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gnome/gjs-1.34.0.tar.xz) = PWLHF6BSKjbG+qHrAhhyJV480oWnJ4av4jt8yi4whMs=
SIZE (gnome/gjs-1.34.0.tar.xz) = 474004
SHA256 (gnome/gjs-1.36.0.tar.xz) = xVaA2GHVYviRcWQMZuXZrEyww18a8kleL0W75JS5g8o=
SIZE (gnome/gjs-1.36.0.tar.xz) = 421836

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2012/09/29 10:10:46 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2013/03/28 19:32:50 jasper Exp $
bin/gjs
@bin bin/gjs-console
include/gjs-1.0/
@ -20,9 +20,6 @@ include/gjs-1.0/gi/repo.h
include/gjs-1.0/gi/union.h
include/gjs-1.0/gi/value.h
include/gjs-1.0/gjs/
include/gjs-1.0/gjs-dbus/
include/gjs-1.0/gjs-dbus/dbus-proxy.h
include/gjs-1.0/gjs-dbus/dbus.h
include/gjs-1.0/gjs/byteArray.h
include/gjs-1.0/gjs/compat.h
include/gjs-1.0/gjs/context.h
@ -34,24 +31,11 @@ include/gjs-1.0/gjs/mem.h
include/gjs-1.0/gjs/native.h
include/gjs-1.0/gjs/type-module.h
lib/gjs/
lib/gjs-1.0/
lib/gjs-1.0/cairoNative.so
lib/gjs-1.0/console.so
lib/gjs-1.0/dbusNative.so
lib/gjs-1.0/debugger.so
lib/gjs-1.0/formatNative.so
lib/gjs-1.0/gettextNative.so
lib/gjs-1.0/langNative.so
lib/gjs-1.0/mainloop.so
lib/gjs-1.0/system.so
lib/gjs/girepository-1.0/
lib/gjs/girepository-1.0/GjsPrivate-1.0.typelib
lib/libgjs-dbus.la
@lib lib/libgjs-dbus.so.${LIBgjs-dbus_VERSION}
lib/libgjs.la
@lib lib/libgjs.so.${LIBgjs_VERSION}
lib/pkgconfig/gjs-1.0.pc
lib/pkgconfig/gjs-dbus-1.0.pc
lib/pkgconfig/gjs-internals-1.0.pc
share/examples/gjs/
share/examples/gjs/clutter.js
@ -61,11 +45,11 @@ share/examples/gjs/http-server.js
share/examples/gjs/test.jpg
share/gjs-1.0/
share/gjs-1.0/cairo.js
share/gjs-1.0/dbus.js
share/gjs-1.0/format.js
share/gjs-1.0/gettext.js
share/gjs-1.0/jsUnit.js
share/gjs-1.0/lang.js
share/gjs-1.0/mainloop.js
share/gjs-1.0/overrides/
share/gjs-1.0/overrides/GLib.js
share/gjs-1.0/overrides/GObject.js