blob: c9b5d9f962d0408c950352fa99b47a0210ac2616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= signon-ui
PORTVERSION= 0.17
PORTREVISION= 7
CATEGORIES= sysutils kde
DIST_SUBDIR= KDE/${GL_ACCOUNT}
MAINTAINER= kde@FreeBSD.org
COMMENT= Component for handling accounts-sso user interactions
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libnotify.so:devel/libnotify \
libsignon-qt5.so:sysutils/signon-qt5 \
libproxy.so:net/libproxy
USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
qmake qt:5 tar:bz2
USE_GL= gl
USE_GNOME= gdkpixbuf2 glib20
USE_QT= core dbus declarative gui network webkit widgets xml \
buildtools_build qmake_build
# gitlab variables
USE_GITLAB= yes
GL_ACCOUNT= accounts-sso
GL_COMMIT= 075830f31096947fcea70802b8d3c142bccfbefa
.include <bsd.port.mk>
|