Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 12:59:25 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419841 - in head/deskutils/xfce4-notification-daemon: . files
Message-ID:  <201608081259.u78CxPMI074970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 12:59:25 2016
New Revision: 419841
URL: https://svnweb.freebsd.org/changeset/ports/419841

Log:
  Pacify portlint and stage-qa

Modified:
  head/deskutils/xfce4-notification-daemon/Makefile
  head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c
  head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c
  head/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c

Modified: head/deskutils/xfce4-notification-daemon/Makefile
==============================================================================
--- head/deskutils/xfce4-notification-daemon/Makefile	Mon Aug  8 12:57:34 2016	(r419840)
+++ head/deskutils/xfce4-notification-daemon/Makefile	Mon Aug  8 12:59:25 2016	(r419841)
@@ -3,7 +3,7 @@
 
 PORTNAME=	notification-daemon
 PORTVERSION=	0.3.7
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	LOCAL/ehaupt/
 PKGNAMEPREFIX=	xfce4-
@@ -17,15 +17,20 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 LIB_DEPENDS=	libsexy.so:x11-toolkits/libsexy \
-		libdbus-glib-1.so:devel/dbus-glib
+		libdbus-glib-1.so:devel/dbus-glib \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 RUN_DEPENDS=	dbus-daemon:devel/dbus
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USES=		gmake libtool pkgconfig gettext-tools xfce tar:bzip2
-USE_GNOME=	librsvg2
+USE_GNOME=	librsvg2 gtk20 cairo
 USE_LDCONFIG=	yes
 USE_XFCE=	libgui
+USE_XORG=	x11
+
+INSTALL_TARGET=	install-strip
 
 CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/xfce4 \
 			--libexecdir=${PREFIX}/libexec/xfce4 \

Modified: head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c
==============================================================================
--- head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c	Mon Aug  8 12:57:34 2016	(r419840)
+++ head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c	Mon Aug  8 12:59:25 2016	(r419841)
@@ -1,6 +1,6 @@
---- ./src/daemon/daemon.c.orig	2010-05-05 10:54:14.000000000 +0200
-+++ ./src/daemon/daemon.c	2010-05-05 10:54:50.000000000 +0200
-@@ -1091,10 +1091,6 @@
+--- src/daemon/daemon.c.orig	2007-05-26 09:52:28 UTC
++++ src/daemon/daemon.c
+@@ -1091,10 +1091,6 @@ main(int argc, char **argv)
  	
  	g_set_application_name ("notification-daemon-xfce");
  

Modified: head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c
==============================================================================
--- head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c	Mon Aug  8 12:57:34 2016	(r419840)
+++ head/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c	Mon Aug  8 12:59:25 2016	(r419841)
@@ -1,6 +1,6 @@
---- ./src/daemon/stack.c.orig	2007-05-26 11:52:28.000000000 +0200
-+++ ./src/daemon/stack.c	2010-05-05 10:54:02.000000000 +0200
-@@ -40,51 +40,18 @@
+--- src/daemon/stack.c.orig	2007-05-26 09:52:28 UTC
++++ src/daemon/stack.c
+@@ -40,51 +40,18 @@ struct _NotifyStack
  static gboolean
  get_work_area(GtkWidget *nw, GdkRectangle *rect)
  {

Modified: head/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c
==============================================================================
--- head/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c	Mon Aug  8 12:57:34 2016	(r419840)
+++ head/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c	Mon Aug  8 12:59:25 2016	(r419841)
@@ -1,6 +1,6 @@
---- ./src/settings/main.c.orig	2012-05-29 15:07:41.000000000 +0200
-+++ ./src/settings/main.c	2012-05-29 15:08:08.000000000 +0200
-@@ -187,8 +187,7 @@
+--- src/settings/main.c.orig	2007-05-26 09:52:28 UTC
++++ src/settings/main.c
+@@ -187,8 +187,7 @@ notification_settings_preview (GtkWidget
    /* create new preview notification */
    preview = notify_notification_new (_("Preview notification"),
      _("Lorem Ipsum is simply dummy text of the printing and typesetting industry."),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081259.u78CxPMI074970>