Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 17:01:45 +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: r486471 - in head/deskutils/flameshot: . files
Message-ID:  <201812021701.wB2H1jLK040024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Sun Dec  2 17:01:45 2018
New Revision: 486471
URL: https://svnweb.freebsd.org/changeset/ports/486471

Log:
  - Update to 0.6.0
  - Remove patches merged upstream
  - Pet portlint
  
  PR:		229441
  Submitted by:	danilo

Deleted:
  head/deskutils/flameshot/files/
Modified:
  head/deskutils/flameshot/Makefile
  head/deskutils/flameshot/distinfo   (contents, props changed)
  head/deskutils/flameshot/pkg-plist   (contents, props changed)

Modified: head/deskutils/flameshot/Makefile
==============================================================================
--- head/deskutils/flameshot/Makefile	Sun Dec  2 16:51:12 2018	(r486470)
+++ head/deskutils/flameshot/Makefile	Sun Dec  2 17:01:45 2018	(r486471)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	flameshot
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -13,18 +12,15 @@ COMMENT=	Powerful yet simple to use screenshot softwar
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		compiler:c++11-lang gl qmake qt:5
+
 GH_ACCOUNT=	lupoDharkael
 
 INSTALL_ICONS=	yes
 
-USES=		compiler:c++11-lang qmake qt:5
 USE_GITHUB=	yes
 USE_GL=		gl
-USE_QT=		core dbus gui linguist network widgets \
+USE_QT=		core dbus gui linguist network svg widgets \
 		buildtools_build
-
-post-patch:
-		@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \
-			${WRKSRC}/${PORTNAME}.pro
 
 .include <bsd.port.mk>

Modified: head/deskutils/flameshot/distinfo
==============================================================================
--- head/deskutils/flameshot/distinfo	Sun Dec  2 16:51:12 2018	(r486470)
+++ head/deskutils/flameshot/distinfo	Sun Dec  2 17:01:45 2018	(r486471)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516551815
-SHA256 (lupoDharkael-flameshot-v0.5.0_GH0.tar.gz) = 32d593c14c37286d9f64873c4ef9a07eb084723c92b2280d5c22152547c1e3f0
-SIZE (lupoDharkael-flameshot-v0.5.0_GH0.tar.gz) = 464600
+TIMESTAMP = 1535060289
+SHA256 (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589
+SIZE (lupoDharkael-flameshot-v0.6.0_GH0.tar.gz) = 641561

Modified: head/deskutils/flameshot/pkg-plist
==============================================================================
--- head/deskutils/flameshot/pkg-plist	Sun Dec  2 16:51:12 2018	(r486470)
+++ head/deskutils/flameshot/pkg-plist	Sun Dec  2 17:01:45 2018	(r486471)
@@ -1,10 +1,18 @@
 bin/flameshot
-share/applications/flameshot-config.desktop
-share/applications/flameshot-init.desktop
 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
 %%DATADIR%%/translations/Internationalization_ca.qm
 %%DATADIR%%/translations/Internationalization_es.qm
-share/icons/flameshot.png
+%%DATADIR%%/translations/Internationalization_fr.qm
+%%DATADIR%%/translations/Internationalization_ka.qm
+%%DATADIR%%/translations/Internationalization_pl.qm
+%%DATADIR%%/translations/Internationalization_ru.qm
+%%DATADIR%%/translations/Internationalization_tr.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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812021701.wB2H1jLK040024>