gnome-shell-extension-weather: use fixed date and specific git commit.
This commit is contained in:
parent
95483390ca
commit
c02fa081a0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# 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 -u +%Y%m%d)"
|
version=20130128
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GNOME Shell extension for displaying weather notifications"
|
short_desc="GNOME Shell extension for displaying weather notifications"
|
||||||
|
@ -20,6 +20,7 @@ do_fetch() {
|
||||||
local url="git://github.com/Neroth/${pkgname}.git"
|
local url="git://github.com/Neroth/${pkgname}.git"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
cd ${pkgname}-${version} && git checkout 50758109b717c74243c7365f338b57b81686bc93
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue