FreeBSD Bugzilla – Attachment 183060 Details for
Bug 219647
deskutils/treesheets: Update to 0.0.20170625
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 437439 revision)
treesheets.diff (text/plain), 2.25 KB, created by
lightside
on 2017-05-30 09:53:17 UTC
(
hide
)
Description:
Proposed patch (since 437439 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2017-05-30 09:53:17 UTC
Size:
2.25 KB
patch
obsolete
>diff -ruNd treesheets.orig/Makefile treesheets/Makefile >--- treesheets.orig/Makefile 2017-04-01 15:23:30 UTC >+++ treesheets/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD: head/deskutils/treesheets/Makefile 437439 2017-04-01 15:23:30Z gerald $ > > PORTNAME= treesheets >-PORTVERSION= 0.0.20161120 >-PORTREVISION= 1 >+PORTVERSION= 0.0.20170529 > CATEGORIES= deskutils > > MAINTAINER= lightside@gmx.com >@@ -14,7 +13,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= aardappel >-GH_TAGNAME= 7baabf3 >+GH_TAGNAME= e39a226 > > BUILD_WRKSRC= ${WRKSRC}/src > PACKAGE_VERSION= \"${PORTVERSION}\" >@@ -22,6 +21,7 @@ > > USES= compiler:c++11-lib desktop-file-utils > USE_WX= 3.0+ >+INSTALLS_ICONS= yes > > PORTDATA= images > PORTDOCS= docs *.html >@@ -29,6 +29,7 @@ > > PLIST_FILES= bin/${PORTNAME} \ > share/applications/treesheets.desktop \ >+ share/icons/hicolor/scalable/apps/treesheets.svg \ > share/pixmaps/treesheets.png > > OPTIONS_DEFINE= DOCS EXAMPLES >@@ -40,12 +41,17 @@ > ${BUILD_WRKSRC}/myframe.h > ${REINPLACE_CMD} -e 's|frame->GetPath(L"examples|(L"${EXAMPLESDIR}|' \ > ${BUILD_WRKSRC}/system.h >+ ${REINPLACE_CMD} -e 's|^\(Icon=\).*|\1${PORTNAME}|' \ >+ ${WRKSRC}/TS/treesheets.desktop > > do-install: > ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin > (cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}) > ${INSTALL_DATA} ${WRKSRC}/TS/treesheets.desktop \ > ${STAGEDIR}${PREFIX}/share/applications >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps >+ ${INSTALL_DATA} ${WRKSRC}/TS/images/treesheets.svg \ >+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps > ${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \ > ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png > >diff -ruNd treesheets.orig/distinfo treesheets/distinfo >--- treesheets.orig/distinfo 2016-12-25 12:58:46 UTC >+++ treesheets/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1479663653 >-SHA256 (aardappel-treesheets-0.0.20161120-7baabf3_GH0.tar.gz) = 50fc7ecc1fe15fae310bb8a64af504dfc56e959905b4f13a8d51ebb6e992753a >-SIZE (aardappel-treesheets-0.0.20161120-7baabf3_GH0.tar.gz) = 1792180 >+TIMESTAMP = 1496077983 >+SHA256 (aardappel-treesheets-0.0.20170529-e39a226_GH0.tar.gz) = b16743c6960c9e9c7e94192cf2796fad1a1138c5eeaea93dabbbbc8651248fdb >+SIZE (aardappel-treesheets-0.0.20170529-e39a226_GH0.tar.gz) = 1992349
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:
lightside
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 219647
:
183046
|
183060
|
183982