wok-current diff uemacs/receipt @ rev 17920
Up kbd, kbd-base; move setfont from kbd to kbd-base. Note, keymap "fi-latin1" changed to "fi" with update.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 10 16:21:42 2015 +0300 (2015-04-10) |
parents | 2a21689b0af7 |
children | 3494cfd4c595 |
line diff
1.1 --- a/uemacs/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/uemacs/receipt Fri Apr 10 16:21:42 2015 +0300 1.3 @@ -12,13 +12,13 @@ 1.4 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" 1.5 TAGS="editor" 1.6 1.7 -DEPENDS="" 1.8 +DEPENDS="ncurses" 1.9 BUILD_DEPENDS="git ncurses-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 + export LDFLAGS="$LDFLAGS -ltinfo" 1.16 make 1.17 } 1.18