svn commit: r421485 - in head/deskutils/xfce4-notifyd: . files

Emanuel Haupt ehaupt at FreeBSD.org
Wed Sep 7 09:06:24 UTC 2016


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 at 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);


More information about the svn-ports-head mailing list