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,7 +1,7 @@
|
|||
# Template file for 'gnome-shell-extension-weather'
|
||||
pkgname=gnome-shell-extension-weather
|
||||
version="$(date +%Y%m%d)"
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu_configure
|
||||
short_desc="Simple extension for displaying weather notifications in GNOME Shell."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
|
@ -13,10 +13,12 @@ long_desc="
|
|||
|
||||
Currently, the weather report including forecast for today and tomorrow is
|
||||
fetched from Yahoo! Weather."
|
||||
|
||||
noarch=yes
|
||||
nofetch=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 pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
Loading…
Reference in New Issue