# HG changeset patch # User Pascal Bellard # Date 1500114393 -7200 # Node ID a554e9f9d73186a469af3375293ab28e83f67ad7 # Parent 7b1d5dc42d52baa204fc80a92b1db946852320a2 elementary: update bdeps diff -r 7b1d5dc42d52 -r a554e9f9d731 elementary/receipt --- a/elementary/receipt Sat Jul 15 13:09:10 2017 +0300 +++ b/elementary/receipt Sat Jul 15 12:26:33 2017 +0200 @@ -15,7 +15,7 @@ GENERIC_MENUS="no" RELATED="elementary libelementary" DEPENDS="efreet emotion ethumb libelementary" -BUILD_DEPENDS="efreet-dev emotion-dev ethumb-dev" +BUILD_DEPENDS="efreet-dev emotion-dev ethumb-dev udev" # Rules to configure and make the package. compile_rules() diff -r 7b1d5dc42d52 -r a554e9f9d731 lua-dev/receipt --- a/lua-dev/receipt Sat Jul 15 13:09:10 2017 +0300 +++ b/lua-dev/receipt Sat Jul 15 12:26:33 2017 +0200 @@ -14,5 +14,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - copy *.h *.pc *.so # Lua binaries not depends on *.so, so put here + copy *.h* *.pc *.so* # Lua binaries not depends on *.so, so put here }