wok-next diff tmux/receipt @ rev 19840
Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 14 15:53:27 2017 +0300 (2017-08-14) |
parents | 4be14acc67dd |
children | c4e53a39395a |
line diff
1.1 --- a/tmux/receipt Tue Jun 02 06:46:41 2015 +0100 1.2 +++ b/tmux/receipt Mon Aug 14 15:53:27 2017 +0300 1.3 @@ -11,8 +11,8 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 HOST_ARCH="i486 arm" 1.6 1.7 -DEPENDS="ncursesw libevent" 1.8 -BUILD_DEPENDS="ncursesw-dev libevent-dev" 1.9 +DEPENDS="ncurses libevent" 1.10 +BUILD_DEPENDS="ncurses-dev libevent-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -34,9 +34,9 @@ 1.15 cp -a $install/usr/share/tmux $fs/usr/share 1.16 1.17 # Get screen terminfo data 1.18 - tazpkg get-install ncursesw-extra --root=$src/ncursesw-extra > /dev/null 2>&1 1.19 - cp -a $src/ncursesw-extra/usr/share/terminfo/s/screen \ 1.20 + tazpkg get-install ncurses-extra --root=$src/ncurses-extra >/dev/null 2>&1 1.21 + cp -a $src/ncurses-extra/usr/share/terminfo/s/screen \ 1.22 $fs/usr/share/terminfo/s/ 1.23 - rm -r $src/ncursesw-extra 1.24 + rm -r $src/ncurses-extra 1.25 } 1.26