gnome-shell-extension-weather: install configuration applet.
This commit is contained in:
parent
506394d7b1
commit
c76da95630
1 changed files with 12 additions and 0 deletions
|
@ -37,3 +37,15 @@ pre_configure()
|
|||
{
|
||||
gnome-autogen.sh
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
local _ext_dir=weather\@gnome-shell-extensions.gnome.org
|
||||
|
||||
cp ${wrksrc}/weather-extension-configurator.py \
|
||||
${DESTDIR}/usr/share/gnome-shell/extensions/${_ext_dir}/
|
||||
|
||||
mkdir -p ${DESTDIR}/usr/bin && cd ${DESTDIR}/usr/bin && \
|
||||
ln -s ../share/gnome-shell/extensions/${_ext_dir}/weather-extension-configurator.py \
|
||||
weather-extension-configurator
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue