wok-next diff tea/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/tea/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/tea/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -27,6 +27,6 @@ 1.4 cp -a $src/bin/tea $fs/usr/bin 1.5 cp -a $src/icons/tea_icon_v2.png \ 1.6 $fs/usr/share/pixmaps/tea.png 1.7 - DEPENDS="xorg-libX11 qt5-base qt5-declarative" 1.8 + DEPENDS="libx11 qt5-base qt5-declarative" 1.9 TAGS="text-editor" 1.10 }