From owner-svn-ports-all@freebsd.org Wed Sep 7 09:06:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 210B7B96202; Wed, 7 Sep 2016 09:06:24 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF361126; Wed, 7 Sep 2016 09:06:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8796MRl097355; Wed, 7 Sep 2016 09:06:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8796MG5097352; Wed, 7 Sep 2016 09:06:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201609070906.u8796MG5097352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 7 Sep 2016 09:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421485 - in head/deskutils/xfce4-notifyd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 09:06:24 -0000 Author: ehaupt Date: Wed Sep 7 09:06:22 2016 New Revision: 421485 URL: https://svnweb.freebsd.org/changeset/ports/421485 Log: - Update to 0.3.1 - Add patch for Gtk+ < 3.20 otherwise daemon is not launched PR: 212425 Submitted by: olivierd Added: head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c (contents, props changed) Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Wed Sep 7 09:01:30 2016 (r421484) +++ head/deskutils/xfce4-notifyd/Makefile Wed Sep 7 09:06:22 2016 (r421485) @@ -6,10 +6,9 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= deskutils xfce -MASTER_SITES= http://errements.eu/distfiles/ +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org Modified: head/deskutils/xfce4-notifyd/distinfo ============================================================================== --- head/deskutils/xfce4-notifyd/distinfo Wed Sep 7 09:01:30 2016 (r421484) +++ head/deskutils/xfce4-notifyd/distinfo Wed Sep 7 09:06:22 2016 (r421485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469828988 -SHA256 (xfce4/xfce4-notifyd-0.3.0.tar.bz2) = 7ea9b67cd3fa8426d67d39ee78a6ecd4f70353c73ba140a98b84a5d8a16c313f -SIZE (xfce4/xfce4-notifyd-0.3.0.tar.bz2) = 419435 +TIMESTAMP = 1473189353 +SHA256 (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 +SIZE (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = 429056 Added: head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c Wed Sep 7 09:06:22 2016 (r421485) @@ -0,0 +1,10 @@ +--- xfce4-notifyd/xfce-notify-daemon.c.orig 2016-09-06 13:19:50 UTC ++++ xfce4-notifyd/xfce-notify-daemon.c +@@ -706,6 +706,7 @@ xfce_notify_daemon_window_size_allocate( + widget_screen = gtk_widget_get_screen (widget); + display = gdk_screen_get_display (widget_screen); + device_manager = gdk_display_get_device_manager (display); ++ pointer = gdk_device_manager_get_client_pointer (device_manager); + #endif + + gdk_device_get_position (pointer, &p_screen, &x, &y);