Change all project url's from github to gitlab.

merge-requests/218/head
Jens Lody 6 years ago
parent 0e9e9acfca
commit d21458267f
  1. 6
      README.md
  2. 2
      configure.ac
  3. 2
      data/Makefile.am
  4. 2
      data/metadata.json.in
  5. 4
      data/weather-settings.ui
  6. 15
      gnome-shell-extension-openweather.spec
  7. 2
      po/ar.po
  8. 2
      po/bg.po
  9. 2
      po/ca.po
  10. 2
      po/cs.po
  11. 2
      po/da.po
  12. 2
      po/de.po
  13. 2
      po/el.po
  14. 2
      po/es.po
  15. 2
      po/eu.po
  16. 2
      po/fi.po
  17. 2
      po/fr.po
  18. 2
      po/he.po
  19. 2
      po/hu.po
  20. 2
      po/id.po
  21. 2
      po/it.po
  22. 2
      po/ja.po
  23. 2
      po/lt.po
  24. 2
      po/nb.po
  25. 2
      po/nl.po
  26. 2
      po/pl.po
  27. 2
      po/pt.po
  28. 2
      po/pt_BR.po
  29. 2
      po/ro.po
  30. 2
      po/ru.po
  31. 2
      po/sk.po
  32. 2
      po/sr.po
  33. 2
      po/sr@latin.po
  34. 2
      po/sv.po
  35. 2
      po/uk.po
  36. 2
      po/vi.po
  37. 2
      po/zh_CN.po
  38. 2
      po/zh_TW.po
  39. 12
      update_revision.sh

@ -1,4 +1,4 @@
![Screenshot](https://github.com/jenslody/gnome-shell-extension-openweather/raw/master/data/Screenshot.jpg) ![Screenshot](https://gitlab.com/jenslody/gnome-shell-extension-openweather/raw/master/data/Screenshot.jpg)
*gnome-shell-extension-openweather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*. *gnome-shell-extension-openweather* is a simple extension for displaying weather conditions and forecasts in GNOME Shell, featuring support for multiple locations, no need for WOEID, a symmetrical layout and a settings panel through *gnome-shell-extension-prefs*.
@ -62,7 +62,7 @@ Make sure you have the following dependencies installed:
Run the following commands: Run the following commands:
cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-openweather.git cd ~ && git clone git://gitlab.com/jenslody/gnome-shell-extension-openweather.git
cd ~/gnome-shell-extension-openweather cd ~/gnome-shell-extension-openweather
./autogen.sh && make local-install ./autogen.sh && make local-install
@ -72,7 +72,7 @@ Run the following commands:
Launch *gnome-shell-extension-prefs* (reachable also through the *OpenWeather Settings* button on the extension popup) and select *OpenWeather* from the drop-down menu to edit the configuration. Launch *gnome-shell-extension-prefs* (reachable also through the *OpenWeather Settings* button on the extension popup) and select *OpenWeather* from the drop-down menu to edit the configuration.
![Screenshot](https://github.com/jenslody/gnome-shell-extension-openweather/raw/master/data/weather-settings.gif) ![Screenshot](https://gitlab.com/jenslody/gnome-shell-extension-openweather/raw/master/data/weather-settings.gif)
You can also use *dconf-editor* or *gsettings* to configure the extension through the command line. You can also use *dconf-editor* or *gsettings* to configure the extension through the command line.

@ -1,6 +1,6 @@
AC_PREREQ(2.63) AC_PREREQ(2.63)
dnl be carefull, the version needs to be in sync with your gnome shell version dnl be carefull, the version needs to be in sync with your gnome shell version
AC_INIT([gnome-shell-extension-openweather],[1.1],[https://github.com/jenslody/gnome-shell-extension-openweather/issues]) AC_INIT([gnome-shell-extension-openweather],[1.1],[https://gitlab.com/jenslody/gnome-shell-extension-openweather/issues])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config]) AC_CONFIG_AUX_DIR([config])

@ -1,4 +1,4 @@
extensionurl = https://github.com/jenslody/gnome-shell-extension-openweather extensionurl = https://gitlab.com/jenslody/gnome-shell-extension-openweather
# Change these to modify how installation is performed # Change these to modify how installation is performed
topextensiondir = $(datadir)/gnome-shell/extensions topextensiondir = $(datadir)/gnome-shell/extensions

@ -2,7 +2,7 @@
"uuid": "@uuid@", "uuid": "@uuid@",
"name": "OpenWeather", "name": "OpenWeather",
"description": "Weather extension to display weather information from https://openweathermap.org/ or https://darksky.net for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at https://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor Dark Sky you have to register at https://darksky.net/dev/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with darksky.net - support) you have to recreate your locations.", "description": "Weather extension to display weather information from https://openweathermap.org/ or https://darksky.net for almost all locations in the world.\nFor openweathermap.org, you can either use the extensions default-key or register at https://openweathermap.org/appid and set the appropriate switch in the preferences dialog to \"off\".\nFor Dark Sky you have to register at https://darksky.net/dev/register and get a personal API-key.\n\nSince version 29 this extensions uses coordinates to store the locations and makes the names editable to support multiple weather-providers!\nIf you update from versions prior to 29 to 29 or greater (with darksky.net - support) you have to recreate your locations.",
"shell-version": [ "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26" ], "shell-version": [ "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28" ],
"localedir": "@LOCALEDIR@", "localedir": "@LOCALEDIR@",
"url": "@url@", "url": "@url@",
"version": "@version@" "version": "@version@"

@ -1320,7 +1320,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkLinkButton" id="github-link"> <object class="GtkLinkButton" id="gitlab-link">
<property name="label" translatable="yes">Webpage</property> <property name="label" translatable="yes">Webpage</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@ -1328,7 +1328,7 @@
<property name="events"/> <property name="events"/>
<property name="halign">center</property> <property name="halign">center</property>
<property name="relief">none</property> <property name="relief">none</property>
<property name="uri">https://github.com/jenslody/gnome-shell-extension-openweather</property> <property name="uri">https://gitlab.com/jenslody/gnome-shell-extension-openweather</property>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>

@ -1,8 +1,8 @@
%global git cac94f2 %global git 0e9e9ac
%global uuid openweather-extension@jenslody.de %global uuid openweather-extension@jenslody.de
%global github jenslody-gnome-shell-extension-openweather %global gitlab gnome-shell-extension-openweather
%global checkout git%{git} %global checkout git%{git}
%global checkout_date 20171126 %global checkout_date 20180616
Name: gnome-shell-extension-openweather Name: gnome-shell-extension-openweather
@ -14,8 +14,8 @@ Group: User Interface/Desktops
# The entire source code is GPLv3+ except convenience.js, which is BSD # The entire source code is GPLv3+ except convenience.js, which is BSD
License: GPLv3+ and BSD License: GPLv3+ and BSD
URL: https://github.com/jenslody/gnome-shell-extension-openweather URL: https://gitlab.com/jenslody/gnome-shell-extension-openweather
Source0: https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/%{github}-%{git}.tar.gz Source0: https://gitlab.com/jenslody/gnome-shell-extension-openweather/-/archive/%{git}/%{gitlab}-%{git}.tar.gz
BuildArch: noarch BuildArch: noarch
# The version of gnome-common in CentOS7 is only 3.7.4 # The version of gnome-common in CentOS7 is only 3.7.4
@ -34,7 +34,7 @@ You can use gnome-tweak-tool (additional package) or run:
quotes) on a console. quotes) on a console.
%prep %prep
%setup -q -n %{github}-%{git} %setup -q -n %{gitlab}-%{git}
%build %build
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
@ -68,6 +68,9 @@ fi
%{_datadir}/gnome-shell/extensions/%{uuid} %{_datadir}/gnome-shell/extensions/%{uuid}
%changelog %changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-0.32.20171030gita86b949
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sun Nov 26 2017 Jens Lody <fedora@jenslody.de> - 1-0.32.20171126gitcac94f2 * Sun Nov 26 2017 Jens Lody <fedora@jenslody.de> - 1-0.32.20171126gitcac94f2
- Fix search-results popup not shown in last revision. - Fix search-results popup not shown in last revision.

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2016-10-04 00:38+0200\n" "PO-Revision-Date: 2016-10-04 00:38+0200\n"

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-03-26 15:26+0300\n" "PO-Revision-Date: 2017-03-26 15:26+0300\n"

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2012-05-13 22:37+0100\n" "PO-Revision-Date: 2012-05-13 22:37+0100\n"

@ -9,7 +9,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-09-18 12:43+0200\n" "POT-Creation-Date: 2017-09-18 12:43+0200\n"
"PO-Revision-Date: 2017-09-18 12:43+0200\n" "PO-Revision-Date: 2017-09-18 12:43+0200\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.4.2\n" "Project-Id-Version: 1.4.2\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2012-04-07 03:07+0200\n" "PO-Revision-Date: 2012-04-07 03:07+0200\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:20+0100\n" "PO-Revision-Date: 2017-02-04 20:20+0100\n"

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1\n" "Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2014-05-06 20:14+0200\n" "PO-Revision-Date: 2014-05-06 20:14+0200\n"

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1\n" "Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2016-01-05 23:19-0600\n" "PO-Revision-Date: 2016-01-05 23:19-0600\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather 1.0\n" "Project-Id-Version: gnome-shell-extension-openweather 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:25+0100\n" "PO-Revision-Date: 2017-02-04 20:25+0100\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather 1.1\n" "Project-Id-Version: gnome-shell-extension-openweather 1.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-09-08 20:01+0300\n" "POT-Creation-Date: 2017-09-08 20:01+0300\n"
"PO-Revision-Date: 2017-09-08 20:50+0300\n" "PO-Revision-Date: 2017-09-08 20:50+0300\n"

@ -9,7 +9,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1\n" "Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:26+0100\n" "PO-Revision-Date: 2017-02-04 20:26+0100\n"

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.1\n" "Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2014-04-24 01:37+0300\n" "PO-Revision-Date: 2014-04-24 01:37+0300\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-05-25 16:52+0200\n" "POT-Creation-Date: 2017-05-25 16:52+0200\n"
"PO-Revision-Date: 2017-05-29 11:55+0200\n" "PO-Revision-Date: 2017-05-29 11:55+0200\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2016-10-04 00:46+0200\n" "PO-Revision-Date: 2016-10-04 00:46+0200\n"

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1\n" "Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2016-01-12 16:37+0100\n" "PO-Revision-Date: 2016-01-12 16:37+0100\n"

@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-weather 1.0\n" "Project-Id-Version: gnome-shell-extension-weather 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:27+0100\n" "PO-Revision-Date: 2017-02-04 20:27+0100\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-weather\n" "Project-Id-Version: gnome-shell-extension-weather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2012-12-21 12:43+0000\n" "PO-Revision-Date: 2012-12-21 12:43+0000\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2012-05-13 22:39+0100\n" "PO-Revision-Date: 2012-05-13 22:39+0100\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2016-03-06 23:50+0100\n" "PO-Revision-Date: 2016-03-06 23:50+0100\n"

@ -9,7 +9,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:28+0100\n" "PO-Revision-Date: 2017-02-04 20:28+0100\n"

@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.1\n" "Project-Id-Version: 3.0.1\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:28+0100\n" "PO-Revision-Date: 2017-02-04 20:28+0100\n"

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0.2\n" "Project-Id-Version: 3.0.2\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-10-02 01:59-0300\n" "PO-Revision-Date: 2017-10-02 01:59-0300\n"

@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: simon04-gnome-shell-extension-weather\n" "Project-Id-Version: simon04-gnome-shell-extension-weather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2012-05-13 22:40+0100\n" "PO-Revision-Date: 2012-05-13 22:40+0100\n"

@ -10,7 +10,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.4\n" "Project-Id-Version: 0.4\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-04-26 09:20+0300\n" "PO-Revision-Date: 2017-04-26 09:20+0300\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-02-04 20:30+0100\n" "PO-Revision-Date: 2017-02-04 20:30+0100\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-09-17 12:46+0200\n" "PO-Revision-Date: 2017-09-17 12:46+0200\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-09-17 12:46+0200\n" "PO-Revision-Date: 2017-09-17 12:46+0200\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 3.0\n" "Project-Id-Version: 3.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2018-03-25 12:38+0200\n" "PO-Revision-Date: 2018-03-25 12:38+0200\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.4\n" "Project-Id-Version: 0.4\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-10-31 22:41+0100\n" "PO-Revision-Date: 2017-10-31 22:41+0100\n"

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 1.0\n" "Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2012-06-17 17:04+0700\n" "PO-Revision-Date: 2012-06-17 17:04+0700\n"

@ -9,7 +9,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-03-06 23:14+0800\n" "PO-Revision-Date: 2017-03-06 23:14+0800\n"

@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell-extension-openweather\n" "Project-Id-Version: gnome-shell-extension-openweather\n"
"Report-Msgid-Bugs-To: https://github.com/jenslody/gnome-shell-extension-" "Report-Msgid-Bugs-To: https://gitlab.com/jenslody/gnome-shell-extension-"
"openweather/issues\n" "openweather/issues\n"
"POT-Creation-Date: 2017-04-02 23:47+0200\n" "POT-Creation-Date: 2017-04-02 23:47+0200\n"
"PO-Revision-Date: 2017-03-06 23:22+0800\n" "PO-Revision-Date: 2017-03-06 23:22+0800\n"

@ -6,7 +6,7 @@
# into the appropriate directories # into the appropriate directories
# - you need to check the paths and fix the maintainers name # - you need to check the paths and fix the maintainers name
# #
# Copyright (C) 2012 - 2015 # Copyright (C) 2012 - 2018
# Jens Lody <jens@jenslody.de>, # Jens Lody <jens@jenslody.de>,
# #
# This file is part of gnome-shell-extension-openweather. # This file is part of gnome-shell-extension-openweather.
@ -28,8 +28,8 @@
# #
GITHUB="jenslody-gnome-shell-extension-openweather" GITLAB="gnome-shell-extension-openweather"
BASE_URL="https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/" BASE_URL="https://gitlab.com/jenslody/gnome-shell-extension-openweather/-/archive/"
TARBALL_PATH="${HOME}/rpmbuild/SOURCES/" TARBALL_PATH="${HOME}/rpmbuild/SOURCES/"
SPEC_PATH="${HOME}/rpmbuild/SPECS/" SPEC_PATH="${HOME}/rpmbuild/SPECS/"
SPEC_FILE="gnome-shell-extension-openweather.spec" SPEC_FILE="gnome-shell-extension-openweather.spec"
@ -82,11 +82,11 @@ cp ${SPEC_FILE} ${SPEC_PATH}${SPEC_FILE}
rm -f ${SPEC_FILE} rm -f ${SPEC_FILE}
mv ${SPEC_FILE}.tmp ${SPEC_FILE} mv ${SPEC_FILE}.tmp ${SPEC_FILE}
rm -f ${TARBALL_PATH}${GITHUB}-*.tar.gz rm -f ${TARBALL_PATH}${GITLAB}-*.tar.gz
wget -c ${BASE_URL}${GITHUB}-${COMMIT}.tar.gz -O ${TARBALL_PATH}${GITHUB}-${COMMIT}.tar.gz wget -c ${BASE_URL}${COMMIT}/${GITLAB}-${COMMIT}.tar.gz -O ${TARBALL_PATH}${GITLAB}-${COMMIT}.tar.gz
cd ${SPEC_PATH} cd ${SPEC_PATH}
rm -f ../SRPMS/${GITHUB}*.src.rpm rm -f ../SRPMS/${GITLAB}*.src.rpm
rpmbuild -bs ${SPEC_FILE} rpmbuild -bs ${SPEC_FILE}
echo "OLD_COMMIT=$COMMIT" > ./.last_commit echo "OLD_COMMIT=$COMMIT" > ./.last_commit

Loading…
Cancel
Save