View | Details | Raw Unified | Return to bug 212553
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-14 Link Here
6
# Support of GTK+ is checked at compile time and themes directories too.
6
# Support of GTK+ is checked at compile time and themes directories too.
7
7
8
PORTNAME=	xfce4-notifyd
8
PORTNAME=	xfce4-notifyd
9
PORTVERSION=	0.3.1
9
PORTVERSION=	0.3.2
10
CATEGORIES=	deskutils xfce
10
CATEGORIES=	deskutils xfce
11
MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
11
#MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
12
MASTER_SITES=	http://errements.eu/distfiles/
12
DIST_SUBDIR=	xfce4
13
DIST_SUBDIR=	xfce4
13
14
14
MAINTAINER=	ehaupt@FreeBSD.org
15
MAINTAINER=	ehaupt@FreeBSD.org
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1473189353
1
TIMESTAMP = 1473486137
2
SHA256 (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863
2
SHA256 (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 471dab69bbcd18bd6fcea155678ed53b90c9bd942b5ad106aaad516eeaabb5c2
3
SIZE (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = 429056
3
SIZE (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 422817
(-)files/patch-Makefile.in (+20 lines)
Line 0 Link Here
1
--- Makefile.in.orig	2016-09-09 21:30:26 UTC
2
+++ Makefile.in
3
@@ -650,10 +650,14 @@ dist_smoketheme_DATA = themes/$(theme_di
4
 zomgponiesthemedir = $(datadir)/themes/ZOMG-PONIES!/xfce-notify-4.0
5
 dist_zomgponiestheme_DATA = themes/$(theme_dir)/ZOMG-PONIES!/gtk.css
6
 dist_themes = \
7
+	themes/gtk-3.0/Bright/gtk.css \
8
 	themes/gtk-3.0/Default/gtk.css \
9
+	themes/gtk-3.0/Retro/gtk.css \
10
 	themes/gtk-3.0/Smoke/gtk.css \
11
 	themes/gtk-3.0/ZOMG-PONIES!/gtk.css \
12
+	themes/gtk-3.20/Bright/gtk.css \
13
 	themes/gtk-3.20/Default/gtk.css \
14
+	themes/gtk-3.20/Retro/gtk.css \
15
 	themes/gtk-3.20/Smoke/gtk.css \
16
 	themes/gtk-3.20/ZOMG-PONIES!/gtk.css
17
 
18
yes
19
native
20
text/plain
(-)files/patch-xfce4-notifyd_xfce-notify-daemon.c (-13 lines)
Lines 1-10 Link Here
1
--- xfce4-notifyd/xfce-notify-daemon.c.orig	2016-09-06 13:19:50 UTC
2
+++ xfce4-notifyd/xfce-notify-daemon.c
3
@@ -706,6 +706,7 @@ xfce_notify_daemon_window_size_allocate(
4
     widget_screen = gtk_widget_get_screen (widget);
5
     display = gdk_screen_get_display (widget_screen);
6
     device_manager = gdk_display_get_device_manager (display);
7
+    pointer = gdk_device_manager_get_client_pointer (device_manager);
8
 #endif
9
 
10
     gdk_device_get_position (pointer, &p_screen, &x, &y);
11
yes
12
native
13
text/plain
(-)pkg-plist (+2 lines)
Lines 54-59 Link Here
54
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-notifyd.mo
54
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-notifyd.mo
55
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo
55
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo
56
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo
56
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo
57
share/themes/Bright/xfce-notify-4.0/gtk.css
57
share/themes/Default/xfce-notify-4.0/gtk.css
58
share/themes/Default/xfce-notify-4.0/gtk.css
59
share/themes/Retro/xfce-notify-4.0/gtk.css
58
share/themes/Smoke/xfce-notify-4.0/gtk.css
60
share/themes/Smoke/xfce-notify-4.0/gtk.css
59
share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css
61
share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css

Return to bug 212553