update to libpeas-1.16.0

This commit is contained in:
jasper 2015-10-03 14:48:09 +00:00
parent bab3c15671
commit f61488d6c4
4 changed files with 11 additions and 40 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.51 2015/04/15 09:40:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.52 2015/10/03 14:48:09 jasper Exp $
COMMENT= gobject-based plugins engine
GNOME_PROJECT= libpeas
GNOME_VERSION= 1.14.0
REVISION= 1
GNOME_VERSION= 1.16.0
CATEGORIES= devel
SHARED_LIBS += peas-1.0 400.1 # 1201.0
SHARED_LIBS += peas-gtk-1.0 400.1 # 1201.0
SHARED_LIBS += peas-1.0 400.2 # 1600.0
SHARED_LIBS += peas-gtk-1.0 400.2 # 1600.0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (libpeas-1.14.0.tar.xz) = Xks6iWi3FJerJqelKMQUxMZAxXJDKPo1B4VPBHiOLXY=
SIZE (libpeas-1.14.0.tar.xz) = 546092
SHA256 (libpeas-1.16.0.tar.xz) = sJMAjs1l99VcgFF1iVCWmP8VrUH2ZLEaPriP9GGxRU4=
SIZE (libpeas-1.16.0.tar.xz) = 548972

View File

@ -1,31 +0,0 @@
$OpenBSD: patch-tests_libpeas_extension-py_c,v 1.2 2015/05/14 18:20:34 jasper Exp $
From f5c7668f600f16f144c3772cc34c9fd929f98d28 Mon Sep 17 00:00:00 2001
From: Garrett Regier <garrettregier@gmail.com>
Date: Tue, 12 May 2015 04:48:42 -0700
Subject: Fix Python tests on OpenBSD
--- tests/libpeas/extension-py.c.orig Sat Feb 14 21:35:54 2015
+++ tests/libpeas/extension-py.c Tue May 12 14:33:39 2015
@@ -180,11 +180,19 @@ test_extension_py_already_initialized_subprocess (void
static void
test_extension_py_mixed_python (void)
{
+ GTestSubprocessFlags flags = 0;
+
+ /* Loading both Python 2 and Python 3 might cause
+ * the linker to spew warnings, i.e. on OpenBSD, so
+ * only inherit standard error when debugging
+ */
+ if (g_getenv ("PEAS_DEBUG") != NULL)
+ flags |= G_TEST_SUBPROCESS_INHERIT_STDERR;
+
g_test_trap_subprocess (EXTENSION_TEST_NAME (PY_LOADER,
"mixed-python/subprocess"),
- 0, G_TEST_SUBPROCESS_INHERIT_STDERR);
+ 0, flags);
g_test_trap_assert_passed ();
- g_test_trap_assert_stderr ("");
}
static void

View File

@ -1,13 +1,15 @@
@comment $OpenBSD: PLIST,v 1.21 2015/04/02 19:22:41 jasper Exp $
@comment $OpenBSD: PLIST,v 1.22 2015/10/03 14:48:09 jasper Exp $
@bin bin/peas-demo
include/libpeas-1.0/
include/libpeas-1.0/libpeas/
include/libpeas-1.0/libpeas-gtk/
include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h
include/libpeas-1.0/libpeas-gtk/peas-gtk.h
include/libpeas-1.0/libpeas/peas-activatable.h
include/libpeas-1.0/libpeas/peas-autocleanups.h
include/libpeas-1.0/libpeas/peas-engine.h
include/libpeas-1.0/libpeas/peas-extension-base.h
include/libpeas-1.0/libpeas/peas-extension-set.h
@ -67,7 +69,6 @@ share/gtk-doc/html/libpeas/ch02.html
share/gtk-doc/html/libpeas/ch03.html
share/gtk-doc/html/libpeas/home.png
share/gtk-doc/html/libpeas/index.html
share/gtk-doc/html/libpeas/index.sgml
share/gtk-doc/html/libpeas/left-insensitive.png
share/gtk-doc/html/libpeas/left.png
share/gtk-doc/html/libpeas/libpeas-PeasExtension.html
@ -112,6 +113,7 @@ share/locale/he/LC_MESSAGES/libpeas.mo
share/locale/hi/LC_MESSAGES/libpeas.mo
share/locale/hu/LC_MESSAGES/libpeas.mo
share/locale/id/LC_MESSAGES/libpeas.mo
share/locale/is/LC_MESSAGES/libpeas.mo
share/locale/it/LC_MESSAGES/libpeas.mo
share/locale/ja/LC_MESSAGES/libpeas.mo
share/locale/kk/LC_MESSAGES/libpeas.mo
@ -125,6 +127,7 @@ share/locale/nb/LC_MESSAGES/libpeas.mo
share/locale/nds/LC_MESSAGES/libpeas.mo
share/locale/ne/LC_MESSAGES/libpeas.mo
share/locale/nl/LC_MESSAGES/libpeas.mo
share/locale/oc/LC_MESSAGES/libpeas.mo
share/locale/or/LC_MESSAGES/libpeas.mo
share/locale/pa/LC_MESSAGES/libpeas.mo
share/locale/pl/LC_MESSAGES/libpeas.mo