Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2006 17:50:06 GMT
From:      Panagiotis Astithas <past@ebs.gr>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/91084: [patch] Add a menu entry for sysutils/gtk-send-pr
Message-ID:  <200601071750.k07Ho68d099687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/91084; it has been noted by GNATS.

From: Panagiotis Astithas <past@ebs.gr>
To: bug-followup@FreeBSD.org, past@ebs.gr
Cc:  
Subject: Re: ports/91084: [patch] Add a menu entry for sysutils/gtk-send-pr
Date: Sat, 07 Jan 2006 19:45:18 +0200

 This is a multi-part message in MIME format.
 --------------020405000901060808090704
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Thanks for the tips! Here is a much simpler patch, then:
 
 
 --------------020405000901060808090704
 Content-Type: text/x-patch;
  name="gtk-send-pr.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="gtk-send-pr.patch"
 
 diff -ruN /usr/ports/sysutils/gtk-send-pr/Makefile gtk-send-pr/Makefile
 --- /usr/ports/sysutils/gtk-send-pr/Makefile	Sat Nov  5 07:21:14 2005
 +++ gtk-send-pr/Makefile	Sat Jan  7 19:41:45 2006
 @@ -21,10 +21,17 @@
  USE_X_PREFIX=	yes
  
  MAN1=		gtk-send-pr.1
 -PLIST_FILES=	bin/gtk-send-pr
 +PLIST_FILES=	bin/gtk-send-pr share/pixmaps/ladybird.gif
 +DESKTOP_ENTRIES="Send Problem Report" \
 +		"Send a FreeBSD PR" \
 +		"${PREFIX}/share/pixmaps/ladybird.gif" \
 +		"gtk-send-pr" \
 +		"Application;System;" \
 +		true
  
  do-install:
  	@${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin
  	@${INSTALL_MAN} ${WRKSRC}/gtk-send-pr.1 ${PREFIX}/man/man1
 +	@${INSTALL_DATA} ${WRKSRC}/ladybird.gif ${PREFIX}/share/pixmaps
  
  .include <bsd.port.mk>
 
 --------------020405000901060808090704--



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