commit meteo for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package meteo for openSUSE:Factory checked in at 2023-07-31 15:24:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meteo (Old) and /work/SRC/openSUSE:Factory/.meteo.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "meteo" Mon Jul 31 15:24:08 2023 rev:7 rq:1101252 version:0.9.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/meteo/meteo.changes 2021-11-05 22:59:11.528303356 +0100 +++ /work/SRC/openSUSE:Factory/.meteo.new.32662/meteo.changes 2023-07-31 15:24:09.491251059 +0200 @@ -1,0 +2,7 @@ +Fri Jul 21 00:05:02 UTC 2023 - Carlos Suarez <bitseater@gmail.com> - 0.9.9.2 + +- Update to 0.9.9.2: + * Modify Map provider + * Fix some issues + +------------------------------------------------------------------- Old: ---- meteo-0.9.9.1.tar.gz New: ---- meteo-0.9.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meteo.spec ++++++ --- /var/tmp/diff_new_pack.A6BtIa/_old 2023-07-31 15:24:10.103254593 +0200 +++ /var/tmp/diff_new_pack.A6BtIa/_new 2023-07-31 15:24:10.107254616 +0200 @@ -17,7 +17,7 @@ Name: meteo -Version: 0.9.9.1 +Version: 0.9.9.2 Release: 0 Summary: Program to show the weather forecast of the next hours and days License: GPL-3.0-or-later @@ -32,17 +32,17 @@ BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: pkgconfig(appindicator3-0.1) -BuildRequires: pkgconfig(champlain-0.12) -BuildRequires: pkgconfig(clutter-1.0) -BuildRequires: pkgconfig(clutter-gtk-1.0) -BuildRequires: pkgconfig(geocode-glib-1.0) +#BuildRequires: pkgconfig(champlain-0.12) +#BuildRequires: pkgconfig(clutter-1.0) +#BuildRequires: pkgconfig(clutter-gtk-1.0) +#BuildRequires: pkgconfig(geocode-glib-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libsoup-2.4) > 2.54.1 BuildRequires: pkgconfig(webkit2gtk-4.0) Recommends: %{name}-lang -Provides: weather = %{version} -Obsoletes: weather < %{version} +Provides: meteo = %{version} +Obsoletes: meteo < %{version} %description A program which displays current weather, with information about temperature, ++++++ meteo-0.9.9.1.tar.gz -> meteo-0.9.9.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/.gitlab-ci.yml new/meteo-0.9.9.2/.gitlab-ci.yml --- old/meteo-0.9.9.1/.gitlab-ci.yml 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/.gitlab-ci.yml 2023-07-19 23:36:04.000000000 +0200 @@ -32,6 +32,7 @@ - tags artifacts: when: on_success + name: $CI_PROJECT_NAME%-$CI_COMMIT_TAG paths: - ./*.deb @@ -39,13 +40,13 @@ build:debian: <<: *build_definition - image: debian:11 + image: debian:12 before_script: - apt-get update -y - apt-get -y install $DEPENS package:debian: - image: debian:11 + image: debian:12 dependencies: - build:debian <<: *debpkg_template @@ -54,7 +55,7 @@ build:ubuntu: <<: *build_definition - image: ubuntu:focal + image: ubuntu:jammy before_script: - apt-get update -y - DEBIAN_FRONTEND=noninteractive apt-get -y install $DEPENS @@ -63,12 +64,12 @@ build:fedora: <<: *build_definition - image: fedora:34 + image: fedora:38 before_script: - dnf install $DEPENS_RPM -y package:fedora: - image: fedora:34 + image: fedora:38 stage: package before_script: @@ -78,19 +79,20 @@ - rpmdev-setuptree - cp rpm/meteo.spec ~/rpmbuild/SPECS - cd ~/rpmbuild - - wget https://gitlab.com/bitseater/meteo/-/archive/0.9.9/meteo-0.9.9.tar.gz - - cp meteo-0.9.9.tar.gz ~/rpmbuild/SOURCES + - wget https://gitlab.com/bitseater/meteo/-/archive/0.9.9.2/meteo-0.9.9.2.tar.gz + - cp meteo-0.9.9.2.tar.gz ~/rpmbuild/SOURCES - QA_SKIP_BUILD_ROOT=1 rpmbuild -v -ba --clean SPECS/meteo.spec - cd ~/rpmbuild/RPMS/x86_64/ - - cp meteo-0.9.9-1.fc34.x86_64.rpm /builds/bitseater/meteo/ + - cp meteo-0.9.9.2-1.fc38.x86_64.rpm /builds/bitseater/meteo/ - cd ~/rpmbuild/SRPMS/ - - cp meteo-0.9.9-1.fc34.src.rpm /builds/bitseater/meteo/ + - cp meteo-0.9.9.2-1.fc38.src.rpm /builds/bitseater/meteo/ only: - tags artifacts: + when: on_success paths: - - meteo-0.9.9-1.fc34.x86_64.rpm - - meteo-0.9.9-1.fc34.src.rpm - expire_in: 90 days + - meteo-0.9.9.2-1.fc38.x86_64.rpm + - meteo-0.9.9.2-1.fc38.src.rpm + name: $CI_PROJECT_NAME-$CI_COMMIT_TAG-fc38" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/CREDITS.md new/meteo-0.9.9.2/CREDITS.md --- old/meteo-0.9.9.1/CREDITS.md 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/CREDITS.md 2023-07-19 23:36:04.000000000 +0200 @@ -1,5 +1,5 @@ -####Acknowledgements and credits: +## Acknowledgements and credits: - **Weather data**: Provided by [OpenWeatherMap](http://openweathermap.org/) under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) . -- **Maps images**: Provided by [Dark Sky](https://darksky.net) © The Dark Sky Company, LLC. +- **Maps images**: Provided by [WorldWeatherOnline](https://map.worldweatheronline.com) © WorldWeatherOnline. - **Images and backgrouds**: Provided by [Wikimedia Commons](https://commons.wikimedia.org) and used as [free content](https://commons.wikimedia.org/w/index.php?title=Commons:Licensing&uselang=en) . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/README.md new/meteo-0.9.9.2/README.md --- old/meteo-0.9.9.1/README.md 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/README.md 2023-07-19 23:36:04.000000000 +0200 @@ -33,7 +33,7 @@ You can download the last .deb package from: -[Package: Debian 11](https://gitlab.com/bitseater/meteo/-/jobs/artifacts/0.9.9/download?job=packa...) +[Package: Debian 11](https://gitlab.com/bitseater/meteo/-/jobs/artifacts/0.9.9.1/download?job=pac...) #### For Fedora: @@ -69,14 +69,6 @@ flatpak install flathub com.gitlab.bitseater.meteo -#### Snap package: - -Snap package is available at [Meteo in Snap Store](https://snapcraft.io/meteo) - -I've added it at the request of the users, but I don't give support to Snap.You can install it, at your own risk, from terminal: - - sudo snap install meteo - #### Packaging status: [![Packaging status](https://repology.org/badge/vertical-allrepos/meteo.svg)](https://repology.org/project/meteo/versions) @@ -117,13 +109,12 @@ ---- -#### New on release 0.9.9: +#### New on release 0.9.9.2: -- Delete geocode-glib dependencies. -- Add Moon phases. -- Add Temperature to tray popup. + * Change Maps provider + * Fixed some issues. - Fixed issues: #132, #135, #136, #138. + Fixed issues: various. ---- ### Other screenshots: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.appdata.xml.in new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.appdata.xml.in --- old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.appdata.xml.in 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.appdata.xml.in 2023-07-19 23:36:04.000000000 +0200 @@ -44,7 +44,7 @@ <url type="homepage">https://gitlab.com/bitseater/meteo</url> <url type="bugtracker">https://gitlab.com/bitseater/meteo/issues</url> <releases> - <release version="0.9.9" date="2021-10-30"> + <release version="0.9.9.2" date="2023-07-20"> </release> </releases> <content_rating type="oars-1.0"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.desktop.in new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.desktop.in --- old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.desktop.in 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.desktop.in 2023-07-19 23:36:04.000000000 +0200 @@ -11,3 +11,4 @@ X-GNOME-Gettext-Domain=com.gitlab.bitseater.meteo Keywords=Meteo;Weather;Forecast;Temperature;Wind;Snow;Rain; X-GNOME-UsesNotifications=true +X-Purism-FormFactor=Workstation;Mobile; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.gschema.xml new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.gschema.xml --- old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.gschema.xml 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.gschema.xml 2023-07-19 23:36:04.000000000 +0200 @@ -68,7 +68,7 @@ </key> <key name="auto" type="b"> - <default>true</default> + <default>false</default> <summary>Autolocation</summary> <description>Catch my location on start</description> </key> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.svg new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.svg --- old/meteo-0.9.9.1/data/com.gitlab.bitseater.meteo.svg 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/data/com.gitlab.bitseater.meteo.svg 2023-07-19 23:36:04.000000000 +0200 @@ -2,21 +2,21 @@ <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="128" height="128" viewBox="0 0 33.866671 33.866667" version="1.1" id="svg520" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="dibujo.svg"> + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + sodipodi:docname="com.gitlab.bitseater.meteo.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> <defs id="defs514"> <filter @@ -83,8 +83,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="6.1300268" - inkscape:cx="59.10722" - inkscape:cy="66.33776" + inkscape:cx="59.135141" + inkscape:cy="66.394489" inkscape:document-units="px" inkscape:current-layer="g1278-7" showgrid="true" @@ -94,10 +94,11 @@ fit-margin-bottom="0" units="px" inkscape:window-width="1920" - inkscape:window-height="1016" + inkscape:window-height="1011" inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1"> + inkscape:window-y="32" + inkscape:window-maximized="1" + inkscape:pagecheckerboard="0"> <inkscape:grid type="xygrid" id="grid30" /> @@ -164,7 +165,7 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="csccccccscccc" /> <circle - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#98c1f1;fill-opacity:1;fill-rule:evenodd;stroke:#98c1f1;stroke-width:5.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#99c1f1;fill-opacity:1;fill-rule:evenodd;stroke:#98c1f1;stroke-width:5.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="path4232" cx="-618.01123" cy="426.60718" @@ -175,7 +176,7 @@ id="path4222-7" inkscape:connector-curvature="0" /> <path - style="fill:none;fill-rule:evenodd;stroke:#98c1f1;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#99c1f1;stroke-width:4.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m -618.01123,392.67926 v 31.74409 z" id="path4222" inkscape:connector-curvature="0" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/debian/changelog new/meteo-0.9.9.2/debian/changelog --- old/meteo-0.9.9.1/debian/changelog 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/debian/changelog 2023-07-19 23:36:04.000000000 +0200 @@ -1,3 +1,10 @@ +com.gitlab.bitseater.meteo (0.9.9.2) unstable; urgency=medium + + * Change Maps provider + * Fixed some issues. + + -- Carlos Suárez <bitseater@gmail.com> Thu, 20 Jul 2023 00:00:00 +0100 + com.gitlab.bitseater.meteo (0.9.9) unstable; urgency=medium * Delete geocode-glib dependencies. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/debian/compat new/meteo-0.9.9.2/debian/compat --- old/meteo-0.9.9.1/debian/compat 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/debian/compat 2023-07-19 23:36:04.000000000 +0200 @@ -1 +1 @@ -11 +13 \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/meson.build new/meteo-0.9.9.2/meson.build --- old/meteo-0.9.9.1/meson.build 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/meson.build 2023-07-19 23:36:04.000000000 +0200 @@ -1,5 +1,5 @@ # Project name-language-version -project('com.gitlab.bitseater.meteo', ['vala', 'c'], version: '0.9.9') +project('com.gitlab.bitseater.meteo', ['vala', 'c'], version: '0.9.9.1') # Main libraries gnome = import('gnome') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/po/LINGUAS new/meteo-0.9.9.2/po/LINGUAS --- old/meteo-0.9.9.1/po/LINGUAS 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/po/LINGUAS 2023-07-19 23:36:04.000000000 +0200 @@ -13,4 +13,5 @@ pt_PT ru sr +tr uk Binary files old/meteo-0.9.9.1/po/es.mo and new/meteo-0.9.9.2/po/es.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/po/tr.po new/meteo-0.9.9.2/po/tr.po --- old/meteo-0.9.9.1/po/tr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/meteo-0.9.9.2/po/tr.po 2023-07-19 23:36:04.000000000 +0200 @@ -0,0 +1,404 @@ +# Turkish translation for com.gitlab.bitseater.meteo. +# Copyright (C) 2022 com.gitlab.bitseater.meteo's COPYRIGHT HOLDER +# This file is distributed under the same license as the com.gitlab.bitseater.meteo package. +# +# Sabri Ünal <libreajans@gmail.com>, 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: com.gitlab.bitseater.meteo\n" +"Report-Msgid-Bugs-To: https://gitlab.com/bitseater/meteo/-/issues\n" +"POT-Creation-Date: 2021-10-30 13:21+0200\n" +"PO-Revision-Date: 2022-11-18 23:46+0300\n" +"Last-Translator: Sabri Ünal <libreajans@gmail.com>\n" +"Language-Team: Turkish <gnome-turk@gnome.org>\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.1.1\n" + +#: src/Widgets/Preferences.vala:146 +msgid "1 hr." +msgstr "1 saat" + +#: src/Widgets/Preferences.vala:149 +msgid "12 hrs." +msgstr "12 saat" + +#: src/Widgets/Preferences.vala:147 +msgid "2 hrs." +msgstr "2 saat" + +#: src/Widgets/Preferences.vala:150 +msgid "24 hrs." +msgstr "24 saat" + +#: src/Widgets/Preferences.vala:148 +msgid "6 hrs." +msgstr "6 saat" + +#: src/Widgets/About.vala:30 +msgid "A forecast application with OpenWeatherMap API" +msgstr "OpenWeatherMap APIʼsini kullanan bir hava durumu uygulaması" + +#: src/Utils/OWM_Today.vala:300 +msgid "API key" +msgstr "API anahtarı" + +#: src/Widgets/Header.vala:36 +msgid "About Meteo" +msgstr "Meteo Hakkında" + +#: src/Widgets/City.vala:85 +msgid "At least of 3 characters are required!" +msgstr "En azından 3 karakter gerekli!" + +#: src/Widgets/About.vala:57 +msgid "Based in a mockup by" +msgstr "Mockup kaynağı" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:43 +msgid "Carlos Suarez" +msgstr "Carlos Suarez" + +#: src/Widgets/Header.vala:57 +msgid "Change location" +msgstr "Konum değiştir" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:22 +msgid "Choose your city with popup maps" +msgstr "Açılır haritalarla şehir seçimi" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:21 +msgid "Choose your units from metric, imperial or british systems" +msgstr "Metrik, imparatorluk veya İngiliz ölçü birimleri desteği" + +#: src/Widgets/Preferences.vala:272 +msgid "Close" +msgstr "Kapat" + +#: src/Widgets/Today.vala:70 +msgid "Cloudiness" +msgstr "Bulutluluk" + +#: src/Utils/OWM_Today.vala:316 src/Widgets/MapView.vala:99 +msgid "Clouds" +msgstr "Bulutlar" + +#: src/Widgets/About.vala:55 +msgid "Collaborators" +msgstr "Katkıcılar" + +#: src/Utils/OWM_Today.vala:304 +msgid "Coord. lat" +msgstr "Koordinat enlemi" + +#: src/Utils/OWM_Today.vala:303 +msgid "Coord. lon" +msgstr "Koordinat boylamı" + +#: src/Widgets/Today.vala:39 +msgid "Coordinates" +msgstr "Koordinatlar" + +#: src/Utils/OWM_Today.vala:307 src/Widgets/City.vala:63 +msgid "Country" +msgstr "Ülke" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:12 +msgid "" +"Current weather, with information about temperature, pressure, wind speed " +"and wind direction, sunrise and sunset. Know meteorologic predictions to " +"next hours and days. Show awesome maps with all the information. Switch " +"between some maps distributors. Now with System Tray Indicator, showing your " +"location and forecast." +msgstr "" +"Sıcaklık, basınç, rüzgar hızı ve rüzgar yönü, gün doğumu ve gün batımı " +"hakkında bilgiler içeren mevcut hava durumu. Önümüzdeki saat ve günlere " +"ilişkin meteorolojik tahminleri öğrenin. Tüm bilgileri harika haritalarda " +"gösterin. Harita sağlayıcıları arasında geçiş yapın. Artık konumunuzu ve " +"hava durumunu gösteren Sistem Tepsisi Göstergesi de destekleniyor." + +#: src/Widgets/Preferences.vala:41 +msgid "Dark theme" +msgstr "Koyu tema" + +#: src/Widgets/Header.vala:76 +msgid "Data" +msgstr "Veriler" + +#: src/Utils/OWM_Today.vala:309 +msgid "Description" +msgstr "Açıklama" + +#: src/Utils/OWM_Today.vala:283 +msgid "Error" +msgstr "Hata" + +#: src/Widgets/Preferences.vala:222 +msgid "Find my location automatically" +msgstr "Konumumu kendiliğiden bul" + +#: src/Widgets/Forecast.vala:93 +msgid "Forecast" +msgstr "Hava Durumu" + +#: data/com.gitlab.bitseater.meteo.desktop.in:5 +msgid "Forecast App for desktop" +msgstr "Masaüstü için Hava Durumu Uygulaması" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:19 +msgid "Forecast for next 18 hours" +msgstr "Gelecek 18 saatlik hava durumu tahmini" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:20 +msgid "Forecast for next five days" +msgstr "Gelecek 5 günlük hava durumu tahmini" + +#: src/Utils/GeoLocate.vala:67 src/Widgets/MapView.vala:78 +msgid "Found an error" +msgstr "Hata bulundu" + +#: src/Utils/OWM_Today.vala:267 +msgid "Full Moon" +msgstr "Dolunay" + +#: src/Widgets/Preferences.vala:36 +msgid "General" +msgstr "Genel" + +#: src/Utils/OWM_Today.vala:313 src/Widgets/Today.vala:58 +msgid "Humidity" +msgstr "Nem" + +#: src/Utils/OWM_Today.vala:302 +msgid "ID place" +msgstr "Kimlik yeri" + +#: src/Utils/OWM_Today.vala:310 +msgid "Icon file" +msgstr "Simge dosyası" + +# İngiliz Sistemi olarak çevirmeyin. UK System ile çeviriler karışıyor. +#: src/Widgets/Preferences.vala:202 +msgid "Imperial System" +msgstr "İmparatorluk Sistemi" + +#: src/Widgets/Preferences.vala:33 +msgid "Interface" +msgstr "Arayüz" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:10 +msgid "Know the forecast of the next hours and days with data and maps" +msgstr "" +"Veriler ve haritalarla sonraki saatlerin ve günlerin hava durumu " +"tahminlerini öğrenin" + +#: src/Utils/OWM_Today.vala:299 +msgid "Language" +msgstr "Dil" + +#: src/Utils/OWM_Today.vala:275 +msgid "Last Quarter Moon" +msgstr "Son Dördün" + +#: src/Widgets/City.vala:61 +msgid "Lat" +msgstr "Enlem" + +#: src/Widgets/Preferences.vala:123 +msgid "Launch on start" +msgstr "Başlangıçta başlat" + +#: src/MainWindow.vala:74 +msgid "Loading" +msgstr "Yükleniyor" + +#: src/Utils/OWM_Today.vala:175 +msgid "Loading cache data" +msgstr "Önbellek verisi yükleniyor" + +#: src/Utils/OWM_Today.vala:305 src/Widgets/City.vala:65 +msgid "Location" +msgstr "Konum" + +#: src/Widgets/City.vala:62 +msgid "Lon" +msgstr "Boylam" + +#: src/Widgets/Header.vala:77 +msgid "Maps" +msgstr "Haritalar" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:8 +#: data/com.gitlab.bitseater.meteo.desktop.in:3 +#: data/com.gitlab.bitseater.meteo.desktop.in:4 +msgid "Meteo" +msgstr "Meteo" + +#: data/com.gitlab.bitseater.meteo.desktop.in:13 +msgid "Meteo;Weather;Forecast;Temperature;Wind;Snow;Rain;" +msgstr "" +"Meteo;Hava Durumu; Hava Tahmini;Sıcaklık;Rüzgar;Kar;Yağmur;Dolu;Weather;" +"Forecast;" + +#: src/Widgets/Preferences.vala:201 +msgid "Metric System" +msgstr "Metrik Sistem" + +#: src/Widgets/Today.vala:80 +msgid "Moonphase" +msgstr "Ay evresi" + +#: src/Utils/OWM_Today.vala:251 +msgid "New Moon" +msgstr "Yeni Ay" + +#: src/Widgets/City.vala:131 +msgid "No data" +msgstr "Veri yok" + +#: src/Utils/OWM_Today.vala:183 +msgid "No data received, loading cache. Are you connected?" +msgstr "Veri alınmadı, önbellek yükleniyor. Bağlı olduğunuza emin misiniz?" + +#: src/Widgets/Header.vala:51 +msgid "Options" +msgstr "Seçenekler" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:17 +msgid "Other features:" +msgstr "Diğer özellikler:" + +#: src/Widgets/MapView.vala:100 +msgid "Precipitation" +msgstr "Yağış" + +#: src/Widgets/Preferences.vala:24 src/Widgets/Header.vala:35 +msgid "Preferences" +msgstr "Tercihler" + +#: src/Utils/OWM_Today.vala:312 src/Widgets/MapView.vala:101 +#: src/Widgets/Today.vala:54 +msgid "Pressure" +msgstr "Basınç" + +#: src/Utils/OWM_Today.vala:259 +msgid "Quarter Moon" +msgstr "Yeni Ay" + +#: src/MainWindow.vala:189 +msgid "Quit" +msgstr "Çık" + +#: src/Widgets/City.vala:49 +msgid "Search for new location" +msgstr "Yeni konum ara" + +#: src/MainWindow.vala:180 +msgid "Show Meteo" +msgstr "Meteoʼyu Göster" + +#: src/Widgets/About.vala:58 +msgid "Some icons by" +msgstr "Kimi simgeler" + +#: src/Widgets/About.vala:56 +msgid "Special Thanks to" +msgstr "Özel teşekkürler" + +#: src/Widgets/Preferences.vala:79 +msgid "Start minimized" +msgstr "Simge durumunda başlat" + +#: src/Utils/OWM_Today.vala:306 src/Widgets/City.vala:64 +msgid "State" +msgstr "Durum" + +#: src/Utils/OWM_Today.vala:317 src/Widgets/Today.vala:72 +msgid "Sunrise" +msgstr "Gün doğumu" + +#: src/Utils/OWM_Today.vala:318 src/Widgets/Today.vala:76 +msgid "Sunset" +msgstr "Gün batımı" + +#: src/Widgets/Preferences.vala:61 +msgid "Symbolic icons" +msgstr "Sembolik simgeler" + +#: src/Utils/OWM_Today.vala:311 src/Widgets/MapView.vala:98 +msgid "Temperature" +msgstr "Sıcaklık" + +#: src/Widgets/MapView.vala:106 +msgid "Terms of Service" +msgstr "Kullanım Şartları" + +#: src/Widgets/Today.vala:36 +msgid "Today" +msgstr "Bugün" + +#: src/Widgets/Preferences.vala:203 +msgid "UK System" +msgstr "İngiliz Sistemi" + +#: src/Utils/OWM_Today.vala:301 src/Widgets/Preferences.vala:198 +msgid "Units" +msgstr "Birimler" + +# Birebir çeviri değil fakat arayüze uygun. +#: src/Widgets/Header.vala:59 +msgid "Update conditions" +msgstr "Verileri güncelle" + +# Birebir çeviri değil fakat arayüze uygun. +#: src/Widgets/Preferences.vala:143 +msgid "Update conditions every" +msgstr "Verileri günceleme sıklığı" + +#: src/Widgets/Preferences.vala:97 +msgid "Use System Tray Indicator" +msgstr "Sistem Tepsisi Göstergesini kullan" + +#: src/Utils/OWM_Today.vala:279 +msgid "Waning Crescent Moon" +msgstr "Azalan Hilal" + +#: src/Utils/OWM_Today.vala:271 +msgid "Waning Gibbous Moon" +msgstr "Azalan Sondördün" + +#: data/com.gitlab.bitseater.meteo.appdata.xml.in:23 +msgid "Watch awesome maps with weather information" +msgstr "Hava durumu bilgilerini harika haritalarda görün" + +#: src/Utils/OWM_Today.vala:255 +msgid "Waxing Crescent Moon" +msgstr "Yükselen Hilal" + +#: src/Utils/OWM_Today.vala:263 +msgid "Waxing Gibbous Moon" +msgstr "Yükselen Sondördün" + +#: src/Utils/OWM_Today.vala:308 +msgid "Weather" +msgstr "Hava Durumu" + +#: src/Widgets/MapView.vala:102 +msgid "Wind Speed" +msgstr "Rüzgar Hızı" + +#: src/Utils/OWM_Today.vala:315 src/Widgets/Today.vala:66 +msgid "Wind dir" +msgstr "Rüzgar yönü" + +#: src/Utils/OWM_Today.vala:314 src/Widgets/Today.vala:62 +msgid "Wind speed" +msgstr "Rüzgar hızı" + +#: src/Widgets/About.vala:49 +msgid "website" +msgstr "Web sitesi" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/rpm/meteo.spec new/meteo-0.9.9.2/rpm/meteo.spec --- old/meteo-0.9.9.1/rpm/meteo.spec 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/rpm/meteo.spec 2023-07-19 23:36:04.000000000 +0200 @@ -1,7 +1,7 @@ %global appname com.gitlab.bitseater.%{name} Name: meteo -Version: 0.9.9 +Version: 0.9.9.2 Release: 1%{?dist} Summary: Forecast application using OpenWeatherMap API @@ -57,9 +57,8 @@ %{_mandir}/man1/*.1* %changelog -* Sat Oct 30 2021 Carlos Suárez (bitseater) -- Delete geocode-glib dependencies. -- Add Moon phases. -- Add Temperature to tray popup. -- Fixed issues: #132, #135, #136, #138. +* Thu Jul 20 2023 Carlos Suárez (bitseater) +- Change Maps provider +- Fixed some issues. + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/src/MainWindow.vala new/meteo-0.9.9.2/src/MainWindow.vala --- old/meteo-0.9.9.1/src/MainWindow.vala 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/src/MainWindow.vala 2023-07-19 23:36:04.000000000 +0200 @@ -28,7 +28,7 @@ public MainWindow (MeteoApp app) { this.app = app; this.set_application (app); - this.set_size_request (950, 650); + this.set_default_size (950, 650); window_position = Gtk.WindowPosition.CENTER; var header = new Meteo.Widgets.Header (this, false); this.set_titlebar (header); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/src/Utils/OWM_Today.vala new/meteo-0.9.9.2/src/Utils/OWM_Today.vala --- old/meteo-0.9.9.1/src/Utils/OWM_Today.vala 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/src/Utils/OWM_Today.vala 2023-07-19 23:36:04.000000000 +0200 @@ -188,9 +188,9 @@ } var coord = root.get_object_member ("coord"); if(coord.get_double_member ("lon") > 0) { - _coor_lon = Meteo.Utils.to_string2 (coord.get_double_member ("lon")) + "W"; + _coor_lon = Meteo.Utils.to_string2 (coord.get_double_member ("lon")) + "E"; } else { - _coor_lon = Meteo.Utils.to_string2 ((coord.get_double_member ("lon"))*-1) + "E"; + _coor_lon = Meteo.Utils.to_string2 ((coord.get_double_member ("lon"))*-1) + "W"; } if(coord.get_double_member ("lat") > 0) { _coor_lat = Meteo.Utils.to_string2 (coord.get_double_member ("lat")) + "N"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/src/Widgets/About.vala new/meteo-0.9.9.2/src/Widgets/About.vala --- old/meteo-0.9.9.1/src/Widgets/About.vala 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/src/Widgets/About.vala 2023-07-19 23:36:04.000000000 +0200 @@ -43,7 +43,8 @@ (de) BeatriceFendt <https://github.com/BeatriceFendt> (sr) Pavle Radosavljević <https://gitlab.com/PavleR> (nb) Harald H. <https://gitlab.com/haarek> - (nl) Koen Roggemans <https://gitlab.com/koenro>"; + (nl) Koen Roggemans <https://gitlab.com/koenro> + (tr) Sabri Ünal <libreajans@gmail.com>"; version = Constants.VERSION; website = "https://gitlab.com/bitseater/meteo"; website_label = _("website"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/src/Widgets/City.vala new/meteo-0.9.9.2/src/Widgets/City.vala --- old/meteo-0.9.9.1/src/Widgets/City.vala 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/src/Widgets/City.vala 2023-07-19 23:36:04.000000000 +0200 @@ -101,7 +101,6 @@ int i; for (i=0; i< root.get_length (); i++) { var osmobj = root.get_object_element (i); - var type = osmobj.get_string_member ("type"); var osmlat = osmobj.get_string_member ("lat"); var osmlon = osmobj.get_string_member ("lon"); var address = osmobj.get_object_member ("address"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meteo-0.9.9.1/src/Widgets/MapView.vala new/meteo-0.9.9.2/src/Widgets/MapView.vala --- old/meteo-0.9.9.1/src/Widgets/MapView.vala 2021-11-01 14:24:29.000000000 +0100 +++ new/meteo-0.9.9.2/src/Widgets/MapView.vala 2023-07-19 23:36:04.000000000 +0200 @@ -20,7 +20,7 @@ public class MapView : Gtk.Box { - public MapView (Meteo.MainWindow window, Meteo.Widgets.Header header) { + public MapView (Meteo.MainWindow window, Meteo.Widgets.Header header) { orientation = Gtk.Orientation.VERTICAL; //Define latitude y longitude and units @@ -28,39 +28,8 @@ string lon = ""; var setting = new Settings ("com.gitlab.bitseater.meteo"); string apiid = setting.get_string ("apiid"); - string units = setting.get_string ("units"); string idplace = setting.get_string ("idplace"); string uri = Constants.OWM_API_ADDR + "weather?id=" + idplace + "&APPID=" + apiid; - string temp_un = ""; - string prec_un = ""; - string pres_un = ""; - string wspe_un = ""; - switch (units) { - case "metric": - temp_un = "_c"; - prec_un = "_mmph"; - pres_un = "_hpa"; - wspe_un = "_kmph"; - break; - case "imperial": - temp_un = "_f"; - prec_un = "_inph"; - pres_un = "_inhg"; - wspe_un = "_mph"; - break; - case "british": - temp_un = "_c"; - prec_un = "_inph"; - pres_un = "_hpa"; - wspe_un = "_mph"; - break; - default: - temp_un = "_c"; - prec_un = "_mmph"; - pres_un = "_hpa"; - wspe_un = "_kmph"; - break; - } var session = new Soup.Session (); var message = new Soup.Message ("GET", uri); @@ -79,31 +48,12 @@ } //Define maps URL's - string url_serv = "https://maps.darksky.net/@"; - string url_med = ",8?embed=true&timeControl=false&fieldControl=false&defaultField="; - string url_temp = url_serv + "temperature," + lat + "," + lon + url_med + "temperature&defaultUnits=" + temp_un; - string url_clou = url_serv + "cloud_cover," + lat + "," + lon + url_med + "cloud_cover"; - string url_prec = url_serv + "precipitation_rate," + lat + "," + lon + url_med + "precipitation_rate&defaultUnits=" + prec_un; - string url_pres = url_serv + "sea_level_pressure," + lat + "," + lon + url_med + "sea_level_pressure&defaultUnits=" + pres_un; - string url_wspe = url_serv + "wind_speed," + lat + "," + lon + url_med + "wind_speed&defaultUnits=" + wspe_un; - - //Define switcher - var showmap = new Gtk.Stack (); - showmap.transition_type = Gtk.StackTransitionType.CROSSFADE; - showmap.transition_duration = 1000; - var switchmap = new Gtk.StackSwitcher (); - switchmap.stack = showmap; - switchmap.homogeneous = true; - - showmap.add_titled (new Meteo.Utils.MapLayer (url_temp), "TEMP", _("Temperature")); - showmap.add_titled (new Meteo.Utils.MapLayer (url_clou), "CLOU", _("Clouds")); - showmap.add_titled (new Meteo.Utils.MapLayer (url_prec), "PREC", _("Precipitation")); - showmap.add_titled (new Meteo.Utils.MapLayer (url_pres), "PRES", _("Pressure")); - showmap.add_titled (new Meteo.Utils.MapLayer (url_wspe), "WSPE", _("Wind Speed")); + string url_serv = "https://map.worldweatheronline.com/temperature?lat="; + string url_ok = url_serv + lat + "&lng=" + lon; //Define other elements - var prov_lab = new Gtk.Label ("\xc2\xa9 Dark Sky"); - var tos = new Gtk.LinkButton.with_label ("http://darksky.net/widgetterms", _("Terms of Service")); + var prov_lab = new Gtk.Label ("\xc2\xa9 WorldWeatherOnline"); + var tos = new Gtk.LinkButton.with_label ("https://map.worldweatheronline.com", _("Link to website")); tos.halign = Gtk.Align.END; //Pack combo to actionbar @@ -116,8 +66,7 @@ action_box.pack_start (prov_box); //Pack elementes - pack_start (switchmap, false, false , 0); - pack_start (showmap, true, true, 0); + pack_start (new Meteo.Utils.MapLayer (url_ok), true, true, 0); pack_end (action_box, false, false, 0); } }
participants (1)
-
Source-Sync