mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
gnome-shell-extension-weather: Fixes. Revision bump.
This commit is contained in:
parent
754e905408
commit
7a5397d3ea
1 changed files with 7 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 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)"
|
||||||
build_style=custom-install
|
revision=1
|
||||||
wrksrc= ${pkgname}-${version}
|
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>"
|
||||||
homepage="https://github.com/simon04/gnome-shell-extension-weather"
|
homepage="https://github.com/simon04/gnome-shell-extension-weather"
|
||||||
|
@ -16,34 +16,23 @@ long_desc="
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
Add_dependency run gnome-shell ">=3.2"
|
Add_dependency run gnome-shell-extensions
|
||||||
Add_dependency build autoconf
|
|
||||||
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
|
||||||
Add_dependency build gettext-devel
|
Add_dependency build gettext-devel
|
||||||
|
Add_dependency build glib-devel
|
||||||
Add_dependency build gnome-common
|
Add_dependency build gnome-common
|
||||||
Add_dependency build gnome-desktop-devel
|
|
||||||
Add_dependency build git
|
Add_dependency build git
|
||||||
|
|
||||||
do_fetch()
|
do_fetch()
|
||||||
{
|
{
|
||||||
local url="git://github.com/simon04/${pkgname}.git"
|
local url="git://github.com/simon04/${pkgname}.git"
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
git clone -b gnome3.2 $url ${wrksrc}
|
git clone -b gnome3.2 $url ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
cd ${wrksrc} && ./autogen.sh --prefix=/usr
|
gnome-autogen.sh
|
||||||
}
|
|
||||||
|
|
||||||
do_build()
|
|
||||||
{
|
|
||||||
cd ${wrksrc} && make DESTDIR=${DESTDIR}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
cd ${wrksrc} && make DESTDIR=${DESTDIR} install
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue