Changeset View
Changeset View
Standalone View
Standalone View
deskutils/owncloudclient/Makefile
| PORTNAME= owncloudclient | PORTNAME= owncloudclient | ||||
| DISTVERSION= 2.8.2 | DISTVERSION= 2.8.2 | ||||
| DISTVERSIONSUFFIX= .4246 | DISTVERSIONSUFFIX= .4246 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= deskutils | CATEGORIES= deskutils | ||||
| MASTER_SITES= https://download.owncloud.com/desktop/ownCloud/stable/${DISTVERSION}${DISTVERSIONSUFFIX}/source/ | MASTER_SITES= https://download.owncloud.com/desktop/ownCloud/stable/${DISTVERSION}${DISTVERSIONSUFFIX}/source/ | ||||
| DISTNAME= ownCloud-${DISTVERSION}${DISTVERSIONSUFFIX} | DISTNAME= ownCloud-${DISTVERSION}${DISTVERSIONSUFFIX} | ||||
| PATCH_SITES= https://github.com/owncloud/client/commit/ | PATCH_SITES= https://github.com/owncloud/client/commit/ | ||||
| PATCHFILES= ff43c9394b45dd78106069ba89ae92f25abba158.patch:-p1 | PATCHFILES= ff43c9394b45dd78106069ba89ae92f25abba158.patch:-p1 | ||||
| MAINTAINER= daniel@morante.net | MAINTAINER= daniel@morante.net | ||||
| COMMENT= OwnCloud Desktop Syncing Client | COMMENT= OwnCloud Desktop Syncing Client | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libinotify.so:devel/libinotify \ | LIB_DEPENDS= libinotify.so:devel/libinotify \ | ||||
| libqt5keychain.so:security/qtkeychain | libqt5keychain.so:security/qtkeychain@qt5 | ||||
| USES= cmake:noninja compiler:c++11-lib desktop-file-utils gmake \ | USES= cmake:noninja compiler:c++11-lib desktop-file-utils gmake \ | ||||
| iconv kde:5 localbase:ldflags pkgconfig qt:5 shared-mime-info \ | iconv kde:5 localbase:ldflags pkgconfig qt:5 shared-mime-info \ | ||||
| sqlite tar:xz | sqlite tar:xz | ||||
| USE_KDE= completion config coreaddons jobwidgets kio service \ | USE_KDE= completion config coreaddons jobwidgets kio service \ | ||||
| widgetsaddons windowsystem | widgetsaddons windowsystem | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_QT= concurrent core dbus gui network sql webkit widgets xml \ | USE_QT= concurrent core dbus gui network sql webkit widgets xml \ | ||||
| Show All 20 Lines | |||||