Git commit 0d354493bdd975c6e091ac50b464004ac3ec7500 by Yuri Chornoivan.
Committed on 12/11/2019 at 10:06.
Pushed by yurchor into branch 'master'.

Use URLs with transport encryption

M  +2    -2    CMakeLists.txt
M  +2    -2    doc/index.docbook
M  +1    -1    mobile/plugins/widgets/CMakeLists.txt
M  +1    -1    mobile/plugins/widgets/kde/CMakeLists.txt

https://commits.kde.org/kalgebra/0d354493bdd975c6e091ac50b464004ac3ec7500

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e98883..b919fbd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,10 +34,10 @@ ecm_setup_version(${KDE_APPLICATIONS_VERSION} 
VARIABLE_PREFIX KALGEBRA VERSION_H
 
 set_package_properties(Readline PROPERTIES TYPE OPTIONAL
                                            PURPOSE "Allows KAlgebra to provide 
a console interface."
-                                           URL 
"http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html";)
+                                           URL 
"https://tiswww.case.edu/php/chet/readline/rltop.html";)
 set_package_properties(Curses PROPERTIES TYPE OPTIONAL
                                          PURPOSE "Allows KAlgebra to provide a 
console interface."
-                                         URL 
"http://www.gnu.org/software/ncurses/";)
+                                         URL 
"https://www.gnu.org/software/ncurses/";)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
diff --git a/doc/index.docbook b/doc/index.docbook
index daa8418..760db1d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -65,7 +65,7 @@ of mathematical operations and show graphically. At one time, 
this
 program was MathML oriented. Now it can be used by anyone with a little
 mathematical knowledge to solve simple and advanced problems alike.
 </para>
-<!--FIXME Ask Burkhard where to put tutorials and if it is worth efforts to 
do. Example from UB page: 
http://swiftscythe.blogspot.de/2011/02/how-to-work-with-complex-numbers-in.html-->
+<!--FIXME Ask Burkhard where to put tutorials and if it is worth efforts to 
do. Example from UB page: 
https://swiftscythe.blogspot.de/2011/02/how-to-work-with-complex-numbers-in.html-->
 <para>
 It includes such features as:
 </para>
@@ -173,7 +173,7 @@ similar to that used on most modern graphing calculators. 
This section
 lists the fundamental built-in operators available in &kalgebra;. The
 author of &kalgebra; modeled this syntax after
 <ulink url="http://maxima.sourceforge.net/";>Maxima</ulink> and
-  <ulink url="http://www.maplesoft.com/products/maple/";>maple</ulink> for users
+  <ulink url="https://www.maplesoft.com/products/maple/";>maple</ulink> for 
users
 that may be familiar with these programs.
 </para>
 
diff --git a/mobile/plugins/widgets/CMakeLists.txt 
b/mobile/plugins/widgets/CMakeLists.txt
index 0b4fe81..a054b79 100644
--- a/mobile/plugins/widgets/CMakeLists.txt
+++ b/mobile/plugins/widgets/CMakeLists.txt
@@ -3,4 +3,4 @@ add_subdirectory(${MOBILE_BACKEND})
 install( FILES
     qmldir
     DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/
-)
\ No newline at end of file
+)
diff --git a/mobile/plugins/widgets/kde/CMakeLists.txt 
b/mobile/plugins/widgets/kde/CMakeLists.txt
index 547f91d..127bac7 100644
--- a/mobile/plugins/widgets/kde/CMakeLists.txt
+++ b/mobile/plugins/widgets/kde/CMakeLists.txt
@@ -11,4 +11,4 @@ install(FILES
     DESTINATION ${KDE_INSTALL_DATADIR}/kalgebramobile/plugins/widgets/
 )
 
-ADD_CUSTOM_TARGET(QMLFILES SOURCES ${QMLFILES})
\ No newline at end of file
+ADD_CUSTOM_TARGET(QMLFILES SOURCES ${QMLFILES})

Reply via email to