Bug 164076 - [PATCH] Add lyx.desktop for print/lyx
Summary: [PATCH] Add lyx.desktop for print/lyx
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: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 07:00 UTC by dennylin93
Modified: 2012-01-29 00:10 UTC (History)
0 users

See Also:


Attachments
lyx.patch (1.59 KB, patch)
2012-01-13 07:00 UTC, dennylin93
no flags Details | Diff
lyx.desktop.in (326 bytes, text/plain; charset=utf-8)
2012-01-13 08:11 UTC, dennylin93
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dennylin93 2012-01-13 07:00:20 UTC
Add desktop entry for print/lyx.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-13 07:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rakuco

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dennylin93 2012-01-13 08:11:44 UTC
New version of lyx.desktop.in.

-- 
Denny Lin
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-01-28 23:57:37 UTC
Thanks for the patch and for bringing this up, and sorry for taking so
long to respond.

I did some research, and it looks like upstream has fixed this in trunk,
but the change will only be released in the 2.1.x series, together with
some new icons.

Because of this, I chose to use upstream's .desktop file: it's mostly
the same, with the lines in a different order and a different Comment
entry. I also chose to install lyx.png into the default "hicolor"
directory to follow the Icon Theme freedesktop.org spec instead of
specifying an absolute path in Icon.

I expect to commit the change in a few minutes.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-01-29 00:03:31 UTC
rakuco      2012-01-29 00:03:17 UTC

  FreeBSD ports repository

  Modified files:
    print/lyx            Makefile pkg-plist 
  Added files:
    print/lyx/files      lyx.desktop 
  Log:
  Add a .desktop file for the port. An upstream version will show up in the 2.1.x
  series. Based on some initial work done by Denny Lin [1].
  
  PR:             164076 [1]
  Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
  Reviewed by:    avilla
  
  Revision  Changes    Path
  1.136     +10 -0     ports/print/lyx/Makefile
  1.1       +14 -0     ports/print/lyx/files/lyx.desktop (new)
  1.49      +7 -0      ports/print/lyx/pkg-plist
_______________________________________________
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 5 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-01-29 00:05:41 UTC
State Changed
From-To: open->closed

Committed with the changes I mentioned. Thanks!