diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-10-11 14:59:41 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-10-13 20:09:51 +0200 |
commit | 4de27da44fdabefdd5365f30ca6e262c07a5626f (patch) | |
tree | b5fcd1b417d20f641669f093890be4bf857b66dc /gnu | |
parent | 5498835bb38c0de57f284f0fa6b1178ecdcaf678 (diff) |
gnu: converseen: Update to 0.11.0.0.
* gnu/packages/image.scm (converseen): Update to 0.11.0.0.
* gnu/packages/patches/converseen-hide-updates-checks.patch: Update patch.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image.scm | 4 | ||||
-rw-r--r-- | gnu/packages/patches/converseen-hide-updates-checks.patch | 24 |
2 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index bd3bcf964d..dadb5f3796 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -122,7 +122,7 @@ (define-public converseen (package (name "converseen") - (version "0.9.11.1") + (version "0.11.0.0") (source (origin (method git-fetch) (uri (git-reference @@ -131,7 +131,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0nxvac8df47gxg1klqlz0s3rxl0ykrikmciniwkb938bgilmaijm")) + "1imc0dbbrs96yv3mp6bs7whd14zvgdw7hmv87bz8lp7d739s74z4")) (patches (search-patches "converseen-hide-updates-checks.patch" ;; Remove links to sites relying on non-free diff --git a/gnu/packages/patches/converseen-hide-updates-checks.patch b/gnu/packages/patches/converseen-hide-updates-checks.patch index c4c80b5bec..6d3aabdb1a 100644 --- a/gnu/packages/patches/converseen-hide-updates-checks.patch +++ b/gnu/packages/patches/converseen-hide-updates-checks.patch @@ -43,17 +43,17 @@ index 704e75c..bb3f9b0 100755 int idx = comboLangs->findText(t.currentLanguage(), Qt::MatchExactly); diff --git a/src/mainwindowimpl.cpp b/src/mainwindowimpl.cpp -index 2b6d68d..83a365f 100755 +index 6562e35..d19bc28 100755 --- a/src/mainwindowimpl.cpp +++ b/src/mainwindowimpl.cpp -@@ -164,7 +164,6 @@ void MainWindowImpl::createActions() +@@ -163,7 +163,6 @@ void MainWindowImpl::createActions() connect(actionInfo, SIGNAL(triggered()), this, SLOT(about())); connect(actionDonatePaypal, SIGNAL(triggered()), this, SLOT(openPaypalLink())); connect(actionReportBug, SIGNAL(triggered()), this, SLOT(bugReport())); - connect(actionCheckForUpdates, SIGNAL(triggered()), this, SLOT(checkForUpdates())); - } + connect(actionHelp, SIGNAL(triggered()), this, SLOT(onlineHelp())); - void MainWindowImpl::setupMenu() + // Create first toolbar button diff --git a/ui/dialogoptions.ui b/ui/dialogoptions.ui index e59148d..6cb23f5 100755 --- a/ui/dialogoptions.ui @@ -82,18 +82,18 @@ index e59148d..6cb23f5 100755 <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui -index a5f55f0..28df8cc 100755 +index 569565f..b86fc2e 100755 --- a/ui/mainwindow.ui +++ b/ui/mainwindow.ui -@@ -190,7 +190,6 @@ - </property> +@@ -356,7 +356,6 @@ + <addaction name="separator"/> <addaction name="actionDonatePaypal"/> <addaction name="separator"/> - <addaction name="actionCheckForUpdates"/> <addaction name="actionReportBug"/> <addaction name="separator"/> - </widget> -@@ -1365,14 +1364,6 @@ p, li { white-space: pre-wrap; } + <addaction name="actionInfo"/> +@@ -1412,14 +1411,6 @@ p, li { white-space: pre-wrap; } <string>Import windows icon (*.ico *.icon)</string> </property> </action> @@ -105,6 +105,6 @@ index a5f55f0..28df8cc 100755 - <string>Check if a new version of Converseen is available</string> - </property> - </action> - </widget> - <customwidgets> - <customwidget> + <action name="actionAddDirectory"> + <property name="icon"> + <iconset resource="../resources.qrc"> |