Add explicit compatible gnome-shell versions

yahoo_weather
Jean-Philippe Braun 13 years ago committed by Simon Legner
parent 71eb5f06c6
commit 40bbe2b92d
  1. 2
      configure.ac
  2. 1
      src/Makefile.am
  3. 2
      src/metadata.json.in

@ -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-weather],[3.1.90],[https://github.com/ecyrbe/gnome-shell-extension-weather/issues])
AC_INIT([gnome-shell-extension-weather],[1.0],[https://github.com/ecyrbe/gnome-shell-extension-weather/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])

@ -15,7 +15,6 @@ EXTRA_DIST = metadata.json.in
metadata.json: metadata.json.in $(top_builddir)/config.status
$(AM_V_GEN) sed -e "s|[@]LOCALEDIR@|$(datadir)/locale|" \
-e "s|[@]uuid@|$(uuid)|" \
-e "s|[@]shell_current@|$(PACKAGE_VERSION)|" \
-e "s|[@]url@|$(extensionurl)|" $< > $@
CLEANFILES = metadata.json

@ -2,7 +2,7 @@
"uuid": "@uuid@",
"name": "Weather indicator",
"description": "Adds weather information menu",
"shell-version": [ "@shell_current@" ],
"shell-version": [ "3.1.90", "3.1.91" ],
"localedir": "@LOCALEDIR@",
"url": "@url@"
}

Loading…
Cancel
Save