Update to libwnck3-3.20.1.

This commit is contained in:
ajacoutot 2016-06-28 11:33:28 +00:00
parent bb7f3b1bbb
commit 19a7d5f420
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.32 2016/06/21 15:00:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.33 2016/06/28 11:33:28 ajacoutot Exp $
COMMENT= window navigator construction kit
GNOME_PROJECT= libwnck
GNOME_VERSION= 3.20.0
GNOME_VERSION= 3.20.1
PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION}
SHARED_LIBS += wnck-3 3.0 # 2.2

View File

@ -1,2 +1,2 @@
SHA256 (libwnck-3.20.0.tar.xz) = Cy8/+7rMa3uu6s5HmQEdTAyTjMJBh6IMGpsytgfqVtI=
SIZE (libwnck-3.20.0.tar.xz) = 693244
SHA256 (libwnck-3.20.1.tar.xz) = HLA3FrxHcFjf3z6/pPU03jsTsaoGf80GTQt4EykcunI=
SIZE (libwnck-3.20.1.tar.xz) = 693932

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-libwnck_tasklist_c,v 1.5 2016/06/21 15:00:17 ajacoutot Exp $
$OpenBSD: patch-libwnck_tasklist_c,v 1.6 2016/06/28 11:33:28 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 Tue Feb 9 13:06:25 2016
+++ libwnck/tasklist.c Tue Jun 21 16:56:42 2016
@@ -4201,7 +4201,8 @@ sequence_timeout_callback (void *user_data)
--- libwnck/tasklist.c.orig Tue Jun 28 12:35:55 2016
+++ libwnck/tasklist.c Tue Jun 28 13:25:11 2016
@@ -4206,7 +4206,8 @@ sequence_timeout_callback (void *user_data)
WnckTasklist *tasklist = user_data;
GList *tmp;
GTimeVal now;