[keurocalc] /: Preparing first release for KF 5

Eric Bischoff null at kde.org
Wed Jun 26 15:38:31 BST 2019


Git commit ebb2908d2d81c8b5e47c9f015d05380bc24d17b3 by Eric Bischoff.
Committed on 26/06/2019 at 14:37.
Pushed by bischoff into branch 'master'.

Preparing first release for KF 5

Release 1.3.0 - tested to configure, compile, install, and run.
Has refreshed dates and screenshots.

(autoinstallation of curconvd service not tested properly,
not sure how to check that.)

M  +4    -1    curconvd/CMakeLists.txt
M  +0    -0    curconvd/Messages.sh
M  +1    -1    curconvd/converter.cpp
M  +1    -1    curconvd/converter.h
M  +2    -2    curconvd/main.cpp
A  +53   -0    curconvd/org.kde.curconvd.appdata.xml
A  +3    -0    curconvd/org.kde.curconvd.service.in
M  +1    -1    curconvd/table.cpp
M  +1    -1    curconvd/table.h
M  +1    -1    currencies/currencies.cpp
M  +1    -1    currencies/currencies.h
M  +4    -4    doc/index.docbook
M  +-    --    doc/screenshot.png
M  +-    --    doc/settings.png
M  +1    -1    keurocalc/CMakeLists.txt
M  +0    -0    keurocalc/Messages.sh
M  +1    -1    keurocalc/keurocalc.cpp
M  +1    -1    keurocalc/keurocalc.h
M  +2    -2    keurocalc/main.cpp
M  +1    -1    keurocalc/preferences.cpp
M  +1    -1    keurocalc/preferences.h

https://commits.kde.org/keurocalc/ebb2908d2d81c8b5e47c9f015d05380bc24d17b3

diff --git a/curconvd/CMakeLists.txt b/curconvd/CMakeLists.txt
index db6f861..6709066 100644
--- a/curconvd/CMakeLists.txt
+++ b/curconvd/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(curconvd)
+project(curconvd VERSION "1.3.0")
 
 ########### next target ###############
 
@@ -24,3 +24,6 @@ install(TARGETS curconvd ${INSTALL_TARGETS_DEFAULT_ARGS})
 ########### install files ###############
 
 install(FILES ../currencies/currencies.xml DESTINATION ${DATA_INSTALL_DIR}/curconvd)
+
+configure_file(org.kde.curconvd.service.in ${CMAKE_CURRENT_BINARY_DIR}/org.kde.curconvd.service)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.curconvd.service DESTINATION ${DATA_INSTALL_DIR}/curconvd)
diff --git a/curconvd/Messages.sh b/curconvd/Messages.sh
old mode 100644
new mode 100755
diff --git a/curconvd/converter.cpp b/curconvd/converter.cpp
index 6d9e5cf..e480718 100644
--- a/curconvd/converter.cpp
+++ b/curconvd/converter.cpp
@@ -2,7 +2,7 @@
                           converter.cpp  -  d-bus service
                              -------------------
     begin                : lun nov 13 11:22:05 CET 2006
-    copyright            : (C) 2006-2018 by Éric Bischoff
+    copyright            : (C) 2006-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/curconvd/converter.h b/curconvd/converter.h
index 8e4327c..0805f10 100644
--- a/curconvd/converter.h
+++ b/curconvd/converter.h
@@ -2,7 +2,7 @@
                           converter.h  -  d-bus service
                              -------------------
     begin                : lun nov 13 11:28:34 CET 2006
-    copyright            : (C) 2006-2018 by Éric Bischoff
+    copyright            : (C) 2006-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/curconvd/main.cpp b/curconvd/main.cpp
index 19acff5..e521f59 100644
--- a/curconvd/main.cpp
+++ b/curconvd/main.cpp
@@ -2,7 +2,7 @@
                           main.cpp  -  main program
                              -------------------
     begin                : lun nov 13 11:22:05 CET 2006
-    copyright            : (C) 2006-2018 by Éric Bischoff
+    copyright            : (C) 2006-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
@@ -28,7 +28,7 @@
 static const char
 	*name =	I18N_NOOP("CurConvD"),
 	*description = I18N_NOOP("A currency converter daemon"),
-	*copyright = I18N_NOOP("(c) 2006-2018, the curconvd developers"),
+	*copyright = I18N_NOOP("(c) 2006-2019, the curconvd developers"),
 	*text = I18N_NOOP("A program by Éric Bischoff <ebischoff at nerim.net>\n\nTime Genie exchange rates courtesy of <a href='http://www.timegenie.com/' title='foreign exchange rates courtesy of Time Genie'>Time Genie</a>\n");
 
 int main(int argc, char *argv[])
diff --git a/curconvd/org.kde.curconvd.appdata.xml b/curconvd/org.kde.curconvd.appdata.xml
new file mode 100644
index 0000000..eaed7bb
--- /dev/null
+++ b/curconvd/org.kde.curconvd.appdata.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component type="desktop-application">
+  <id>org.kde.curconvd</id>
+  <metadata_license>FSFAP</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <name>curconvd</name>
+  <summary>Currency conversion service</summary>
+  <description>
+    <p>
+     curconvd is a D-Bus service for converting between currencies.
+    </p>
+  </description>
+  <categories>
+    <category>Qt</category>
+    <category>KDE</category>
+    <category>Office</category>
+    <category>Finance</category>
+  </categories>
+  <content_rating type="oars-1.1">
+    <content_attribute id="social-info">mild</content_attribute>
+  </content_rating>
+  <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=keurocalc</url>
+  <url type="donation">https://www.kde.org/community/donations/?app=keurocalc&source=appdata</url>
+  <url type="help">https://docs.kde.org/?application=keurocalc</url>
+  <url type="homepage">https://www.kde.org/applications/office/keurocalc/</url>
+  <project_group>KDE</project_group>
+  <developer_name>The KDE Community</developer_name>
+  <developer_name xml:lang="ca">La comunitat KDE</developer_name>
+  <developer_name xml:lang="ca-valencia">La comunitat KDE</developer_name>
+  <developer_name xml:lang="cs">Komunita KDE</developer_name>
+  <developer_name xml:lang="de">Die KDE-Gemeinschaft</developer_name>
+  <developer_name xml:lang="en-GB">The KDE Community</developer_name>
+  <developer_name xml:lang="es">La Comunidad KDE</developer_name>
+  <developer_name xml:lang="fi">KDE-yhteisö</developer_name>
+  <developer_name xml:lang="fr">La communauté KDE</developer_name>
+  <developer_name xml:lang="gl">Comunidade KDE</developer_name>
+  <developer_name xml:lang="id">Komunitas KDE</developer_name>
+  <developer_name xml:lang="it">La comunità KDE</developer_name>
+  <developer_name xml:lang="ko">KDE 커뮤니티</developer_name>
+  <developer_name xml:lang="nl">De KDE gemeenschap</developer_name>
+  <developer_name xml:lang="pl">Społeczność KDE</developer_name>
+  <developer_name xml:lang="pt">A Comunidade do KDE</developer_name>
+  <developer_name xml:lang="pt-BR">A comunidade KDE</developer_name>
+  <developer_name xml:lang="sk">KDE komunita</developer_name>
+  <developer_name xml:lang="sv">KDE-gemenskapen</developer_name>
+  <developer_name xml:lang="uk">Спільнота KDE</developer_name>
+  <developer_name xml:lang="x-test">xxThe KDE Communityxx</developer_name>
+  <developer_name xml:lang="zh-TW">KDE 社群</developer_name>
+  <provides>
+    <dbus type="user">org.kde.curconvd</dbus>
+  </provides>
+  <launchable type="desktop-id">org.kde.curconvd.service</launchable>
+</component>
diff --git a/curconvd/org.kde.curconvd.service.in b/curconvd/org.kde.curconvd.service.in
new file mode 100644
index 0000000..c9dabd3
--- /dev/null
+++ b/curconvd/org.kde.curconvd.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.kde.curconvd
+Exec=@CMAKE_INSTALL_PREFIX@/curconvd
diff --git a/curconvd/table.cpp b/curconvd/table.cpp
index 386fae1..d823c48 100644
--- a/curconvd/table.cpp
+++ b/curconvd/table.cpp
@@ -2,7 +2,7 @@
                           table.cpp  -  conversion table
                              -------------------
     begin                : jeu nov 23 21:03:30 CET 2006
-    copyright            : (C) 2006-2018 by Éric Bischoff
+    copyright            : (C) 2006-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/curconvd/table.h b/curconvd/table.h
index 73636cc..1761adf 100644
--- a/curconvd/table.h
+++ b/curconvd/table.h
@@ -2,7 +2,7 @@
                           table.h  -  conversion table
                              -------------------
     begin                : jeu nov 23 21:03:27 CET 2006
-    copyright            : (C) 2006-2018 by Éric Bischoff
+    copyright            : (C) 2006-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/currencies/currencies.cpp b/currencies/currencies.cpp
index 9cd39e9..2a2cc82 100644
--- a/currencies/currencies.cpp
+++ b/currencies/currencies.cpp
@@ -2,7 +2,7 @@
                          currencies.cpp  -  list of currencies
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/currencies/currencies.h b/currencies/currencies.h
index b39bac2..619dbc0 100644
--- a/currencies/currencies.h
+++ b/currencies/currencies.h
@@ -2,7 +2,7 @@
                            currencies.h  -  list of currencies
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/doc/index.docbook b/doc/index.docbook
index bc9f8da..c9b033b 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -23,12 +23,12 @@
 <!-- TRANS:ROLES_OF_TRANSLATORS -->
 
 <copyright>
-<year>2001-2018</year>
+<year>2001-2019</year>
 <holder>Éric Bischoff</holder>
 </copyright>
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2018-06-05</date>
+<date>2019-06-24</date>
 <releaseinfo>1.3.0</releaseinfo>
 
 <abstract>
@@ -695,7 +695,7 @@ when &keurocalc; starts.</para>
 
 <para>&keurocalc;</para>
 
-<para>Program copyright 2001-2018 the &keurocalc; developers:
+<para>Program copyright 2001-2019 the &keurocalc; developers:
 
 <itemizedlist>
 <listitem><para>Éric Bischoff <email>ebischoff at _NOSPAM_nerim.net</email> - design and implementation</para></listitem>
@@ -704,7 +704,7 @@ when &keurocalc; starts.</para>
 <listitem><para>Bas Willems <email>cybersurfer at _NOSPAM_euronet.nl</email> - graphical artwork</para></listitem>
 </itemizedlist></para>
 
-<para>Documentation copyright 2001-2018 Éric Bischoff
+<para>Documentation copyright 2001-2019 Éric Bischoff
 <email>ebischoff at _NOSPAM_nerim.net</email>.</para>
 
 <para>Documentation reviewed by &Philip.Rodrigues; &Philip.Rodrigues.mail;.</para>
diff --git a/doc/screenshot.png b/doc/screenshot.png
index 9f6e8db..57867be 100644
Binary files a/doc/screenshot.png and b/doc/screenshot.png differ
diff --git a/doc/settings.png b/doc/settings.png
index 35e79a3..e8cf1c3 100644
Binary files a/doc/settings.png and b/doc/settings.png differ
diff --git a/keurocalc/CMakeLists.txt b/keurocalc/CMakeLists.txt
index dfcd6c3..73eb0c5 100644
--- a/keurocalc/CMakeLists.txt
+++ b/keurocalc/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(keurocalc)
+project(keurocalc VERSION "1.3.0")
 
 ########### next target ###############
 
diff --git a/keurocalc/Messages.sh b/keurocalc/Messages.sh
old mode 100644
new mode 100755
diff --git a/keurocalc/keurocalc.cpp b/keurocalc/keurocalc.cpp
index 32a2143..824f67c 100644
--- a/keurocalc/keurocalc.cpp
+++ b/keurocalc/keurocalc.cpp
@@ -2,7 +2,7 @@
                           keurocalc.cpp  -  main widget
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/keurocalc/keurocalc.h b/keurocalc/keurocalc.h
index adf3e1b..9378f1d 100644
--- a/keurocalc/keurocalc.h
+++ b/keurocalc/keurocalc.h
@@ -2,7 +2,7 @@
                           keurocalc.h  -  main widget
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/keurocalc/main.cpp b/keurocalc/main.cpp
index 44714d6..f53e944 100644
--- a/keurocalc/main.cpp
+++ b/keurocalc/main.cpp
@@ -2,7 +2,7 @@
                           main.cpp  -  main program
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
@@ -29,7 +29,7 @@
 static const char
 	*name = I18N_NOOP("KEuroCalc"),
 	*description = I18N_NOOP("Cash converter and calculator"),
-	*copyright = I18N_NOOP("(c) 2001-2018, the KEuroCalc developers"),
+	*copyright = I18N_NOOP("(c) 2001-2019, the KEuroCalc developers"),
 	*text = I18N_NOOP("A program by Éric Bischoff <ebischoff at nerim.net>\n\nThis program is dedicated to all who know that money does not justify anything.\n\nTime Genie exchange rates courtesy of <a href='http://www.timegenie.com/' title='foreign exchange rates courtesy of Time Genie'>Time Genie</a>\n");
 
 int main(int argc, char *argv[])
diff --git a/keurocalc/preferences.cpp b/keurocalc/preferences.cpp
index 9020b4f..0d81866 100644
--- a/keurocalc/preferences.cpp
+++ b/keurocalc/preferences.cpp
@@ -2,7 +2,7 @@
                       preferences.cpp  -  preferences widget
                              -------------------
     begin                : lun avr 12 18:25:02 CET 2004
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 
diff --git a/keurocalc/preferences.h b/keurocalc/preferences.h
index 4cfbfca..292aec0 100644
--- a/keurocalc/preferences.h
+++ b/keurocalc/preferences.h
@@ -2,7 +2,7 @@
                       preferences.h  -  preferences widget
                              -------------------
     begin                : lun avr 12 18:25:02 CET 2004
-    copyright            : (C) 2001-2018 by Éric Bischoff
+    copyright            : (C) 2001-2019 by Éric Bischoff
     email                : ebischoff at nerim.net
  ***************************************************************************/
 


More information about the kde-doc-english mailing list