FreeBSD Bugzilla – Attachment 176787 Details for
Bug 213904
[maintainer] [patch] games/zdoom: Add desktop and pixmap files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of games/zdoom
zdoom-2.8.1_2.diff (text/plain), 4.41 KB, created by
Kyle Evans
on 2016-11-08 14:37:50 UTC
(
hide
)
Description:
svn(1) diff of games/zdoom
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-11-08 14:37:50 UTC
Size:
4.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424540) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= zdoom > PORTVERSION= 2.8.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > > MAINTAINER= bsdports@kyle-evans.net >@@ -32,8 +32,11 @@ > CMAKE_ARGS= -DNO_FMOD:BOOL=ON > CXXFLAGS+= -DSHARE_DIR=\\\"${DATADIR}\\\" > >+DESKTOP_ENTRIES= "ZDoom" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" "Game;" ${FALSE} >+ > PLIST_FILES= bin/${PORTNAME} \ >- ${DATADIR}/${PORTNAME}.pk3 >+ ${DATADIR}/${PORTNAME}.pk3 \ >+ share/pixmaps/${PORTNAME}.xpm > > OPTIONS_DEFINE= FLUIDSYNTH > OPTIONS_DEFAULT=FLUIDSYNTH >@@ -48,5 +51,6 @@ > @${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_PROGRAM} ${CONFIGURE_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/${PORTNAME}.pk3 ${STAGEDIR}${DATADIR} >+ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps > > .include <bsd.port.mk> >Index: files/zdoom.xpm >=================================================================== >--- files/zdoom.xpm (nonexistent) >+++ files/zdoom.xpm (working copy) >@@ -0,0 +1,83 @@ >+/* XPM */ >+static char * zdoom_xpm[] = { >+"48 48 32 1", >+" c None", >+". c #ADA990", >+"+ c #999966", >+"@ c #666666", >+"# c #393939", >+"$ c #555555", >+"% c #996666", >+"& c #777777", >+"* c #5F5F5F", >+"= c #333333", >+"- c #4D4D4D", >+"; c #868686", >+"> c #969696", >+", c #1C1C1C", >+"' c #339933", >+") c #336633", >+"! c #66CC66", >+"~ c #66FF66", >+"{ c #66CC33", >+"] c #222222", >+"^ c #333300", >+"/ c #292929", >+"( c #040404", >+"_ c #0C0C0C", >+": c #663333", >+"< c #996633", >+"[ c #CC9966", >+"} c #CC6633", >+"| c #CC9999", >+"1 c #FFCC99", >+"2 c #FF9966", >+"3 c #FFCCCC", >+" ... ", >+" ++@##$+ ", >+" +...+%&+ ", >+" %*=-*&;$=&* ", >+" %**=$@;>@=&*% ", >+" &**@$*@@$-.+& ", >+" %$%@*..$@.. ", >+" ,#@+++@@#& ", >+" $,#$$@@$#=$'' ", >+" )!!!~!{=],,,,]^)'!{') =/, ", >+" )){'~!!'')=],=))'{)'')) /=],( ", >+" )'!!'!)~'{'),)''''''')) @@/==](( ", >+" ^)''')'{{''')'''''),))) $$@$/,( ", >+" ,^))),))''''))'')^,__/$$$-#-(( ", >+" :<[}<,_)))))))),___,]#@@-/]] ", >+" :<|12<:_,,,,,_,#$$-#/,^^=^}}< ", >+" :<[1}::,^,,__,#$-==/,,::^:<<< ", >+" ::&+@#^,,__/)#-=/,,,,-::^<::= ", >+" :*+12[:==_,$-=/,,,,/,#::::=^ ", >+" #*}331}-$]-==/,,,,// ##:=^ ", >+" /]<13[---],,,,,,,]_] ", >+" ,:--/,___]]]]:^___/ ", >+" _______,^^,^,__/# ", >+" ______:::::/$,,/# ", >+" ____^:::=,^^^^,^^ ", >+" __,,:=^,,)))^,,= ", >+" _,,),,,,,^)^^^,, ", >+" ,^,,),__,^))),,^ ", >+" ,,,^^,,,,,)))),, ", >+" ,,,,,,,)^))))^ ", >+" ,,^,,,^^)))))^ ", >+" ,^^,,,,)))))), ", >+" ,^,,,,))^))), ", >+" ],,,,,$&&&*$# ", >+" ],,,]#****$# ", >+" ]]]]]^####, ", >+" ]]]]*,,,,#* ", >+" ,_,#@&&@*/ ", >+" __$####=# ", >+" ,_/$$$$$# ", >+" ,,,$*$$$ ", >+" ],,,$**$# ", >+" ],,,@&&@# ", >+" ],,,$**#= ", >+" ,,=+++%$ ", >+" *%%%*$ ", >+" /$*$#/ ", >+" ],,]] "}; > >Property changes on: files/zdoom.xpm >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
kevans
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213904
:
176297
|
176787
|
176836