Bug 147702

Summary: [patch] Add icon to www/links and make desktop file conditional on X11
Product: Ports & Packages Reporter: Warren Block <wblock>
Component: Individual Port(s)Assignee: Dmitry Sivachenko <demon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2010-06-08 23:00:12 UTC
Added installation of links.xpm to $PREFIX/share/pixmaps.

Made creation of .desktop file (DESKTOP_ENTRIES) conditional on X11.

Modify DESKTOP_ENTRIES to just use "links" as an icon; let it find the
file automatically.

Modify DESKTOP_ENTRIES to use "false" instead of ${FALSE} for the
startup notification value.  I think this is just a preset value, no
need for a program call.

Switched to new-style bsd.port.options.mk and bsd.port.mk.

Bump PORTREVISION to 5.

Fix: Apply attached patch to www/links Makefile.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-08 23:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-10 10:42:09 UTC
demon       2010-06-10 09:42:00 UTC

  FreeBSD ports repository

  Modified files:
    www/links            Makefile 
  Log:
  Added installation of links.xpm to $PREFIX/share/pixmaps.
  
  Made creation of .desktop file (DESKTOP_ENTRIES) conditional on X11.
  
  PR:             147702
  Submitted by:   Warren Block <wblock@wonkity.com>
  
  Revision  Changes    Path
  1.63      +16 -11    ports/www/links/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Sivachenko freebsd_committer freebsd_triage 2010-06-10 10:43:36 UTC
State Changed
From-To: open->closed

Patch committed, thanks!