View | Details | Raw Unified | Return to bug 203167
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	owncloudclient
4
PORTNAME=	owncloudclient
5
PORTVERSION=	1.8.4
5
PORTVERSION=	2.0.1
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
MASTER_SITES=	http://download.owncloud.com/desktop/stable/
7
MASTER_SITES=	http://download.owncloud.com/desktop/stable/
8
8
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (owncloudclient-1.8.4.tar.xz) = ebe5ec7e33de6f2072bcadcd2b316a09b9d583d7d41eb1caf467a48896d81cdb
1
SHA256 (owncloudclient-2.0.1.tar.xz) = 97e8fe888b8f59b0703fd9fbd54feecbf14c078ac14e9856bf0327f2b41bc287
2
SIZE (owncloudclient-1.8.4.tar.xz) = 11371640
2
SIZE (owncloudclient-2.0.1.tar.xz) = 11737332
(-)files/patch-src_gui_generalsettings.cpp (-5 / +5 lines)
Lines 1-14 Link Here
1
--- src/gui/generalsettings.cpp.orig	2015-03-16 14:28:58 UTC
1
--- src/gui/generalsettings.cpp.orig	2015-09-01 13:50:21 UTC
2
+++ src/gui/generalsettings.cpp
2
+++ src/gui/generalsettings.cpp
3
@@ -85,6 +85,7 @@ void GeneralSettings::loadMiscSettings()
3
@@ -105,6 +105,7 @@ void GeneralSettings::loadMiscSettings()
4
 
4
 
5
 void GeneralSettings::slotUpdateInfo()
5
 void GeneralSettings::slotUpdateInfo()
6
 {
6
 {
7
+#if 0
7
+#if 0
8
     if (OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance()))
8
     if (OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance())) {
9
     {
10
         connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection);
9
         connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection);
11
@@ -93,9 +94,12 @@ void GeneralSettings::slotUpdateInfo()
10
         connect(_ui->restartButton, SIGNAL(clicked()), updater, SLOT(slotStartInstaller()), Qt::UniqueConnection);
11
@@ -112,9 +113,12 @@ void GeneralSettings::slotUpdateInfo()
12
         _ui->updateStateLabel->setText(updater->statusString());
12
         _ui->updateStateLabel->setText(updater->statusString());
13
         _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete);
13
         _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete);
14
     } else {
14
     } else {

Return to bug 203167