update to 0.8.5
Tweak and OK rsadowski@
This commit is contained in:
parent
dd6757b75d
commit
89a2bfc726
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:46:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2021/01/13 09:02:29 denis Exp $
|
||||
|
||||
COMMENT = powerful yet simple to use screenshot software
|
||||
CATEGORIES = graphics x11
|
||||
|
||||
GH_ACCOUNT = lupoDharkael
|
||||
GH_ACCOUNT = flameshot-org
|
||||
GH_PROJECT = flameshot
|
||||
GH_TAGNAME = v0.6.0
|
||||
GH_TAGNAME = v0.8.5
|
||||
|
||||
HOMEPAGE = https://flameshot.js.org/
|
||||
HOMEPAGE = https://flameshot.org/
|
||||
MAINTAINER = Denis Fondras <denis@openbsd.org>
|
||||
|
||||
# GPLv3+
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes
|
||||
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5Svg Qt5Widgets c m
|
||||
|
||||
MODULES = devel/qmake \
|
||||
MODULES = devel/cmake \
|
||||
x11/qt5
|
||||
|
||||
LIB_DEPENDS = x11/qt5/qtsvg
|
||||
@ -27,3 +27,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.if ${USE_CCACHE:L} != "yes"
|
||||
CONFIGURE_ARGS += -DENABLE_CACHE=OFF
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (flameshot-0.6.0.tar.gz) = YbOhlp1uF9gNXZCj/OU8pa54+iH5pF5aGbCzLqgVpYk=
|
||||
SIZE (flameshot-0.6.0.tar.gz) = 641561
|
||||
SHA256 (flameshot-0.8.5.tar.gz) = +CDB+M1GSYjPz8GvH7zqKj0OXE+zKszD9U2TqLXh6JA=
|
||||
SIZE (flameshot-0.8.5.tar.gz) = 2335439
|
||||
|
@ -1,24 +1,44 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/05/05 18:52:24 denis Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/01/13 09:02:30 denis Exp $
|
||||
@bin bin/flameshot
|
||||
share/applications/flameshot.desktop
|
||||
share/applications/org.flameshot.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
|
||||
share/flameshot/
|
||||
share/flameshot/translations/
|
||||
share/flameshot/translations/Internationalization_ca.qm
|
||||
share/flameshot/translations/Internationalization_cs.qm
|
||||
share/flameshot/translations/Internationalization_de_DE.qm
|
||||
share/flameshot/translations/Internationalization_es.qm
|
||||
share/flameshot/translations/Internationalization_eu.qm
|
||||
share/flameshot/translations/Internationalization_fr.qm
|
||||
share/flameshot/translations/Internationalization_hu.qm
|
||||
share/flameshot/translations/Internationalization_it_IT.qm
|
||||
share/flameshot/translations/Internationalization_ja.qm
|
||||
share/flameshot/translations/Internationalization_ka.qm
|
||||
share/flameshot/translations/Internationalization_ko.qm
|
||||
share/flameshot/translations/Internationalization_nl.qm
|
||||
share/flameshot/translations/Internationalization_nl_NL.qm
|
||||
share/flameshot/translations/Internationalization_pl.qm
|
||||
share/flameshot/translations/Internationalization_pt_BR.qm
|
||||
share/flameshot/translations/Internationalization_ru.qm
|
||||
share/flameshot/translations/Internationalization_sk.qm
|
||||
share/flameshot/translations/Internationalization_sr_SP.qm
|
||||
share/flameshot/translations/Internationalization_sv_SE.qm
|
||||
share/flameshot/translations/Internationalization_tr.qm
|
||||
share/flameshot/translations/Internationalization_uk.qm
|
||||
share/flameshot/translations/Internationalization_zh_CN.qm
|
||||
share/flameshot/translations/Internationalization_zh_TW.qm
|
||||
share/icons/hicolor/128x128/apps/flameshot.png
|
||||
share/icons/hicolor/128x128/apps/org.flameshot.Flameshot.png
|
||||
share/icons/hicolor/48x48/apps/flameshot.png
|
||||
share/icons/hicolor/48x48/apps/org.flameshot.Flameshot.png
|
||||
share/icons/hicolor/scalable/apps/flameshot.svg
|
||||
share/icons/hicolor/scalable/apps/org.flameshot.Flameshot.svg
|
||||
share/metainfo/
|
||||
share/metainfo/flameshot.appdata.xml
|
||||
share/metainfo/org.flameshot.Flameshot.metainfo.xml
|
||||
share/zsh/
|
||||
share/zsh/site-functions/
|
||||
share/zsh/site-functions/_flameshot
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
@tag update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user