- Update to 2.1.1
- Convert to USE_GUTHUB - Take advantage od USES=localbase - Convert to USES=sqlite PR: 207139 Submitted by: me Approved by: Yonas Yanfa <yonas at fizk.net>
This commit is contained in:
parent
233c799736
commit
d47af0b049
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409095
3 changed files with 20 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= owncloudclient
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://download.owncloud.com/desktop/stable/
|
||||
|
||||
MAINTAINER= yonas@fizk.net
|
||||
COMMENT= OwnCloud Desktop Syncing Client
|
||||
|
@ -14,18 +14,20 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \
|
||||
libqt5keychain.so:${PORTSDIR}/security/qtkeychain-qt5
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib gmake iconv pkgconfig tar:xz
|
||||
USES= cmake:outsource compiler:c++11-lib gmake iconv localbase \
|
||||
pkgconfig sqlite
|
||||
USE_QT5= buildtools_build concurrent core dbus gui linguist_build network \
|
||||
qmake_build webkit xml
|
||||
USE_OPENSSL= yes
|
||||
USE_SQLITE= 3
|
||||
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \
|
||||
-DCMAKE_INSTALL_MANDIR:STRING=man \
|
||||
-DWITH_STACK_PROTECTOR:BOOL=OFF
|
||||
USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= owncloud
|
||||
GH_PROJECT= client
|
||||
|
||||
OPTIONS_DEFINE= DEBUG DOCS
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (owncloudclient-2.0.2.tar.xz) = 2815dce34b568141d7c2ab90bcd733abb6862970917738e3b120d8073ab68228
|
||||
SIZE (owncloudclient-2.0.2.tar.xz) = 11518700
|
||||
SHA256 (owncloud-client-v2.1.1_GH0.tar.gz) = 3eb349e0b5195dd48cfac3288fd45ae545266202b3e3403bc00ffaa4537a3f9d
|
||||
SIZE (owncloud-client-v2.1.1_GH0.tar.gz) = 13873040
|
||||
|
|
|
@ -26,6 +26,8 @@ share/applications/owncloud.desktop
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-3.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-4.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-7.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-8.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-9.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client6.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png
|
||||
|
@ -37,12 +39,15 @@ share/applications/owncloud.desktop
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ignored_files_editor.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/log_output_window.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/mac-share.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/menu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/save_log_file.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_account.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_activity.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_general.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_network.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/advancedusage.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/architecture.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/autoupdate.txt
|
||||
|
@ -109,6 +114,8 @@ share/applications/owncloud.desktop
|
|||
%%PORTDOCS%%%%DOCSDIR%%/latex/client-3.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/client-4.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/client-7.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/client-8.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/client-9.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/client6.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/fncychap.sty
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/icon-error.png
|
||||
|
@ -120,6 +127,7 @@ share/applications/owncloud.desktop
|
|||
%%PORTDOCS%%%%DOCSDIR%%/latex/ignored_files_editor.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/log_output_window.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/mac-share.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/menu.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.aux
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.idx
|
||||
|
@ -133,6 +141,8 @@ share/applications/owncloud.desktop
|
|||
%%PORTDOCS%%%%DOCSDIR%%/latex/python.ist
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/save_log_file.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/share-1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/share-2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls
|
||||
%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmanual.cls
|
||||
|
@ -201,6 +211,7 @@ share/icons/hicolor/72x72/apps/ownCloud_sync_shared.png
|
|||
share/icons/hicolor/72x72/apps/ownCloud_warn.png
|
||||
share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png
|
||||
share/nautilus-python/extensions/syncstate.py
|
||||
share/nemo-python/extensions/syncstate.py
|
||||
share/owncloud/i18n/client_TW.qm
|
||||
share/owncloud/i18n/client_ca.qm
|
||||
share/owncloud/i18n/client_cs.qm
|
||||
|
|
Loading…
Reference in a new issue