gvim: make this build.
This commit is contained in:
parent
182355ecfb
commit
f2626db03b
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
# to duplicate all this stuff again!
|
# to duplicate all this stuff again!
|
||||||
#
|
#
|
||||||
. ${XBPS_SRCPKGDIR}/vim/template
|
. ${XBPS_SRCPKGDIR}/vim/template
|
||||||
unset subpackages
|
unset subpackages revision
|
||||||
|
|
||||||
pkgname=gvim
|
pkgname=gvim
|
||||||
configure_args="${configure_args} --enable-gui=gtk2 --with-x
|
configure_args="${configure_args} --enable-gui=gtk2 --with-x
|
||||||
|
@ -49,14 +49,14 @@ Add_dependency full hicolor-icon-theme
|
||||||
|
|
||||||
pre_install()
|
pre_install()
|
||||||
{
|
{
|
||||||
sed -i "s|/locolor|/hicolor|g" ${wrksrc}/src/Makefile || return 1
|
cd ${wrksrc}/${build_wrksrc}
|
||||||
|
sed -i "s|/locolor|/hicolor|g" src/Makefile
|
||||||
for d in 16 32 48; do
|
for d in 16 32 48; do
|
||||||
install -d ${DESTDIR}/usr/share/icons/hicolor/${d}x${d}/apps
|
vmkdir usr/share/icons/hicolor/${d}x${d}/apps
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
install -D -m644 ${FILESDIR}/gvim.desktop \
|
vinstall ${FILESDIR}/gvim.desktop 644 usr/share/applications
|
||||||
${DESTDIR}/usr/share/applications/gvim.desktop
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue