mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-03 12:38:38 +00:00
ebuild changes for gvim/vim
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@780 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
b85f8a65bc
commit
f6243f409a
@ -37,7 +37,8 @@ DEPEND_COMMON="
|
|||||||
RDEPEND="${DEPEND_COMMON}
|
RDEPEND="${DEPEND_COMMON}
|
||||||
hddtemp? ( app-admin/hddtemp )
|
hddtemp? ( app-admin/hddtemp )
|
||||||
mpd? ( media-sound/mpd )
|
mpd? ( media-sound/mpd )
|
||||||
vim-syntax? ( app-editors/vim )"
|
vim-syntax? ( || ( app-editors/vim
|
||||||
|
app-editors/gvim ) )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${DEPEND_COMMON}
|
${DEPEND_COMMON}
|
||||||
@ -84,7 +85,7 @@ src_install() {
|
|||||||
doins "${S}"/extras/vim/ftdetect/conkyrc.vim
|
doins "${S}"/extras/vim/ftdetect/conkyrc.vim
|
||||||
|
|
||||||
insinto /usr/share/vim/vimfiles/syntax
|
insinto /usr/share/vim/vimfiles/syntax
|
||||||
doins "${S}"/extras/vim/syntax/conkyrc.vim
|
doins "${S}"/extras/vim/syntax/conkyrc.vim
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,7 +36,8 @@ DEPEND_COMMON="
|
|||||||
RDEPEND="${DEPEND_COMMON}
|
RDEPEND="${DEPEND_COMMON}
|
||||||
hddtemp? ( app-admin/hddtemp )
|
hddtemp? ( app-admin/hddtemp )
|
||||||
mpd? ( media-sound/mpd )
|
mpd? ( media-sound/mpd )
|
||||||
vim-syntax? ( app-editors/vim )"
|
vim-syntax? ( || ( app-editors/vim
|
||||||
|
app-editors/gvim ) )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${DEPEND_COMMON}
|
${DEPEND_COMMON}
|
||||||
@ -87,7 +88,7 @@ src_install() {
|
|||||||
doins "${S}"/extras/vim/ftdetect/conkyrc.vim
|
doins "${S}"/extras/vim/ftdetect/conkyrc.vim
|
||||||
|
|
||||||
insinto /usr/share/vim/vimfiles/syntax
|
insinto /usr/share/vim/vimfiles/syntax
|
||||||
doins "${S}"/extras/vim/syntax/conkyrc.vim
|
doins "${S}"/extras/vim/syntax/conkyrc.vim
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@ struct _timed_thread
|
|||||||
pthread_attr_t thread_attr; /* thread attributes */
|
pthread_attr_t thread_attr; /* thread attributes */
|
||||||
pthread_mutex_t cs_mutex; /* critical section mutex */
|
pthread_mutex_t cs_mutex; /* critical section mutex */
|
||||||
pthread_mutex_t runnable_mutex; /* only for the runnable_cond */
|
pthread_mutex_t runnable_mutex; /* only for the runnable_cond */
|
||||||
pthread_cond_t runnable_cond; /* used to time and stop the thread */
|
pthread_cond_t runnable_cond; /* signalled to stop the thread */
|
||||||
unsigned int interval_usecs; /* firing interval in microseconds */
|
unsigned int interval_usecs; /* timed_thread_test() wait interval in microseconds */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* linked list of created threads */
|
/* linked list of created threads */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user