gnome-shell-extension-weather: no bins so set noarch, required shell-extensions >=3.2.0
This commit is contained in:
parent
a2e6de4813
commit
7e5005e51e
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnome-shell-extension-weather'
|
# Template file for 'gnome-shell-extension-weather'
|
||||||
pkgname=gnome-shell-extension-weather
|
pkgname=gnome-shell-extension-weather
|
||||||
version="$(date +%Y%m%d)"
|
version="$(date +%Y%m%d)"
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Simple extension for displaying weather notifications in GNOME Shell."
|
short_desc="Simple extension for displaying weather notifications in GNOME Shell."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -13,10 +13,12 @@ long_desc="
|
||||||
|
|
||||||
Currently, the weather report including forecast for today and tomorrow is
|
Currently, the weather report including forecast for today and tomorrow is
|
||||||
fetched from Yahoo! Weather."
|
fetched from Yahoo! Weather."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
Add_dependency run gnome-shell-extensions
|
Add_dependency run gnome-shell-extensions ">=3.2.0"
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
|
Loading…
Reference in a new issue