diff options
Diffstat (limited to 'x11/albert/Makefile')
-rw-r--r-- | x11/albert/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/albert/Makefile b/x11/albert/Makefile index 4a2029ad5689..df7bd6576428 100644 --- a/x11/albert/Makefile +++ b/x11/albert/Makefile @@ -1,8 +1,9 @@ PORTNAME= albert -DISTVERSIONPREFIX=v -DISTVERSION= 0.20.5 -PORTREVISION= 4 +DISTVERSION= 0.30.1 CATEGORIES= x11 +MASTER_SITES= https://github.com/albertlauncher/albert/releases/download/v${DISTVERSION}/ +DISTFILES= v${DISTVERSION}${EXTRACT_SUFX} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= jsm@FreeBSD.org COMMENT= Albert a keyboard launcher @@ -12,18 +13,17 @@ LICENSE= GPLv3 BUILD_DEPENDS= pybind11>=2.4.3:devel/pybind11 LIB_DEPENDS= libmuparser.so:math/muparser \ - libqalculate.so:math/libqalculate + libqalculate.so:math/libqalculate \ + libqt6keychain.so:security/qtkeychain@qt6 RUN_DEPENDS= play:audio/sox -USES= cmake compiler:c++20-lang gl localbase:ldflags pkgconfig python qt:6 xorg +USES= cmake compiler:c++23-lang gl libarchive localbase:ldflags pkgconfig python qt:6 xorg USE_GL= gl opengl -USE_QT= base declarative scxml svg +USE_QT= base declarative scxml svg translations USE_XORG=x11 xext sm ice USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= albertlauncher -GH_TUPLE= albertlauncher:plugins:5a4611e31b41ab3ae638252116c72e2a7050a2cc:plugins/plugins \ - albertlauncher:python:6f734c7586c3889796846618fc9d8edb1a1ea386:python/plugins/python/plugins \ - skycoder42:QHotkey:34330d6ff5d2ca111c376f6d7da66be9d1817430:QHotkey/lib/QHotkey + +WRKSRC= ${WRKDIR}/${PORTNAME} + .include <bsd.port.mk> |