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

(-)Makefile (-4 / +4 lines)
Lines 6-16 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.2
9
PORTVERSION=	0.3.3
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
#MASTER_SITES=	http://errements.eu/distfiles/ \
13
		LOCAL/ehaupt
13
#		LOCAL/ehaupt
14
DIST_SUBDIR=	xfce4
14
DIST_SUBDIR=	xfce4
15
15
16
MAINTAINER=	ehaupt@FreeBSD.org
16
MAINTAINER=	ehaupt@FreeBSD.org
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1473486137
1
TIMESTAMP = 1475442314
2
SHA256 (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 471dab69bbcd18bd6fcea155678ed53b90c9bd942b5ad106aaad516eeaabb5c2
2
SHA256 (xfce4/xfce4-notifyd-0.3.3.tar.bz2) = 986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73
3
SIZE (xfce4/xfce4-notifyd-0.3.2.tar.bz2) = 422817
3
SIZE (xfce4/xfce4-notifyd-0.3.3.tar.bz2) = 433388
(-)files/patch-Makefile.in (-20 lines)
Lines 1-17 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

Return to bug 213164