Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11052619
D5645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D5645.diff
View Options
diff --git a/files/0001-dont-check-for-updates.patch b/files/0001-dont-check-for-updates.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-dont-check-for-updates.patch
@@ -0,0 +1,39 @@
+From 11758bdd31ad35738ab42b80d0ba2bd58f1188b0 Mon Sep 17 00:00:00 2001
+From: Fabio Forni <livingsilver94.solus@redaril.me>
+Date: Fri, 8 Mar 2019 22:22:35 +0100
+Subject: [PATCH] 2
+
+---
+ src/libs/core/settings.cpp | 2 +-
+ src/libs/ui/settingsdialog.ui | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/libs/core/settings.cpp b/src/libs/core/settings.cpp
+index a929666..ca4eab9 100644
+--- a/src/libs/core/settings.cpp
++++ b/src/libs/core/settings.cpp
+@@ -71,7 +71,7 @@ void Settings::load()
+
+ // TODO: Put everything in groups
+ startMinimized = settings->value(QStringLiteral("start_minimized"), false).toBool();
+- checkForUpdate = settings->value(QStringLiteral("check_for_update"), true).toBool();
++ checkForUpdate = settings->value(QStringLiteral("check_for_update"), false).toBool();
+
+ showSystrayIcon = settings->value(QStringLiteral("show_systray_icon"), true).toBool();
+ minimizeToSystray = settings->value(QStringLiteral("minimize_to_systray"), false).toBool();
+diff --git a/src/libs/ui/settingsdialog.ui b/src/libs/ui/settingsdialog.ui
+index 669018e..7f9aa3e 100644
+--- a/src/libs/ui/settingsdialog.ui
++++ b/src/libs/ui/settingsdialog.ui
+@@ -46,7 +46,7 @@
+ <string>Check for update</string>
+ </property>
+ <property name="checked">
+- <bool>true</bool>
++ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+--
+2.21.0
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : zeal
version : 0.6.1
-release : 10
+release : 11
source :
- https://github.com/zealdocs/zeal/archive/v0.6.1.tar.gz : 095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026
license : GPL-3.0-or-later
@@ -13,10 +13,10 @@
- pkgconfig(Qt5WebKit)
- pkgconfig(Qt5X11Extras)
- pkgconfig(sqlite3)
- - pkgconfig(x11-xcb)
- pkgconfig(xcb-keysyms)
- extra-cmake-modules
setup : |
+ %patch -p1 < $pkgfiles/0001-dont-check-for-updates.patch
%cmake_ninja
build : |
%ninja_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,7 +3,7 @@
<Name>zeal</Name>
<Packager>
<Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@tuta.io</Email>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.tools</PartOf>
@@ -30,12 +30,12 @@
</Files>
</Package>
<History>
- <Update release="10">
- <Date>2018-10-19</Date>
+ <Update release="11">
+ <Date>2019-03-08</Date>
<Version>0.6.1</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
- <Email>livingsilver94.solus@tuta.io</Email>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 9:39 PM (3 h, 33 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5852857
Default Alt Text
D5645.diff (3 KB)
Attached To
Mode
D5645: Disable update checking
Attached
Detach File
Event Timeline
Log In to Comment