Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 20:46:19 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332779 - head/deskutils/deforaos-todo
Message-ID:  <201311042046.rA4KkKRB033545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Nov  4 20:46:19 2013
New Revision: 332779
URL: http://svnweb.freebsd.org/changeset/ports/332779

Log:
  deskutils/deforaos-todo: bump revision and modernize
  
  - Bump revision for libdesktop update
  - Allow staging
  - USES desktop-file-utils
  
  PR:		ports/183640
  Submitted by:	maintainer

Modified:
  head/deskutils/deforaos-todo/Makefile
  head/deskutils/deforaos-todo/pkg-plist

Modified: head/deskutils/deforaos-todo/Makefile
==============================================================================
--- head/deskutils/deforaos-todo/Makefile	Mon Nov  4 20:40:43 2013	(r332778)
+++ head/deskutils/deforaos-todo/Makefile	Mon Nov  4 20:46:19 2013	(r332779)
@@ -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 @@ COMMENT=	DeforaOS desktop todo list
 
 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
+USES=		desktop-file-utils gettext pkgconfig
+USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/deskutils/deforaos-todo/pkg-plist
==============================================================================
--- head/deskutils/deforaos-todo/pkg-plist	Mon Nov  4 20:40:43 2013	(r332778)
+++ head/deskutils/deforaos-todo/pkg-plist	Mon Nov  4 20:46:19 2013	(r332779)
@@ -4,3 +4,11 @@ share/icons/hicolor/16x16/apps/todo.png
 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



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