Add me to the authors list and change uuid to "weather-extension@jenslody.de"

yahoo_weather
Jens Lody 11 years ago
parent 109131c70d
commit aff288ab08
  1. 3
      AUTHORS
  2. 2
      Makefile.am
  3. 3
      README.md
  4. 2
      data/Makefile.am
  5. 2
      src/Makefile.am
  6. 5
      src/extension.js
  7. 3
      src/prefs.js

@ -5,4 +5,5 @@ Ecyrbe <ecyrbe+spam@gmail.com>,
Timur Kristóf <venemo@msn.com>,
Simon Legner <Simon.Legner@gmail.com>,
Mattia Meneguzzo <odysseus@fedoraproject.org>,
Christian Metzler <neroth@xeked.com>
Christian Metzler <neroth@xeked.com>,
Jens Lody <jens@jenslody.de>

@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = src data po
uuid = "weather-extension@xeked.com"
uuid = "weather-extension@jenslody.de"
localprefix = $(HOME)/.local/share/gnome-shell/extensions

@ -93,7 +93,8 @@ Copyright (C) 2011 - 2013
* Timur Kristóf <venemo@msn.com>,
* Simon Legner <Simon.Legner@gmail.com>,
* Mattia Meneguzzo <odysseus@fedoraproject.org>,
* Christian Metzler <neroth@xeked.com>.
* Christian Metzler <neroth@xeked.com>,
* Jens Lody <jens@jenslody.de>.
This file is part of *gnome-shell-extension-weather*.

@ -3,7 +3,7 @@ extensionurl = https://github.com/Neroth/gnome-shell-extension-weather
# Change these to modify how installation is performed
topextensiondir = $(datadir)/gnome-shell/extensions
uuid = weather-extension@xeked.com
uuid = weather-extension@jenslody.de
extensiondir = $(topextensiondir)/$(uuid)

@ -1,7 +1,7 @@
# Change these to modify how installation is performed
topextensiondir = $(datadir)/gnome-shell/extensions
uuid = weather-extension@xeked.com
uuid = weather-extension@jenslody.de
extensiondir = $(topextensiondir)/$(uuid)

@ -12,7 +12,8 @@
* Christian METZLER <neroth@xeked.com>,
* Mark Benjamin weather.gnome.Markie1@dfgh.net,
* Mattia Meneguzzo odysseus@fedoraproject.org,
* Meng Zhuo <mengzhuo1203+spam@gmail.com>
* Meng Zhuo <mengzhuo1203+spam@gmail.com>,
* Jens Lody <jens@jenslody.de>
*
*
* This file is part of gnome-shell-extension-weather.
@ -605,7 +606,7 @@ const WeatherMenuButton = new Lang.Class({
},
_onPreferencesActivate : function() {
Util.spawn(["gnome-shell-extension-prefs","weather-extension@xeked.com"]);
Util.spawn(["gnome-shell-extension-prefs","weather-extension@jenslody.de"]);
return 0;
},

@ -3,9 +3,10 @@
* Weather extension for GNOME Shell preferences
* - Creates a widget to set the preferences of the weather extension
*
* Copyright (C) 2012
* Copyright (C) 2012 - 2013
* Canek Peláez <canek@ciencias.unam.mx>,
* Christian METZLER <neroth@xeked.com>,
* Jens Lody <jens@jenslody.de>,
*
* This file is part of gnome-shell-extension-weather.
*

Loading…
Cancel
Save