From d21458267fde2d01730daffb04b3655a18291713 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sat, 16 Jun 2018 14:11:15 +0200 Subject: [PATCH] Change all project url's from github to gitlab. --- README.md | 6 +++--- configure.ac | 2 +- data/Makefile.am | 2 +- data/metadata.json.in | 2 +- data/weather-settings.ui | 4 ++-- gnome-shell-extension-openweather.spec | 15 +++++++++------ po/ar.po | 2 +- po/bg.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/da.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/es.po | 2 +- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/he.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/lt.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sr.po | 2 +- po/sr@latin.po | 2 +- po/sv.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 2 +- po/zh_TW.po | 2 +- update_revision.sh | 12 ++++++------ 39 files changed, 55 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index c65b165..e3ee344 100644 --- a/README.md +++ b/README.md @@ -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*. @@ -62,7 +62,7 @@ Make sure you have the following dependencies installed: 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 ./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. -![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. diff --git a/configure.ac b/configure.ac index fef8653..5f6c315 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) 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_AUX_DIR([config]) diff --git a/data/Makefile.am b/data/Makefile.am index ce1cb6e..cded425 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -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 topextensiondir = $(datadir)/gnome-shell/extensions diff --git a/data/metadata.json.in b/data/metadata.json.in index c5016e9..cc3e1d2 100644 --- a/data/metadata.json.in +++ b/data/metadata.json.in @@ -2,7 +2,7 @@ "uuid": "@uuid@", "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.", -"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@", "url": "@url@", "version": "@version@" diff --git a/data/weather-settings.ui b/data/weather-settings.ui index 0a92492..1f2f463 100644 --- a/data/weather-settings.ui +++ b/data/weather-settings.ui @@ -1320,7 +1320,7 @@ - + Webpage True True @@ -1328,7 +1328,7 @@ center none - https://github.com/jenslody/gnome-shell-extension-openweather + https://gitlab.com/jenslody/gnome-shell-extension-openweather False diff --git a/gnome-shell-extension-openweather.spec b/gnome-shell-extension-openweather.spec index a8fdae3..dd23ffd 100644 --- a/gnome-shell-extension-openweather.spec +++ b/gnome-shell-extension-openweather.spec @@ -1,8 +1,8 @@ -%global git cac94f2 +%global git 0e9e9ac %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_date 20171126 +%global checkout_date 20180616 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 License: GPLv3+ and BSD -URL: https://github.com/jenslody/gnome-shell-extension-openweather -Source0: https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/%{github}-%{git}.tar.gz +URL: https://gitlab.com/jenslody/gnome-shell-extension-openweather +Source0: https://gitlab.com/jenslody/gnome-shell-extension-openweather/-/archive/%{git}/%{gitlab}-%{git}.tar.gz BuildArch: noarch # 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. %prep -%setup -q -n %{github}-%{git} +%setup -q -n %{gitlab}-%{git} %build NOCONFIGURE=1 ./autogen.sh @@ -68,6 +68,9 @@ fi %{_datadir}/gnome-shell/extensions/%{uuid} %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1-0.32.20171030gita86b949 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Sun Nov 26 2017 Jens Lody - 1-0.32.20171126gitcac94f2 - Fix search-results popup not shown in last revision. diff --git a/po/ar.po b/po/ar.po index eb249a2..c166648 100644 --- a/po/ar.po +++ b/po/ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2016-10-04 00:38+0200\n" diff --git a/po/bg.po b/po/bg.po index e74e71a..f4b7585 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-03-26 15:26+0300\n" diff --git a/po/ca.po b/po/ca.po index cc81188..8391fcc 100644 --- a/po/ca.po +++ b/po/ca.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2012-05-13 22:37+0100\n" diff --git a/po/cs.po b/po/cs.po index caf71e3..0d452ea 100644 --- a/po/cs.po +++ b/po/cs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-09-18 12:43+0200\n" "PO-Revision-Date: 2017-09-18 12:43+0200\n" diff --git a/po/da.po b/po/da.po index 14b7275..db0da57 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2012-04-07 03:07+0200\n" diff --git a/po/de.po b/po/de.po index 9728620..c6702a5 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:20+0100\n" diff --git a/po/el.po b/po/el.po index b7a0af2..b526a7f 100644 --- a/po/el.po +++ b/po/el.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2014-05-06 20:14+0200\n" diff --git a/po/es.po b/po/es.po index 967dc7f..fd9bc51 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2016-01-05 23:19-0600\n" diff --git a/po/eu.po b/po/eu.po index 1a0fe22..e6de51c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:25+0100\n" diff --git a/po/fi.po b/po/fi.po index 49da1c3..7dc28d4 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-09-08 20:01+0300\n" "PO-Revision-Date: 2017-09-08 20:50+0300\n" diff --git a/po/fr.po b/po/fr.po index cf4ec7e..cabd0e2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:26+0100\n" diff --git a/po/he.po b/po/he.po index 774c174..d70e1d2 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2014-04-24 01:37+0300\n" diff --git a/po/hu.po b/po/hu.po index a6768b5..c96e588 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-05-25 16:52+0200\n" "PO-Revision-Date: 2017-05-29 11:55+0200\n" diff --git a/po/id.po b/po/id.po index 2d08055..8a435f9 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2016-10-04 00:46+0200\n" diff --git a/po/it.po b/po/it.po index 520a6f0..c062d36 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2016-01-12 16:37+0100\n" diff --git a/po/ja.po b/po/ja.po index a89dbc3..12c025b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:27+0100\n" diff --git a/po/lt.po b/po/lt.po index 147d06e..db42205 100644 --- a/po/lt.po +++ b/po/lt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2012-12-21 12:43+0000\n" diff --git a/po/nb.po b/po/nb.po index 5d2e857..36237e0 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2012-05-13 22:39+0100\n" diff --git a/po/nl.po b/po/nl.po index 79509b5..52f4589 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2016-03-06 23:50+0100\n" diff --git a/po/pl.po b/po/pl.po index 313747b..f96f62b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:28+0100\n" diff --git a/po/pt.po b/po/pt.po index 27e10e1..da617e7 100644 --- a/po/pt.po +++ b/po/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:28+0100\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index cd10801..f25442c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-10-02 01:59-0300\n" diff --git a/po/ro.po b/po/ro.po index 421b8f3..c1f49f1 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2012-05-13 22:40+0100\n" diff --git a/po/ru.po b/po/ru.po index dc167e2..3f043d9 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-04-26 09:20+0300\n" diff --git a/po/sk.po b/po/sk.po index 1bb866a..1eae74b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-02-04 20:30+0100\n" diff --git a/po/sr.po b/po/sr.po index 2c5840c..c589da6 100644 --- a/po/sr.po +++ b/po/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-09-17 12:46+0200\n" diff --git a/po/sr@latin.po b/po/sr@latin.po index 33ba040..f36cf85 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-09-17 12:46+0200\n" diff --git a/po/sv.po b/po/sv.po index 91876a0..2871b0b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2018-03-25 12:38+0200\n" diff --git a/po/uk.po b/po/uk.po index 7c0da7e..55be4ed 100644 --- a/po/uk.po +++ b/po/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-10-31 22:41+0100\n" diff --git a/po/vi.po b/po/vi.po index e2b4acf..b8e1a14 100644 --- a/po/vi.po +++ b/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2012-06-17 17:04+0700\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 4bad783..f55f05f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-03-06 23:14+0800\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index d71c6ed..b05d96b 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "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" "POT-Creation-Date: 2017-04-02 23:47+0200\n" "PO-Revision-Date: 2017-03-06 23:22+0800\n" diff --git a/update_revision.sh b/update_revision.sh index 85edc2c..ae861d9 100755 --- a/update_revision.sh +++ b/update_revision.sh @@ -6,7 +6,7 @@ # into the appropriate directories # - you need to check the paths and fix the maintainers name # -# Copyright (C) 2012 - 2015 +# Copyright (C) 2012 - 2018 # Jens Lody , # # This file is part of gnome-shell-extension-openweather. @@ -28,8 +28,8 @@ # -GITHUB="jenslody-gnome-shell-extension-openweather" -BASE_URL="https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/" +GITLAB="gnome-shell-extension-openweather" +BASE_URL="https://gitlab.com/jenslody/gnome-shell-extension-openweather/-/archive/" TARBALL_PATH="${HOME}/rpmbuild/SOURCES/" SPEC_PATH="${HOME}/rpmbuild/SPECS/" SPEC_FILE="gnome-shell-extension-openweather.spec" @@ -82,11 +82,11 @@ cp ${SPEC_FILE} ${SPEC_PATH}${SPEC_FILE} rm -f ${SPEC_FILE} mv ${SPEC_FILE}.tmp ${SPEC_FILE} -rm -f ${TARBALL_PATH}${GITHUB}-*.tar.gz -wget -c ${BASE_URL}${GITHUB}-${COMMIT}.tar.gz -O ${TARBALL_PATH}${GITHUB}-${COMMIT}.tar.gz +rm -f ${TARBALL_PATH}${GITLAB}-*.tar.gz +wget -c ${BASE_URL}${COMMIT}/${GITLAB}-${COMMIT}.tar.gz -O ${TARBALL_PATH}${GITLAB}-${COMMIT}.tar.gz cd ${SPEC_PATH} -rm -f ../SRPMS/${GITHUB}*.src.rpm +rm -f ../SRPMS/${GITLAB}*.src.rpm rpmbuild -bs ${SPEC_FILE} echo "OLD_COMMIT=$COMMIT" > ./.last_commit