Alexey Dokuchaev 7ee6006dee deskutils/feathernotes: update the port to version 1.3.2
- Added a workaround for a rare case of backward incompatibility
  when moving from Qt5 to Qt6
- Removed an old workaround about translations, which prevented
  some languages from being loaded by recent versions of Qt
2025-05-12 04:23:14 +00:00

25 lines
626 B
Makefile

PORTNAME= feathernotes
PORTVERSION= 1.3.2
CATEGORIES= deskutils
MASTER_SITES= ${WWW}/releases/download/V${PORTVERSION}/
DISTNAME= FeatherNotes-${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Lightweight Qt-based notes manager
WWW= https://github.com/tsujan/FeatherNotes
LICENSE= GPLv3+
USES= cmake desktop-file-utils qt:6 shared-mime-info tar:xz xorg
USE_QT= base svg translations
USE_XORG= ice sm x11 xext
OPTIONS_DEFINE= HUNSPELL
OPTIONS_DEFAULT= HUNSPELL
HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
HUNSPELL_USES= pkgconfig
HUNSPELL_CMAKE_OFF= -DWITH_HUNSPELL:BOOL=OFF
.include <bsd.port.mk>