Bug 147702 - [patch] Add icon to www/links and make desktop file conditional on X11
Summary: [patch] Add icon to www/links and make desktop file conditional on X11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 23:00 UTC by Warren Block
Modified: 2010-06-10 10:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.53 KB, patch)
2010-06-08 23:00 UTC, Warren Block
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!