FreeBSD Bugzilla – Attachment 127518 Details for
Bug 171362
[MAINTAINER] games/cutemaze: Makefile simplified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cutemaze-1.1.0_3.patch
cutemaze-1.1.0_3.patch (text/plain), 2.42 KB, created by
nemysis
on 2012-09-06 03:00:10 UTC
(
hide
)
Description:
cutemaze-1.1.0_3.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-09-06 03:00:10 UTC
Size:
2.42 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/cutemaze/Makefile ./Makefile >--- /usr/ports/games/cutemaze/Makefile 2012-08-28 02:50:44.000000000 +0200 >+++ ./Makefile 2012-09-06 03:16:57.000000000 +0200 >@@ -7,50 +7,40 @@ > > PORTNAME= cutemaze > PORTVERSION= 1.1.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= games > MASTER_SITES= http://gottcode.org/${PORTNAME}/ >-EXTRACT_SUFX= -src.tar.bz2 >+DISTNAME= ${PORTNAME}-${DISTVERSION}-src > > MAINTAINER= nemysis@gmx.ch >-COMMENT= A simple, top-down game in which mazes are randomly generated >+COMMENT= Simple, top-down game in which mazes are randomly generated > > LICENSE= GPLv3 > >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+ > USE_BZIP2= yes > USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats > INSTALLS_ICONS= yes >- > MAKE_JOBS_SAFE= yes > >-PORTDATA= * > PORTDOCS= ChangeLog README > > .include <bsd.port.options.mk> > > do-configure: > @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ >- ${QMAKE} ${QMAKEFLAGS} >- >-do-install: >-# Executable >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >- >-# Data >- ${MKDIR} ${DATADIR} >- @(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR}) >+ ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro > >+post-install: > # Icons > ${MKDIR} ${PREFIX}/share/icons/oxygen > .for d in icons >- (cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) >+ @(cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) > .endfor > >-# Pixmaps and Desktop >+# Pixmaps > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ >- ${MKDIR} ${PREFIX}/share/applications >- ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop \ >- ${PREFIX}/share/applications/ > > # Documentation > .if ${PORT_OPTIONS:MDOCS} >diff -ruN --exclude=CVS /usr/ports/games/cutemaze/pkg-plist ./pkg-plist >--- /usr/ports/games/cutemaze/pkg-plist 2012-05-22 08:30:52.000000000 +0200 >+++ ./pkg-plist 2012-09-06 03:42:16.000000000 +0200 >@@ -1,5 +1,6 @@ > bin/cutemaze > share/applications/cutemaze.desktop >+share/icons/hicolor/48x48/apps/cutemaze.png > share/icons/oxygen/16x16/application-exit.png > share/icons/oxygen/16x16/document-new.png > share/icons/oxygen/16x16/games-config-options.png >@@ -33,5 +34,8 @@ > @dirrmtry share/icons/oxygen/22x22 > @dirrmtry share/icons/oxygen/16x16 > @dirrmtry share/icons/oxygen >+@dirrmtry share/icons/hicolor/48x48/apps >+@dirrmtry share/icons/hicolor/48x48 >+@dirrmtry share/icons/hicolor > @dirrmtry share/icons > @dirrmtry share/applications
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 171362
: 127518