Update to libwnck3-3.14.0.

This commit is contained in:
ajacoutot 2014-11-25 04:50:03 +00:00
parent 002070d76d
commit c4d07df6c3
3 changed files with 13 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.27 2014/09/03 09:28:13 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2014/11/25 04:50:03 ajacoutot Exp $
COMMENT= window navigator construction kit
GNOME_PROJECT= libwnck
GNOME_VERSION= 3.4.9
GNOME_VERSION= 3.14.0
PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION}
SHARED_LIBS += wnck-3 2.1 # 2.2
@ -23,18 +23,17 @@ WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz m
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs startup-notification-1 xcb
WANTLIB += xcb-util xcb-render xcb-shm z
WANTLIB += xcb-render xcb-shm xcb-util z
MODULES= devel/gettext \
x11/gnome
MODGNOME_TOOLS += gobject-introspection
MODGNOME_TOOLS= gobject-introspection
LIB_DEPENDS= x11/gtk+3 \
devel/startup-notification
LIB_DEPENDS= devel/startup-notification \
x11/gtk+3
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-startup-notification \
--program-suffix=3
CONFIGURE_ARGS= --program-suffix=3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (libwnck-3.4.9.tar.xz) = luY1PycBoepWXs5U15Gnvr7xgy2WEm9zd8VLs1FmgsQ=
SIZE (libwnck-3.4.9.tar.xz) = 674396
SHA256 (libwnck-3.14.0.tar.xz) = 9QgAdjRmCbTDY5S4efOoa5LO07kKN8tUyOmhTwDnkhw=
SIZE (libwnck-3.14.0.tar.xz) = 675916

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-libwnck_tasklist_c,v 1.2 2014/03/09 22:23:19 ajacoutot Exp $
$OpenBSD: patch-libwnck_tasklist_c,v 1.3 2014/11/25 04:50:03 ajacoutot Exp $
From 06a7ec9ac56b350bcce35b138c20bad1a3ae9c6a Mon Sep 17 00:00:00 2001
From: Stefan Sperling <stsp@stsp.name>
Date: Tue, 18 Feb 2014 13:14:18 +0000
Subject: TaskList: use new Startup Notification API
--- libwnck/tasklist.c.orig Mon Feb 17 19:55:06 2014
+++ libwnck/tasklist.c Mon Feb 17 19:54:40 2014
@@ -4180,7 +4180,8 @@ sequence_timeout_callback (void *user_data)
--- libwnck/tasklist.c.orig Tue Nov 4 14:32:36 2014
+++ libwnck/tasklist.c Tue Nov 25 05:35:57 2014
@@ -4200,7 +4200,8 @@ sequence_timeout_callback (void *user_data)
WnckTasklist *tasklist = user_data;
GList *tmp;
GTimeVal now;