Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2012 07:11:19 GMT
From:      Boris Samorodov <bsam@passap.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166630: [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme
Message-ID:  <201204040711.q347BJXK068254@red.freebsd.org>
Resent-Message-ID: <201204040720.q347K01j043456@freefall.freebsd.org>

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

>Number:         166630
>Category:       ports
>Synopsis:       [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 04 07:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        
>Organization:
>Environment:
FreeBSD bsam.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r232957: Wed Mar 14 14:14:49 SAMT 2012     bsam@bsam.wart.ru:/usr/obj/usr/src/sys/BBX  i386
>Description:
While working at graphics/djview4 I've got an error:
-----
xdg-icon-resource: No writable system icon directory found.
-----

The port devel/xdg-utils is installed but lacking infrastructure
directories. It's the /usr/local/share/icons/hicolor/ which is
missing.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/xdg-utils/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	6 Mar 2012 22:47:28 -0000	1.11
+++ Makefile	4 Apr 2012 07:07:59 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	xdg-utils
 PORTVERSION=	1.0.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	http://portland.freedesktop.org/download/
 EXTRACT_SUFX=	.tgz
@@ -16,6 +16,8 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Tools to allow all applications to integrate with the free desktop
 
+RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+
 GNU_CONFIGURE=	yes
 XDG_FILES=	xdg-desktop-icon \
 		xdg-desktop-menu \


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



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