Created attachment 195258 [details] lookbook.patch https://github.com/danrabbit/lookbook
Looking at the plist file. The binary name should be changed. A user will not want to type in that long name and doesn’t make sense. Rest of the names needs to be fixed in share dir as well.
A commit references this bug: Author: tobik Date: Fri Aug 24 08:59:54 UTC 2018 New revision: 477948 URL: https://svnweb.freebsd.org/changeset/ports/477948 Log: New port: deskutils/lookbook LookBook is a GTK based browser for system icons with search and code sample functionality. WWW: https://github.com/danrabbit/lookbook PR: 229873 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/deskutils/Makefile head/deskutils/lookbook/ head/deskutils/lookbook/Makefile head/deskutils/lookbook/distinfo head/deskutils/lookbook/files/ head/deskutils/lookbook/files/patch-src_CategoryView.vala head/deskutils/lookbook/pkg-descr head/deskutils/lookbook/pkg-plist
(In reply to Greg V from comment #0) Hi, it did not build with the Vala we have in the vanilla ports tree, so I had to do some trivial patching. ../src/CategoryView.vala:75.24-75.30: error: The name `ACTIONS' does not exist in the context of `CategoryView.icons' category = ACTIONS ^^^^^^^ ../src/CategoryView.vala:75.13-75.30: error: Invalid type for member `category' category = ACTIONS ^^^^^^^^^^^^^^^^^^ https://github.com/danrabbit/lookbook/issues/33 (In reply to Nathan from comment #1) > Looking at the plist file. The binary name should be changed. A > user will not want to type in that long name and doesn’t make sense. I disagree. The name should stay as is. It's how upstream names the binary and we should too. LookBook appears just fine in the user's app menu/launcher.