mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gvim: not linked to libpthread anymore (due to glib-2.32).
This commit is contained in:
parent
5c00a06043
commit
d244e5247f
2 changed files with 4 additions and 5 deletions
|
@ -12,5 +12,4 @@ libm.so.6
|
||||||
libncursesw.so.6
|
libncursesw.so.6
|
||||||
libacl.so.1
|
libacl.so.1
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
. ${XBPS_SRCPKGDIR}/vim/template
|
. ${XBPS_SRCPKGDIR}/vim/template
|
||||||
unset subpackages revision
|
unset subpackages revision
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
pkgname=gvim
|
pkgname=gvim
|
||||||
configure_args="${configure_args} --enable-gui=gtk2 --with-x
|
configure_args="${configure_args} --enable-gui=gtk2 --with-x
|
||||||
--with-vim-name=gvim"
|
--with-vim-name=gvim"
|
||||||
|
@ -24,15 +26,13 @@ Add_dependency build gtk+-devel
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
|
|
||||||
pre_install()
|
pre_install() {
|
||||||
{
|
|
||||||
sed -i "s|/locolor|/hicolor|g" src/Makefile
|
sed -i "s|/locolor|/hicolor|g" src/Makefile
|
||||||
for d in 16 32 48; do
|
for d in 16 32 48; do
|
||||||
vmkdir usr/share/icons/hicolor/${d}x${d}/apps
|
vmkdir usr/share/icons/hicolor/${d}x${d}/apps
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
vinstall ${FILESDIR}/gvim.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/gvim.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue