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
|
||||
libacl.so.1
|
||||
libdl.so.2
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
. ${XBPS_SRCPKGDIR}/vim/template
|
||||
unset subpackages revision
|
||||
|
||||
revision=1
|
||||
|
||||
pkgname=gvim
|
||||
configure_args="${configure_args} --enable-gui=gtk2 --with-x
|
||||
--with-vim-name=gvim"
|
||||
|
@ -24,15 +26,13 @@ Add_dependency build gtk+-devel
|
|||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full hicolor-icon-theme
|
||||
|
||||
pre_install()
|
||||
{
|
||||
pre_install() {
|
||||
sed -i "s|/locolor|/hicolor|g" src/Makefile
|
||||
for d in 16 32 48; do
|
||||
vmkdir usr/share/icons/hicolor/${d}x${d}/apps
|
||||
done
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/gvim.desktop 644 usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue