mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
deskutils/flameshot: fix path in .desktop file
- Add devel/desktop-file-utils to run dependencies - Bump PORTREVISION
This commit is contained in:
parent
13dd359699
commit
3f586f68b2
@ -1,6 +1,7 @@
|
||||
PORTNAME= flameshot
|
||||
PORTVERSION= 12.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils wayland
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
@ -10,7 +11,7 @@ WWW= https://flameshot.org/
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lang gl qmake qt:5
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gl qmake qt:5
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= flameshot-org
|
||||
@ -21,7 +22,7 @@ CMAKE_INSTALL_PREFIX= ${STAGEDIR}/${PREFIX}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_FULL_BINDIR},${LOCALBASE}/bin,1' \
|
||||
-e 's,^\(Exec=\)@LAUNCHER_EXECUTABLE@,\1${LOCALBASE}/bin,1' \
|
||||
-e 's,^\(Exec=\)@LAUNCHER_EXECUTABLE@,\1${LOCALBASE}/bin/${PORTNAME},1' \
|
||||
${WRKSRC}/data/dbus/org.flameshot.Flameshot.service.in \
|
||||
${WRKSRC}/data/desktopEntry/package/org.flameshot.Flameshot.desktop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user