Date: Mon, 21 Sep 2020 14:01:31 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549444 - in head/deskutils/flameshot: . files Message-ID: <202009211401.08LE1Vhu036266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Mon Sep 21 14:01:31 2020 New Revision: 549444 URL: https://svnweb.freebsd.org/changeset/ports/549444 Log: - Update to 0.8.0 - The port now requires devel/cmake to build Changes: https://github.com/flameshot-org/flameshot/releases/tag/v0.8.0 Added: head/deskutils/flameshot/files/patch-data_dbus_org.flameshot.Flameshot.service.in (contents, props changed) Deleted: head/deskutils/flameshot/files/patch-src_third-party_Qt-Color-Widgets_src_color__wheel.cpp head/deskutils/flameshot/files/patch-src_tools_arrow_arrowtool.h Modified: head/deskutils/flameshot/Makefile head/deskutils/flameshot/distinfo head/deskutils/flameshot/pkg-plist Modified: head/deskutils/flameshot/Makefile ============================================================================== --- head/deskutils/flameshot/Makefile Mon Sep 21 12:58:52 2020 (r549443) +++ head/deskutils/flameshot/Makefile Mon Sep 21 14:01:31 2020 (r549444) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= flameshot -PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTVERSION= 0.8.0 +#PORTREVISION= 0 DISTVERSIONPREFIX= v CATEGORIES= deskutils @@ -13,7 +13,9 @@ COMMENT= Powerful yet simple to use screenshot softwar LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang gl qmake qt:5 +USES= cmake compiler:c++11-lang gl qmake qt:5 + +CMAKE_INSTALL_PREFIX= ${STAGEDIR}/${PREFIX} GH_ACCOUNT= lupoDharkael Modified: head/deskutils/flameshot/distinfo ============================================================================== --- head/deskutils/flameshot/distinfo Mon Sep 21 12:58:52 2020 (r549443) +++ head/deskutils/flameshot/distinfo Mon Sep 21 14:01:31 2020 (r549444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535060289 -SHA256 (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589 -SIZE (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 641561 +TIMESTAMP = 1600631007 +SHA256 (lupoDharkael-flameshot-v0.8.0_GH0.tar.gz) = 41d04c1ccb5c492768d6b66252b554ff1e5fec11fccb7bb0bdb8ae878dd01909 +SIZE (lupoDharkael-flameshot-v0.8.0_GH0.tar.gz) = 2204212 Added: head/deskutils/flameshot/files/patch-data_dbus_org.flameshot.Flameshot.service.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/flameshot/files/patch-data_dbus_org.flameshot.Flameshot.service.in Mon Sep 21 14:01:31 2020 (r549444) @@ -0,0 +1,7 @@ +--- data/dbus/org.flameshot.Flameshot.service.in.orig 2020-09-19 18:49:02 UTC ++++ data/dbus/org.flameshot.Flameshot.service.in +@@ -1,3 +1,3 @@ + [D-BUS Service] + Name=org.flameshot.Flameshot +-Exec=${CMAKE_INSTALL_FULL_BINDIR}/flameshot ++Exec=${PREFIX}/flameshot Modified: head/deskutils/flameshot/pkg-plist ============================================================================== --- head/deskutils/flameshot/pkg-plist Mon Sep 21 12:58:52 2020 (r549443) +++ head/deskutils/flameshot/pkg-plist Mon Sep 21 14:01:31 2020 (r549444) @@ -1,18 +1,33 @@ bin/flameshot share/applications/flameshot.desktop share/bash-completion/completions/flameshot -share/dbus-1/interfaces/org.dharkael.Flameshot.xml -share/dbus-1/services/org.dharkael.Flameshot.service +share/dbus-1/interfaces/org.flameshot.Flameshot.xml +share/dbus-1/services/org.flameshot.Flameshot.service %%DATADIR%%/translations/Internationalization_ca.qm +%%DATADIR%%/translations/Internationalization_cs.qm +%%DATADIR%%/translations/Internationalization_de_DE.qm %%DATADIR%%/translations/Internationalization_es.qm +%%DATADIR%%/translations/Internationalization_eu_ES.qm %%DATADIR%%/translations/Internationalization_fr.qm +%%DATADIR%%/translations/Internationalization_hu.qm +%%DATADIR%%/translations/Internationalization_it_IT.qm +%%DATADIR%%/translations/Internationalization_ja.qm %%DATADIR%%/translations/Internationalization_ka.qm +%%DATADIR%%/translations/Internationalization_ko.qm +%%DATADIR%%/translations/Internationalization_nl.qm +%%DATADIR%%/translations/Internationalization_nl_NL.qm %%DATADIR%%/translations/Internationalization_pl.qm +%%DATADIR%%/translations/Internationalization_pt_BR.qm %%DATADIR%%/translations/Internationalization_ru.qm +%%DATADIR%%/translations/Internationalization_sk.qm +%%DATADIR%%/translations/Internationalization_sr_SP.qm +%%DATADIR%%/translations/Internationalization_sv_SE.qm %%DATADIR%%/translations/Internationalization_tr.qm +%%DATADIR%%/translations/Internationalization_uk.qm %%DATADIR%%/translations/Internationalization_zh_CN.qm %%DATADIR%%/translations/Internationalization_zh_TW.qm share/icons/hicolor/128x128/apps/flameshot.png share/icons/hicolor/48x48/apps/flameshot.png share/icons/hicolor/scalable/apps/flameshot.svg -share/metainfo/flameshot.appdata.xml +share/metainfo/flameshot.metainfo.xml +share/zsh/site-functions/_flameshot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009211401.08LE1Vhu036266>