Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Feb 2013 19:07:57 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ehaupt@FreeBSD.org
Subject:   ports/175802: [PATCH] deskutils/xfce4-notifyd: [SUMMARIZE CHANGES]
Message-ID:  <20130203180801.3EFDBA93@hub.freebsd.org>
Resent-Message-ID: <201302031810.r13IA039002795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175802
>Category:       ports
>Synopsis:       [PATCH] deskutils/xfce4-notifyd: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 03 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:
Makefile changed:
+	@-update-desktop-database -q <-- to be quietly

Changed and refined pkg-plist:

Added some missed entries with mine script
freebsd_make_pkg_plist

to be quietly
+@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- xfce4-notifyd-0.2.2_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/deskutils/xfce4-notifyd/Makefile ./Makefile
--- /usr/ports/deskutils/xfce4-notifyd/Makefile	2013-01-14 17:54:25.000000000 +0100
+++ ./Makefile	2013-02-03 18:02:54.000000000 +0100
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-notifyd
 PORTVERSION=	0.2.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -49,6 +49,6 @@
 .endif
 
 post-install:
-	@-update-desktop-database
+	@-update-desktop-database -q
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/deskutils/xfce4-notifyd/pkg-plist ./pkg-plist
--- /usr/ports/deskutils/xfce4-notifyd/pkg-plist	2013-01-14 17:54:25.000000000 +0100
+++ ./pkg-plist	2013-02-03 19:00:23.000000000 +0100
@@ -49,6 +49,7 @@
 @dirrmtry share/themes/Smoke
 @dirrm share/themes/Default/xfce-notify-4.0
 @dirrmtry share/themes/Default
+@dirrmtry share/themes
 %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ug
 %%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
@@ -57,7 +58,14 @@
 %%NLS%%@dirrmtry share/locale/kk
 %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ast
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
+@dirrmtry share/dbus-1/services
+@dirrmtry share/dbus-1
+@dirrmtry share/applications
 @dirrm lib/xfce4/notifyd
 @dirrmtry lib/xfce4
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
--- xfce4-notifyd-0.2.2_5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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