Changeset View
Changeset View
Standalone View
Standalone View
x11/albert/Makefile
PORTNAME= albert | PORTNAME= albert | ||||
DISTVERSIONPREFIX=v | DISTVERSIONPREFIX=v | ||||
DISTVERSION= 0.16.1 | DISTVERSION= 0.20.5 | ||||
CATEGORIES= x11 | CATEGORIES= x11 | ||||
MAINTAINER= jsm@FreeBSD.org | MAINTAINER= jsm@FreeBSD.org | ||||
COMMENT= Albert a keyboard launcher | COMMENT= Albert a keyboard launcher | ||||
WWW= https://github.com/albertlauncher/albert | WWW= https://github.com/albertlauncher/albert | ||||
LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
LIB_DEPENDS= libmuparser.so:math/muparser | |||||
BUILD_DEPENDS= pybind11>=2.4.3:devel/pybind11 | BUILD_DEPENDS= pybind11>=2.4.3:devel/pybind11 | ||||
LIB_DEPENDS= libmuparser.so:math/muparser \ | |||||
libqalculate.so:math/libqalculate | |||||
RUN_DEPENDS= play:audio/sox | |||||
arrowd: This can be just `play:audio/sox`. | |||||
USES= cmake localbase pkgconfig xorg qt:5 python:3.7+ compiler:c++14-lang | USES= cmake compiler:c++20-lang gl localbase:ldflags pkgconfig python:3.7+ qt:6 xorg | ||||
Done Inline ActionsWhile at it, can you please sort these values? arrowd: While at it, can you please sort these values? | |||||
USE_QT= buildtools qmake core x11extras charts network sql gui widgets concurrent dbus \ | USE_GL= gl opengl | ||||
declarative svg | USE_QT= base declarative scxml svg | ||||
Done Inline ActionsSort these too. arrowd: Sort these too. | |||||
USE_XORG=x11 xext sm ice | USE_XORG=x11 xext sm ice | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_TUPLE= albertlauncher:albert:v0.16.1 \ | GH_ACCOUNT= albertlauncher | ||||
albertlauncher:plugins:029bd8ccb58c4452bd82ab42be8739f1639e42d4:albert/plugins | GH_TUPLE= albertlauncher:plugins:5a4611e31b41ab3ae638252116c72e2a7050a2cc:plugins/plugins \ | ||||
Not Done Inline ActionsExtra space at the beginning of the value? arrowd: Extra space at the beginning of the value? | |||||
Not Done Inline ActionsI cannot find the extra space either after git apply, or in the raw diff. Can you? jsm: I cannot find the extra space either after git apply, or in the raw diff. Can you? | |||||
Not Done Inline ActionsNor do I. Probably a Phab's glitch. arrowd: Nor do I. Probably a Phab's glitch. | |||||
albertlauncher:python:6f734c7586c3889796846618fc9d8edb1a1ea386:python/plugins/python/plugins \ | |||||
skycoder42:QHotkey:34330d6ff5d2ca111c376f6d7da66be9d1817430:QHotkey/lib/QHotkey | |||||
.include <bsd.port.mk> | .include <bsd.port.mk> | ||||
Done Inline ActionsBy convention placeholder values are wrapped in %%. Can you please change LOCALBASE here and in patches into %%LOCALBASE%%? arrowd: By convention placeholder values are wrapped in `%%`. Can you please change `LOCALBASE` here… |
This can be just play:audio/sox.