Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 22:05:58 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f9452cdbb42 - main - audio/plasma5-plasma-pa: switch to gsettings backend
Message-ID:  <202206082205.258M5waJ096497@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f9452cdbb42dc86adfea23a7e2e3059caf937ee

commit 8f9452cdbb42dc86adfea23a7e2e3059caf937ee
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-06-08 22:04:53 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-06-08 22:05:44 +0000

    audio/plasma5-plasma-pa: switch to gsettings backend
    
    Remove dependency on gconf and make use of the more modern gsettings
    backend [1].
    
    Reported by:    bapt
    
    [1] https://invent.kde.org/plasma/plasma-pa/-/commit/36d6eb9c2bac53cc6653b4aa45a1ac42f0ce68c7
---
 audio/plasma5-plasma-pa/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/plasma5-plasma-pa/Makefile b/audio/plasma5-plasma-pa/Makefile
index 9ce13f697c3e..390e9d2968fd 100644
--- a/audio/plasma5-plasma-pa/Makefile
+++ b/audio/plasma5-plasma-pa/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	plasma-pa
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	audio kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,7 +11,7 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 
 USES=		cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
 		shebangfix tar:xz
-USE_GNOME=	gconf2
+USE_GNOME=	glib20
 USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
 		kdeclarative notifications package plasma-framework \
 		doctools_build
@@ -18,5 +19,6 @@ USE_QT=		core dbus declarative gui network widgets \
 		buildtools_build qmake_build
 
 SHEBANG_FILES=	data/plasmaVolumeDisableKMixAutostart.pl
+CMAKE_OFF=	USE_GCONF
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206082205.258M5waJ096497>