Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 23:33:04 GMT
From:      Olivier Cochard-Labbe <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183640: deforaos-todo staging support
Message-ID:  <201311032333.rA3NX4pF075919@oldred.freebsd.org>
Resent-Message-ID: <201311032340.rA3Ne0dW073204@freefall.freebsd.org>

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

>Number:         183640
>Category:       ports
>Synopsis:       deforaos-todo staging support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 23:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        10.0
>Organization:
>Environment:
FreeBSD orange.bsdrp.net 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257208M: Sun Oct 27 21:28:39 CET 2013     root@orange.bsdrp.net:/usr/obj/usr/local/BSDRP/BSDRP/FreeBSD/src/sys/PROD  amd64
>Description:
Add staging support.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: deskutils/deforaos-todo/Makefile
===================================================================
--- deskutils/deforaos-todo/Makefile	(revision 332601)
+++ deskutils/deforaos-todo/Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	todo
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.defora.org/os/download/download/3506/
 PKGNAMEPREFIX=	deforaos-
@@ -13,13 +14,12 @@
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	System:${PORTSDIR}/devel/deforaos-libsystem \
-		Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+LIB_DEPENDS=	libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
+		libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
 
 USES=		pkgconfig gettext
-USE_GNOME=	gtk20 desktopfileutils
+USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: deskutils/deforaos-todo/pkg-plist
===================================================================
--- deskutils/deforaos-todo/pkg-plist	(revision 332601)
+++ deskutils/deforaos-todo/pkg-plist	(working copy)
@@ -4,3 +4,11 @@
 share/icons/hicolor/24x24/apps/todo.png
 share/icons/hicolor/48x48/apps/todo.png
 share/locale/fr/LC_MESSAGES/Todo.mo
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/24x24/apps
+@dirrmtry share/icons/hicolor/24x24
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons


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



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