sysutils/signon-ui: revert bad flavorization
- this was premature, unfinished, and unneeded This reverts commit 6d08faea51214414969d21706dead305e9eab673.
This commit is contained in:
parent
45cc712c1d
commit
cd37364b66
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= kaccounts-integration
|
PORTNAME= kaccounts-integration
|
||||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= net-im kde kde-applications
|
CATEGORIES= net-im kde kde-applications
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
@ -10,7 +10,7 @@ WWW= https://projects.kde.org/projects/kdereview/kaccounts-integration
|
|||||||
LIB_DEPENDS= libQCoro5Core.so:devel/qcoro@qt5 \
|
LIB_DEPENDS= libQCoro5Core.so:devel/qcoro@qt5 \
|
||||||
libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
|
libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
|
||||||
libsignon-qt5.so:sysutils/signond@qt5
|
libsignon-qt5.so:sysutils/signond@qt5
|
||||||
RUN_DEPENDS= signon-ui:sysutils/signon-ui@qt5
|
RUN_DEPENDS= signon-ui:sysutils/signon-ui
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lang gettext-tools pkgconfig kde:5 \
|
USES= cmake compiler:c++11-lang gettext-tools pkgconfig kde:5 \
|
||||||
qt:5 tar:xz
|
qt:5 tar:xz
|
||||||
|
|||||||
@ -3,10 +3,9 @@ PORTNAME= signon-ui
|
|||||||
# > git rev-list 0.17+15.10.20150810-0ubuntu1.. --count
|
# > git rev-list 0.17+15.10.20150810-0ubuntu1.. --count
|
||||||
DISTVERSION= 0.17-355
|
DISTVERSION= 0.17-355
|
||||||
DISTVERSIONSUFFIX= -g4368bb7
|
DISTVERSIONSUFFIX= -g4368bb7
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= sysutils kde
|
CATEGORIES= sysutils kde
|
||||||
DIST_SUBDIR= KDE/${GL_ACCOUNT}
|
DIST_SUBDIR= KDE/${GL_ACCOUNT}
|
||||||
PKGNAMESUFFIX= -${FLAVOR}
|
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Component for handling accounts-sso user interactions
|
COMMENT= Component for handling accounts-sso user interactions
|
||||||
@ -15,16 +14,13 @@ WWW= https://gitlab.com/accounts-sso/signon-ui
|
|||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
FLAVORS= qt5 qt6
|
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
|
||||||
FLAVOR?= qt5
|
|
||||||
|
|
||||||
LIB_DEPENDS= libaccounts-${FLAVOR}.so:net-im/libaccounts-qt@${FLAVOR} \
|
|
||||||
libnotify.so:devel/libnotify \
|
libnotify.so:devel/libnotify \
|
||||||
libsignon-${FLAVOR}.so:sysutils/signond@${FLAVOR} \
|
libsignon-qt5.so:sysutils/signond@qt5 \
|
||||||
libproxy.so:net/libproxy
|
libproxy.so:net/libproxy
|
||||||
|
|
||||||
USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
|
USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
|
||||||
qmake qt:${FLAVOR:S/qt//} tar:bz2
|
qmake qt:5 tar:bz2
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_GNOME= gdkpixbuf2 glib20
|
USE_GNOME= gdkpixbuf2 glib20
|
||||||
USE_QT= core dbus declarative gui location network webchannel webengine widgets xml \
|
USE_QT= core dbus declarative gui location network webchannel webengine widgets xml \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user