FreeBSD Bugzilla – Attachment 182354 Details for
Bug 219095
[PATCH] security/putty: add DESKTOP_ENTRIES and icon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
install icon and desktop file (corrected)
putty-icon-fix.patch (text/plain), 1.08 KB, created by
Emanuel Haupt
on 2017-05-07 08:41:30 UTC
(
hide
)
Description:
install icon and desktop file (corrected)
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2017-05-07 08:41:30 UTC
Size:
1.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 440316) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= putty > PORTVERSION= 0.69 >+PORTREVISION= 1 > CATEGORIES= security ipv6 > MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ > ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ >@@ -39,7 +40,14 @@ > > PLIST_FILES+= bin/pageant bin/pterm bin/putty bin/puttytel > PLIST_FILES+= man/man1/pageant.1.gz man/man1/pterm.1.gz man/man1/putty.1.gz man/man1/puttytel.1.gz >+PLIST_FILES+= share/pixmaps/putty.ico > MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-3.0 x11 --cflags" >+DESKTOP_ENTRIES="PuTTY" \ >+ "${COMMENT}" \ >+ "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ >+ "${PORTNAME}" \ >+ "" \ >+ false > .else > MAKE_ARGS+= GTK_CONFIG=: > .endif >@@ -73,4 +81,9 @@ > s,make,${MAKE_CMD},'\ > ${WRKSRC}/${MAKEFILE} > >+post-install-GTK3-on: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps >+ ${INSTALL_DATA} ${WRKSRC}/../windows/putty.ico \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps/ >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219095
:
182331
| 182354