diff options
author | wen <wen@FreeBSD.org> | 2016-06-23 16:08:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-06-23 16:08:39 +0800 |
commit | 2329e21cec60aa2edf583edf8e32b8f8cb472b0e (patch) | |
tree | 0a68d29c005d18bc5fe5d9763b027f44f564c46c /deskutils | |
parent | eef48b1efc8ee2627231aa68994479a2e953be2e (diff) | |
download | freebsd-ports-gnome-2329e21cec60aa2edf583edf8e32b8f8cb472b0e.tar.gz freebsd-ports-gnome-2329e21cec60aa2edf583edf8e32b8f8cb472b0e.tar.zst freebsd-ports-gnome-2329e21cec60aa2edf583edf8e32b8f8cb472b0e.zip |
- Update to 0.0.20160612
PR: 210422
Submitted by: lightside@gmx.com(maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/treesheets/Makefile | 16 | ||||
-rw-r--r-- | deskutils/treesheets/distinfo | 5 |
2 files changed, 10 insertions, 11 deletions
diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 1c4935d82ced..845e17d2dc29 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= treesheets -PORTVERSION= 0.0.20160130 +PORTVERSION= 0.0.20160612 CATEGORIES= deskutils MAINTAINER= lightside@gmx.com @@ -13,14 +13,13 @@ LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= aardappel -GH_TAGNAME= ba34531 +GH_TAGNAME= c5fb4d0 BUILD_WRKSRC= ${WRKSRC}/src -EXTRACT_AFTER_ARGS= --exclude .gitignore PACKAGE_VERSION= \"${PORTVERSION}\" MAKE_ENV= PACKAGE_VERSION=${PACKAGE_VERSION:Q} -USES= compiler:c++11-lib +USES= compiler:c++11-lib desktop-file-utils USE_WX= 3.0+ PORTDATA= images @@ -28,11 +27,8 @@ PORTDOCS= docs *.html PORTEXAMPLES= * PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png - -DESKTOP_ENTRIES="TreeSheets" "${COMMENT}" \ - "${PORTNAME}" "${PORTNAME}" \ - "Office;Utility;" true + share/applications/treesheets.desktop \ + share/pixmaps/treesheets.png OPTIONS_DEFINE= DOCS EXAMPLES @@ -47,6 +43,8 @@ post-patch: .SILENT 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 ${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png diff --git a/deskutils/treesheets/distinfo b/deskutils/treesheets/distinfo index 6c90eb2d0bea..3a495ff681ad 100644 --- a/deskutils/treesheets/distinfo +++ b/deskutils/treesheets/distinfo @@ -1,2 +1,3 @@ -SHA256 (aardappel-treesheets-0.0.20160130-ba34531_GH0.tar.gz) = d14fa32f2ce0e2fbb2d380893573b4853a00fb84742e9247441e139caeae47f8 -SIZE (aardappel-treesheets-0.0.20160130-ba34531_GH0.tar.gz) = 1793297 +TIMESTAMP = 1466490085 +SHA256 (aardappel-treesheets-0.0.20160612-c5fb4d0_GH0.tar.gz) = 6fae843e42ed401d649fa4ba0fdf6d3e1c3f0b559786c1e764aa5a429b14e545 +SIZE (aardappel-treesheets-0.0.20160612-c5fb4d0_GH0.tar.gz) = 1794209 |