Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161538450
D11498.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D11498.diff
View Options
Index: head/deskutils/treesheets/Makefile
===================================================================
--- head/deskutils/treesheets/Makefile
+++ head/deskutils/treesheets/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= treesheets
-PORTVERSION= 0.0.20161120
-PORTREVISION= 1
+PORTVERSION= 0.0.20170625
CATEGORIES= deskutils
MAINTAINER= lightside@gmx.com
@@ -12,23 +11,26 @@
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt
+USES= compiler:c++11-lib desktop-file-utils
+
USE_GITHUB= yes
GH_ACCOUNT= aardappel
-GH_TAGNAME= 7baabf3
+GH_TAGNAME= 8c8d5e0
+USE_WX= 3.0+
+INSTALLS_ICONS= yes
+
BUILD_WRKSRC= ${WRKSRC}/src
PACKAGE_VERSION= \"${PORTVERSION}\"
MAKE_ENV= PACKAGE_VERSION=${PACKAGE_VERSION:Q}
-USES= compiler:c++11-lib desktop-file-utils
-USE_WX= 3.0+
-
PORTDATA= images
PORTDOCS= docs *.html
PORTEXAMPLES= *
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 +42,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
Index: head/deskutils/treesheets/distinfo
===================================================================
--- head/deskutils/treesheets/distinfo
+++ head/deskutils/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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 3:54 PM (8 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34716525
Default Alt Text
D11498.diff (2 KB)
Attached To
Mode
D11498: deskutils/treesheets: Update to 0.0.20170625
Attached
Detach File
Event Timeline
Log In to Comment