SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
32
graphics/ksnip/Makefile
Normal file
32
graphics/ksnip/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
COMMENT = screenshot tool with annotations features
|
||||
|
||||
GH_ACCOUNT = ksnip
|
||||
GH_PROJECT = ksnip
|
||||
GH_TAGNAME = v1.10.0
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5PrintSupport Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xml
|
||||
WANTLIB += X11 c kColorPicker kImageAnnotator m xcb xcb-render
|
||||
WANTLIB += xcb-shape xcb-xfixes
|
||||
|
||||
EXTRACT_SUFX = .tar.gz
|
||||
|
||||
MODULES = devel/kf5
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+4,-guic
|
||||
|
||||
LIB_DEPENDS = graphics/kcolorpicker>=0.2.0 \
|
||||
graphics/kimageannotator>=0.6.0 \
|
||||
x11/qt5/qtx11extras
|
||||
|
||||
CXXFLAGS += -I${LOCALBASE}/include
|
||||
MODCMAKE_LDFLAGS = -L${X11BASE}/lib -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/ksnip/distinfo
Normal file
2
graphics/ksnip/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ksnip-1.10.0.tar.gz) = UV9B+B6FFv1Cmj5LBPnhcqG+lKocpKNjXwS+shK1IKw=
|
||||
SIZE (ksnip-1.10.0.tar.gz) = 647515
|
2
graphics/ksnip/pkg/DESCR
Normal file
2
graphics/ksnip/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Ksnip is a Qt-based cross-platform screenshot tool with many
|
||||
annotation fatures.
|
43
graphics/ksnip/pkg/PLIST
Normal file
43
graphics/ksnip/pkg/PLIST
Normal file
|
@ -0,0 +1,43 @@
|
|||
@bin bin/ksnip
|
||||
share/applications/org.ksnip.ksnip.desktop
|
||||
share/icons/hicolor/scalable/apps/ksnip.svg
|
||||
share/ksnip/
|
||||
share/ksnip/translations/
|
||||
share/ksnip/translations/ksnip_ar.qm
|
||||
share/ksnip/translations/ksnip_bn_BD.qm
|
||||
share/ksnip/translations/ksnip_ca.qm
|
||||
share/ksnip/translations/ksnip_cs.qm
|
||||
share/ksnip/translations/ksnip_da.qm
|
||||
share/ksnip/translations/ksnip_de.qm
|
||||
share/ksnip/translations/ksnip_el.qm
|
||||
share/ksnip/translations/ksnip_es.qm
|
||||
share/ksnip/translations/ksnip_eu.qm
|
||||
share/ksnip/translations/ksnip_fa.qm
|
||||
share/ksnip/translations/ksnip_fi.qm
|
||||
share/ksnip/translations/ksnip_fr.qm
|
||||
share/ksnip/translations/ksnip_fr_CA.qm
|
||||
share/ksnip/translations/ksnip_gl.qm
|
||||
share/ksnip/translations/ksnip_hr.qm
|
||||
share/ksnip/translations/ksnip_hu.qm
|
||||
share/ksnip/translations/ksnip_id.qm
|
||||
share/ksnip/translations/ksnip_it.qm
|
||||
share/ksnip/translations/ksnip_ja.qm
|
||||
share/ksnip/translations/ksnip_ko.qm
|
||||
share/ksnip/translations/ksnip_nl.qm
|
||||
share/ksnip/translations/ksnip_no.qm
|
||||
share/ksnip/translations/ksnip_pl.qm
|
||||
share/ksnip/translations/ksnip_pt.qm
|
||||
share/ksnip/translations/ksnip_pt_BR.qm
|
||||
share/ksnip/translations/ksnip_ro.qm
|
||||
share/ksnip/translations/ksnip_ru.qm
|
||||
share/ksnip/translations/ksnip_si.qm
|
||||
share/ksnip/translations/ksnip_sl.qm
|
||||
share/ksnip/translations/ksnip_sv.qm
|
||||
share/ksnip/translations/ksnip_tr.qm
|
||||
share/ksnip/translations/ksnip_uk.qm
|
||||
share/ksnip/translations/ksnip_zh_CN.qm
|
||||
share/ksnip/translations/ksnip_zh_Hant.qm
|
||||
share/metainfo/
|
||||
share/metainfo/org.ksnip.ksnip.appdata.xml
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
@tag update-desktop-database
|
Loading…
Add table
Add a link
Reference in a new issue