diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index e34f2054cad3..f235f5807a0b 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -1,55 +1,45 @@ PORTNAME= evolvotron -DISTVERSION= 0.8.1 -PORTREVISION= 9 +DISTVERSION= 0.8.3 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \ - SF/nemysisfreebsdp/${CATEGORIES}/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}_icons${EXTRACT_SUFX}:icons +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:R} MAINTAINER= eduardo@FreeBSD.org COMMENT= Generative software that evolves images/textures/patterns -WWW= http://www.bottlenose.net/share/evolvotron/ +WWW= https://github.com/WickedSmoke/evolvotron LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libboost_thread.so:devel/boost-libs +LIB_DEPENDS= libboost_program_options.so:devel/boost-libs -USES= compiler:c++11-lib gl gnome python qmake qt:5 -USE_CXXSTD= c++11 -USE_GL= gl -USE_QT= core gui widgets xml buildtools:build +USES= compiler:c++17-lang gl gnome python qmake qt:6 +USE_CXXSTD= c++17 +USE_GL= opengl +USE_QT= base tools -QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}" +QMAKE_ARGS= VERSION_NUMBER="${DISTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro -ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128 -DESKTOP_ENTRIES= "Evolvotron" \ - "Interactive image generator" \ - "${PORTNAME}" \ - "${PORTNAME}" \ - "Graphics;2DGraphics;" \ - "" +ICON_SIZES= 48x48 128x128 PORTDOCS= NEWS README.md TODO USAGE evolvotron.html OPTIONS_DEFINE= DOCS do-install: .for i in evolvotron evolvotron_mutate evolvotron_render ${INSTALL_PROGRAM} ${WRKSRC}/obj/${i}/${i} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/man1/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ + ${INSTALL_DATA} ${WRKSRC}/dist/icon-${s:C/x.*//}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.desktop \ + ${STAGEDIR}${PREFIX}/share/applications/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/evolvotron/distinfo b/graphics/evolvotron/distinfo index df61379dcf91..bd2cbc45e98f 100644 --- a/graphics/evolvotron/distinfo +++ b/graphics/evolvotron/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1677744135 -SHA256 (evolvotron-0.8.1.tar.gz) = aec047df1f10396cec7c1e42dd5802fedf5244288ac1c63dc8c0ee9eb70dc282 -SIZE (evolvotron-0.8.1.tar.gz) = 224885 -SHA256 (evolvotron_icons.tar.gz) = f7d98eab15bf39d6de66a548457223daaffab4e5fe4aa444c926343786400d85 -SIZE (evolvotron_icons.tar.gz) = 93696 +TIMESTAMP = 1784911933 +SHA256 (evolvotron-0.8.3.tar.gz) = 33f142a98e0731fa185050371794b54c3e70db4303b7dc96bd71ca723c7f32a5 +SIZE (evolvotron-0.8.3.tar.gz) = 249477 diff --git a/graphics/evolvotron/pkg-plist b/graphics/evolvotron/pkg-plist index b995a1257434..fef34011b010 100644 --- a/graphics/evolvotron/pkg-plist +++ b/graphics/evolvotron/pkg-plist @@ -1,13 +1,9 @@ bin/evolvotron bin/evolvotron_mutate bin/evolvotron_render +share/applications/evolvotron.desktop +share/icons/hicolor/128x128/apps/evolvotron.png +share/icons/hicolor/48x48/apps/evolvotron.png share/man/man1/evolvotron.1.gz share/man/man1/evolvotron_mutate.1.gz share/man/man1/evolvotron_render.1.gz -share/icons/hicolor/128x128/apps/evolvotron.png -share/icons/hicolor/32x32/apps/evolvotron.png -share/icons/hicolor/48x48/apps/evolvotron.png -share/icons/hicolor/64x64/apps/evolvotron.png -share/icons/hicolor/72x72/apps/evolvotron.png -share/icons/hicolor/96x96/apps/evolvotron.png -share/pixmaps/evolvotron.png