Bug 155323 - [patch] graphics/epdfview: missing icon in .desktop
Summary: [patch] graphics/epdfview: missing icon in .desktop
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: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-06 21:40 UTC by David Demelier
Modified: 2011-05-12 12:40 UTC (History)
0 users

See Also:


Attachments
epdfview.diff (410 bytes, patch)
2011-03-06 21:40 UTC, David Demelier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Demelier 2011-03-06 21:40:12 UTC
The graphics/epdfview install a .desktop entry to be shown in the menu. But it request a icon_epdfview-48 which should live in /usr/local/share/applications but this icon is located in /usr/local/share/epdfview/pixmaps/

I prefere the way to modify the .desktop file instead of copying the icon into /usr/local/share/pixmaps
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-06 21:40:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-12 12:36:30 UTC
sylvio      2011-05-12 11:36:21 UTC

  FreeBSD ports repository

  Modified files:
    graphics/epdfview    Makefile distinfo 
  Log:
  - Add icon in .desktop
  - Removed MD5 in distinfo
  
  PR:             ports/155323
  Submitted by:   David Demelier <demelier.david@gmail.com>
  
  Revision  Changes    Path
  1.29      +1 -0      ports/graphics/epdfview/Makefile
  1.4       +0 -1      ports/graphics/epdfview/distinfo
_______________________________________________
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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-05-12 12:38:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!