Index: head/sysutils/kf5-kwallet/Makefile =================================================================== --- head/sysutils/kf5-kwallet/Makefile (revision 488718) +++ head/sysutils/kf5-kwallet/Makefile (revision 488719) @@ -1,24 +1,31 @@ # $FreeBSD$ PORTNAME= kwallet DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 secure and unified container for user passwords LIB_DEPENDS= libassuan.so:security/libassuan \ libboost_system.so:devel/boost-libs \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libqgpgme.so:security/gpgme-qt5 \ libgpgmepp.so:security/gpgme-cpp USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ doctools ecm i18n iconthemes notifications service \ widgetsaddons windowsystem USE_QT= buildtools_build core dbus gui qmake_build widgets xml + +OPTIONS_DEFINE= PINENTRY +OPTIONS_DEFAULT= PINENTRY + +PINENTRY_DESC= Include pinentry-qt, for wallet passwords +PINENTRY_RUN_DEPENDS= pinentry-qt5:security/pinentry-qt5 .include Index: head/www/falkon/Makefile =================================================================== --- head/www/falkon/Makefile (revision 488718) +++ head/www/falkon/Makefile (revision 488719) @@ -1,31 +1,36 @@ # $FreeBSD$ PORTNAME= falkon DISTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/src/ MAINTAINER= kde@FreeBSD.org COMMENT= Web browser based on WebKit engine and Qt Framework LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz USE_KDE= wallet USE_QT= core dbus declarative gui location network printsupport \ sql webchannel webengine widgets x11extras \ buildtools_build qmake_build USE_XORG= xcb USE_LDCONFIG= yes -OPTIONS_DEFINE= GNOMEKEYRING +OPTIONS_DEFINE= GNOMEKEYRING ALSA +OPTIONS_DEFAULT= ALSA OPTIONS_SUB= YES GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20 GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring + +# Need the plugins to get sound, otherwise messages that the +# pcm_oss plugin can't be opened. +ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins .include Index: head/x11/plasma5-plasma/Makefile =================================================================== --- head/x11/plasma5-plasma/Makefile (revision 488718) +++ head/x11/plasma5-plasma/Makefile (revision 488719) @@ -1,20 +1,30 @@ # $FreeBSD$ PORTNAME= plasma DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= plasma5- MAINTAINER= kde@FreeBSD.org COMMENT= KDE5 plasma meta port LICENSE= LGPL20 USES= kde:5 metaport qt:5 # remove: # * bluedevil as we do have bluez # * plasma-pa don't depend on plamsa-pa by default # * breeze-kde4 don't pull in qt4 bits USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa:Nbreeze-kde4} + +OPTIONS_DEFINE= PHONON PULSEAUDIO +OPTIONS_DEFAULT= PHONON + +# Different from PHONON, because this is about the output plugins +PHONON_DESC= Include phonon-gstreamer, for sound output + +PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer@qt5 +PULSEAUDIO_USE= KDE=plasma-pa_run .include