Date: Mon, 13 May 2019 06:10:44 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501516 - head/multimedia/kamoso Message-ID: <201905130610.x4D6Ain9045445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Mon May 13 06:10:44 2019 New Revision: 501516 URL: https://svnweb.freebsd.org/changeset/ports/501516 Log: - Add missed depends: KF5Kirigami2 for build/runtime qt5-{graphicaleffects|quickcontrols} for QML runtime With hat: kde Modified: head/multimedia/kamoso/Makefile Modified: head/multimedia/kamoso/Makefile ============================================================================== --- head/multimedia/kamoso/Makefile Mon May 13 06:03:55 2019 (r501515) +++ head/multimedia/kamoso/Makefile Mon May 13 06:10:44 2019 (r501516) @@ -2,6 +2,7 @@ PORTNAME= kamoso DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,9 +14,10 @@ USES= cmake compiler:c++11-lang gettext kde:5 pkgconf USE_GNOME= glib20 USE_GSTREAMER1= yes USE_KDE= auth bookmarks codecs completion config configwidgets \ - coreaddons ecm i18n itemviews jobwidgets kio purpose \ + coreaddons ecm i18n itemviews jobwidgets kio kirigami2 purpose \ service solid widgetsaddons xmlgui -USE_QT= core dbus declarative gui network widgets xml \ +USE_QT= core dbus declarative graphicaleffects gui network quickcontrols \ + widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905130610.x4D6Ain9045445>