ports/91084: [patch] Add a menu entry for sysutils/gtk-send-pr

Panagiotis Astithas past at ebs.gr
Sat Jan 7 17:50:06 UTC 2006


The following reply was made to PR ports/91084; it has been noted by GNATS.

From: Panagiotis Astithas <past at ebs.gr>
To: bug-followup at FreeBSD.org, past at 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--



More information about the freebsd-ports-bugs mailing list