FreeBSD Bugzilla – Attachment 183982 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-07-01 09:30:15 UTC
(
hide
)
Description:
Proposed patch (since 437439 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2017-07-01 09:30:15 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.20170625 > CATEGORIES= deskutils > > MAINTAINER= lightside@gmx.com >@@ -14,7 +13,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= aardappel >-GH_TAGNAME= 7baabf3 >+GH_TAGNAME= 8c8d5e0 > > 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 = 1498411816 >+SHA256 (aardappel-treesheets-0.0.20170625-8c8d5e0_GH0.tar.gz) = ed24f04019d7fd5f9663d359ab57756744031c58a3f1669cca6bac2d45bffd7a >+SIZE (aardappel-treesheets-0.0.20170625-8c8d5e0_GH0.tar.gz) = 1992345
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