Commit 82f0c0f3 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize

- rename to get rid of qt5 in name
- switch to fork [1] to add Qt6 support

[1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
parent 8cd334f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
PORTNAME=	akonadi
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	databases kde kde-applications

MAINTAINER=	kde@FreeBSD.org
@@ -10,7 +11,7 @@ LICENSE= LGPL21

LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
		libkaccounts.so:net-im/kaccounts-integration \
		libaccounts-qt5.so:net-im/libaccounts-qt5
		libaccounts-qt5.so:net-im/libaccounts-qt@qt5
# Let process generate meaningful backtrace on core dump.
BUILD_DEPENDS=	xsltproc:textproc/libxslt

+2 −1
Original line number Diff line number Diff line
PORTNAME=	purpose
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
CATEGORIES=	misc kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Offers available actions for a specific purpose

LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
		libkaccounts.so:net-im/kaccounts-integration
RUN_DEPENDS=	accounts-qml-module>=0:sysutils/accounts-qml-module

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
    SUBDIR += kaidan
    SUBDIR += kopete
    SUBDIR += libaccounts-glib
    SUBDIR += libaccounts-qt5
    SUBDIR += libaccounts-qt
    SUBDIR += libmesode
    SUBDIR += libnice
    SUBDIR += libnice-gst1
+2 −2
Original line number Diff line number Diff line
PORTNAME=	kaccounts-integration
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	2
PORTREVISION=	3
CATEGORIES=	net-im kde kde-applications

MAINTAINER=	kde@FreeBSD.org
@@ -8,7 +8,7 @@ COMMENT= System to administer web accounts for the KDE desktop
WWW=		https://projects.kde.org/projects/kdereview/kaccounts-integration

LIB_DEPENDS=	libQCoro5Core.so:devel/qcoro@qt5 \
		libaccounts-qt5.so:net-im/libaccounts-qt5 \
		libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
		libsignon-qt5.so:sysutils/signond@qt5
RUN_DEPENDS=	signon-ui:sysutils/signon-ui

+2 −2
Original line number Diff line number Diff line
PORTNAME=	kaccounts-providers
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
PORTREVISION=	2
CATEGORIES=	net-im kde kde-applications

MAINTAINER=	kde@FreeBSD.org
@@ -9,7 +9,7 @@ WWW= https://projects.kde.org/projects/kdereview/kaccounts-providers

LIB_DEPENDS=	libaccounts-glib.so:net-im/libaccounts-glib \
		libkaccounts.so:net-im/kaccounts-integration \
		libaccounts-qt5.so:net-im/libaccounts-qt5 \
		libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
		libsignon-qt5.so:sysutils/signond@qt5

USES=		cmake compiler:c++11-lang gettext gnome kde:5 pkgconfig qt:5 \
Loading