svn commit: r504344 - head/net-im/quaternion
Adriaan de Groot
adridg at FreeBSD.org
Sun Jun 16 13:54:33 UTC 2019
Author: adridg
Date: Sun Jun 16 13:54:32 2019
New Revision: 504344
URL: https://svnweb.freebsd.org/changeset/ports/504344
Log:
Missing run-depends in net-im/quaternion
- Without the QQC packages, Quaternion runs but doesn't show anything
in the central chat area. You won't notice that in a KDE Plasma
environment, where those packages are installed as dependencies of
other things, but in a bare xmonad environment, it matters.
Reported by: nassai (on Matrix)
Modified:
head/net-im/quaternion/Makefile
Modified: head/net-im/quaternion/Makefile
==============================================================================
--- head/net-im/quaternion/Makefile Sun Jun 16 13:17:27 2019 (r504343)
+++ head/net-im/quaternion/Makefile Sun Jun 16 13:54:32 2019 (r504344)
@@ -3,7 +3,7 @@
PORTNAME= Quaternion
DISTVERSION= 0.0.9.4
DISTVERSIONSUFFIX= c
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-im
MAINTAINER= adridg at FreeBSD.org
@@ -20,6 +20,7 @@ USES= cmake compiler:c++17-lang gettext-runtime gnome
localbase:ldflags qt:5 tar:xz
USE_GNOME= glib20
USE_QT= core dbus declarative gui multimedia network widgets \
+ quickcontrols_run quickcontrols2_run \
buildtools_build linguist_build qmake_build
USE_GITHUB= yes
More information about the svn-ports-all
mailing list