Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 10:22:33 +0900 (JST)
From:      Alexander Nedotsukov <bland@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55087: enable gnome-panel applet support and dependency fix for workrave
Message-ID:  <200307310122.h6V1MXdR068433@bbnest.dyndns.org>
Resent-Message-ID: <200307310130.h6V1UF0i051564@freefall.freebsd.org>

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

>Number:         55087
>Category:       ports
>Synopsis:       enable gnome-panel applet support and dependency fix for workrave
>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:   Wed Jul 30 18:30:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Nedotsukov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bbnest.dyndns.org 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Tue Jul 29 21:17:03 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386


	
>Description:
- gconf2 dependency missed
- now we have lingnomeuimm in ports tree so it can be used
  in this port (enables gnome-panel applet build)
	
>How-To-Repeat:
	
>Fix:
Apply patch attached
	

--- workrave.patch begins here ---
--- Makefile.orig	Mon Jul 28 10:22:14 2003
+++ Makefile	Mon Jul 28 11:39:57 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	workrave
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,15 +15,18 @@
 MAINTAINER=	einekoai@chello.nl
 COMMENT=	A Gnome RSI prevention tool
 
-LIB_DEPENDS=	gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2
+LIB_DEPENDS=	gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \
+		gnomeuimm-1.3:${PORTSDIR}/x11-toolkits/libgnomeuimm
 BUILD_DEPENDS=	intltool-extract:${PORTSDIR}/textproc/intltool
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack gnomepanel
+USE_GNOME=	gnomeprefix gnomehack gnomepanel gconf2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS=	--datadir=${PREFIX}/share/gnome/workrave
+CONFIGURE_ARGS=	--datadir=${PREFIX}/share/gnome/workrave \
+		--enable-gconf \
+		--enable-gnome
 
 .include <bsd.port.mk>
--- pkg-plist.orig	Mon Jul 28 10:34:06 2003
+++ pkg-plist	Mon Jul 28 10:47:07 2003
@@ -1,5 +1,9 @@
 bin/workrave
 etc/sound/events/workrave.soundlist
+libexec/workrave-applet
+libdata/bonobo/servers/Workrave-Applet.server
+libdata/bonobo/servers/Workrave-Control.server
+share/gnome/gnome-2.0/ui/GNOME_WorkraveApplet.xml
 share/gnome/pixmaps/workrave/workrave-icon-small.png
 share/gnome/sounds/workrave/break-ignored.wav
 share/gnome/sounds/workrave/break-prelude.wav
--- workrave.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?200307310122.h6V1MXdR068433>